--- ray/doc/notes/ReleaseNotes 2015/08/12 23:07:59 1.267 +++ ray/doc/notes/ReleaseNotes 2016/03/04 16:52:03 1.276 @@ -1956,8 +1956,8 @@ to klems_full.cal in the process.) Added "-c" option to getinfo to execute command on data segment. -===================== -Version 5.0 +================================ +Version 5.0 (Released 9/18/2015) Changed rmtxop so it writes out same type as lesser of inputs unless directed otherwise using -f? option. @@ -2051,3 +2051,34 @@ layers, although interreflection between layers is not accounted for properly as it is in the WINDOW program. Added Jan Wienold et al.'s evalglare to distribution. + +Hopeful fix to deadlock issue under Mac OS X 10.10.x (Yosemite). + +Fixed early exit of rcontrib with internal error (sample behind sender) +discovered by Rob G. + +================================= +Version 5.1 + +Fixed issue with vchars.mta and symbols.mta not being installed in +the appropriate metafile library location, with help from Rob G. + +Added ability to give quoted strings to output= directive in rfluxmtx. + +****** COMPATIBILITY CHANGE ******** +Added ability to digest color (CIE-XYZ) input in pabopto2bsdf. +This change alters the .sir (interpolant) format, so these files +will need to be regenerated. Use the new "#colorimetry: CIE-XYZ" tag +to enable on input. + +Rewrote bsdf2klems to support tristimulus color and call wrapBSDF. +Did the same for bsdf2ttree. Function specifications still gray only. + +Reduced a problem where rvu or rholo would be slow to quit when +run with many processes on a large model or one with a large +ambient file (taking lots of memory). We were waiting for +processes to quit one-by-one, which takes some time for each +process as it disentangles its shared memory. We now +wait for all the processes together, so they can disentangle +in parallel. It can still take up to a minute in some cases, +but not 10 minutes like it was taking before the fix.