--- ray/doc/notes/ReleaseNotes 2010/10/08 22:08:26 1.179 +++ ray/doc/notes/ReleaseNotes 2010/12/16 21:34:41 1.183 @@ -1749,9 +1749,9 @@ suggestions and help). Fixed bug in genklemsamp that caused non-uniform sampling over surfaces. -Fied bugs in rhoptimize and rhcopy for 64-bit compilation. +Fixed bugs in rhoptimize and rhcopy for 64-bit compilation. -Made change to avoid problem using gcc --fast-math compile option. +Made a change to avoid problem using gcc --fast-math compile option. ****** COMPATIBILITY CHANGE ******** Changed behavior of rtrace and rtcontrib so that every scanline is @@ -1776,3 +1776,10 @@ Changed -sj (specular jitter) option to something call sampling (-ss), which if set less than 1 has the same behavior as the old -sj, but when set greater than 1, spawns multiple ray samples from semi-specular surfaces. + +Fixed bug noticed by Randolph Fritz that caused ambient sync errors. + +Fixed bug in findglare for reading picture files under Windows. + +Added options to pvalue to note other color spaces on reverse conversion. +Thanks to Erich Philips for the feature request.