--- ray/doc/notes/ReleaseNotes 2006/02/28 03:44:54 1.116 +++ ray/doc/notes/ReleaseNotes 2006/05/07 15:44:27 1.121 @@ -1565,3 +1565,14 @@ Added -V option to rtcontrib to report actual contribu just ray coefficients. Fixed bug in ranimate that caused it to fail in continuation of renderings. + +Renamed librt.a to librtrad.a, to avoid conflict on Solaris. Almost +everything now gets linked to -lrtrad instead of -lrt. + +Fixed problem with large sample sets, so -u+ option now is truly random. +Thanks to Rick Mistrick and Younju Yoon for identifying this problem, +which was related to a poorly designed hash function. + +Changed -u+ to be the default setting in rtrace (only). + +Fixed binary i/o for rlam and vwrays under Windows.