From c608c579ab04910aad95f96f90b38840507e7f8c Mon Sep 17 00:00:00 2001 From: clay_shooter <> Date: Fri, 8 Dec 2006 12:50:37 +0000 Subject: [PATCH] 1611487: added additional problem report to release notes --- jacob/docs/ReleaseNotes.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/jacob/docs/ReleaseNotes.html b/jacob/docs/ReleaseNotes.html index c90a750..95d0fdc 100644 --- a/jacob/docs/ReleaseNotes.html +++ b/jacob/docs/ReleaseNotes.html @@ -11,11 +11,17 @@

Tracked Changes

1602188 Variant toString() causes stack overflow for byRef() Variants - (This defect forced the 1.11.1 release) + (This show stopper defect forced the 1.11.1 release) + + 1611487 + Variant toJavaObject() doesn't work for byRef Variables and + returned the wrong value for unrecognized Variant types. + + 1607878 - Variant getJavaDateRef() fails + Variant getJavaDateRef() fails.   @@ -26,7 +32,8 @@

Tracked Changes

SF1603631 - Concurrent modification of ROT causes VM crashes. + Concurrent modification of ROT causes VM crashes. Access + to the ROT has been sychronized. No performance impact analysis has been done