--- ray/doc/notes/ReleaseNotes 2005/06/05 19:52:00 1.80 +++ ray/doc/notes/ReleaseNotes 2005/06/21 02:34:22 1.88 @@ -1468,3 +1468,22 @@ Added -if and -of options to total for binary i/o (fol Switched default options in rtrace to use Russian roulette. (Rpict and rvu still use biased ray termination.) + +Added rtcontrib -r option to recover partial output. + +Added -u rendering option for pure Monte Carlo sampling. +(Got rid of -DMC compile option, which this makes superfluous.) + +Changed -t option of rlam to accept strings as well as single characters. + +Fixed bug in rcalc with -l option where it would sometimes go into an +infinite loop. + +Fixed truly ancient bug in bounding box computation for cones, which +could (and did) cause missing segments. + +Added -z option to normtiff to output LZW-compressed files. + +Last change to total causes it to produce results when it sees an empty +line on the input. This was not intentional, but I decided I like this +behavior so I documented it rather than changing it.