--- ray/doc/notes/ReleaseNotes 2003/09/24 14:55:53 1.18 +++ ray/doc/notes/ReleaseNotes 2003/11/11 16:24:05 1.22 @@ -1208,3 +1208,13 @@ rtrace. In rad program, doubled -ar value, -ad value, and decreased -aa value a bit. Also adjusted -lr upwards and -lw downwards. I should have done these things long ago, as processors have been getting faster and faster over the years. + +Fixed bug discovered by Marcus Jacobs where oconv was dumping core +when it was given too many modifiers. + +Fixed problem with rpict where it was drawing illum sources badly +even when they weren't all that small in the view. + +Added in(i) function to rcalc for more flexible channel evaluation. + +Replaced all calls to vfork() with regular fork() calls.