--- ray/doc/notes/ReleaseNotes 2004/10/04 22:32:58 1.52 +++ ray/doc/notes/ReleaseNotes 2004/10/30 04:59:41 1.55 @@ -1338,3 +1338,22 @@ reported radiance rather than XYZ values with Y in cd/ Made it so ra_bmp only produces run-length encoded 8-bit output for grayscale images that are tone-mapped. This minimizes circumstances under which output scanline order is reversed. + +Fixed bug in rcalc where it sometimes wasn't parsing the input format +correctly. + +===================== +Version 3.7 + +Fixed bug in source occluder cache which caused consistency error +for distant sources and mist materials. (Thanks to Mark Stock for +finding the problem.) + +Fixed serious bug in source drawing routines for rpict, where the edges +of light sources were appearing through obstructions. (Thanks to Veronica +Sundstedt for pointing this out.) + +(The above were included in the 3.6.1 patch release.) + +Changed default temporary directory from /usr/tmp, which doesn't exist +on a lot of systems these days, to /tmp.