--- ray/doc/notes/ReleaseNotes 2005/09/17 05:14:14 1.99 +++ ray/doc/notes/ReleaseNotes 2005/09/21 17:17:24 1.103 @@ -1519,3 +1519,13 @@ during parallel rendering -- this was a serious oversi Created ran2tiff program to automate exposure setting of animation sequences using a moving histogram in combination with pcond, and converting frames to TIFF. + +Eliminated SPEED macro from makeall and source tree. + +Added -pj option to vwrays to allow jittering of sample locations. + +Fixed bug in rtcontrib where it occasionally missed writing the +final bin file. (Pretty serious, actually.) + +Added -Dfseeko=fseek to MACH= line for linux, as fseeko(3) seems to be +broken in current versions of Linux. (Need to remove this later.)