--- ray/doc/notes/ReleaseNotes 2006/01/06 06:40:53 1.114 +++ ray/doc/notes/ReleaseNotes 2006/04/07 19:39:10 1.120 @@ -1560,3 +1560,17 @@ this bug.) Fixed bug in ra_ppm for 16-bit/sample i/o, where it was getting the byte order wrong (apparently). + +Added -V option to rtcontrib to report actual contributions, rather than +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).