From 2856390f240b5f5301bab3d4d120d4237abe38a1 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 --- docs/ReleaseNotes.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index c90a750..95d0fdc 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -11,11 +11,17 @@ Bug fix release 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 @@ Bug fix release 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