--- ray/doc/notes/ReleaseNotes 2005/09/19 04:26:08 1.101 +++ ray/doc/notes/ReleaseNotes 2005/09/25 20:36:02 1.105 @@ -1523,3 +1523,13 @@ 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.) + +Rearranged struct's for better efficiency on 64-bit architectures. + +Added -i option to rlam so it works with binary input formats.