From 2669e42deb8c4aefb694acce47c12d50d6316456 Mon Sep 17 00:00:00 2001 From: "Gregory J. Ward" Date: Wed, 12 Nov 2014 17:42:34 +0000 Subject: [PATCH] Notes for 4.2.2 patch release --- doc/notes/ReleaseNotes | 11 +++++++++++ src/rt/VERSION | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/notes/ReleaseNotes b/doc/notes/ReleaseNotes index 609428c40..0a44bc85d 100644 --- a/doc/notes/ReleaseNotes +++ b/doc/notes/ReleaseNotes @@ -1989,3 +1989,14 @@ BSDF input file gets back the original behavior, where it assumes that the up direction is 90-degrees from the X-axis. The default value of 0 corresponds to PAB's definition of the X-axis as being "up". + +Fixed bug in rsensor related to having many rows (altitude) and +few columns (azimuth) in sensitivity file. + +Fixed floating point round-off error in new Hessian calculation +for some sytems (Windows, primarily). + +Fixed bug in tensor tree BSDF code that caused bus error on +some systems, and may have been source of other errors as well. + +(Above changes included in 4.2.2 patch release.) diff --git a/src/rt/VERSION b/src/rt/VERSION index b15213e77..067a1c318 100644 --- a/src/rt/VERSION +++ b/src/rt/VERSION @@ -1 +1 @@ -RADIANCE 4.3a +RADIANCE 4.2.2