--- ray/doc/notes/ReleaseNotes 2005/12/28 19:42:13 1.113 +++ ray/doc/notes/ReleaseNotes 2006/04/05 14:30:38 1.119 @@ -1557,3 +1557,18 @@ Made xform, replmarks and rad2mgf handle quoted modifi Fixed problem in genblinds, where it was generating slats that were too wide with the +/-r option. (Thanks to Helena Buelow-Huebe for discovering 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. + +Changed -u+ to be the default setting in rtrace (only).