--- ray/doc/notes/ReleaseNotes 2005/06/14 04:04:51 1.85 +++ ray/doc/notes/ReleaseNotes 2005/06/21 02:34:22 1.88 @@ -1478,3 +1478,12 @@ Changed -t option of rlam to accept strings as well as 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.