--- ray/doc/notes/ReleaseNotes 2008/11/10 19:08:18 1.151 +++ ray/doc/notes/ReleaseNotes 2009/02/09 16:41:28 1.155 @@ -1677,3 +1677,15 @@ the de facto extension for Radiance RGBE and XYZE pict extensions were never more than a convention in Radiance, this does not affect operation, but may require the update of scripts, etc. written by others that assume the ".pic" suffix for Radiance output. + +Added -N option to objview to support multiprocessing. + +Improved sampling of circular sources (source, sphere, ring types) with +quite a bit of help from David Geisler-Moroder. + +Added "rpict" and "rvu" variables to rad, and made these as well as +the "oconv", "mkillum" and "pfilt" variables accept an alternate +command path in each case. Change suggested by Lars Grobe based +on similar Radzilla (radz) facility by Carsten Bauer. + +Fixed rad -v N specification to use actual view name if one.