--- ray/doc/notes/ReleaseNotes 2005/09/20 17:05:10 1.102 +++ ray/doc/notes/ReleaseNotes 2005/09/23 19:04:52 1.104 @@ -1526,3 +1526,8 @@ Added -pj option to vwrays to allow jittering of sampl 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.