From 959da16864c457c6f9c54838dc7c963a1eadbd19 Mon Sep 17 00:00:00 2001 From: clay_shooter Date: Sat, 28 Oct 2006 14:56:31 +0000 Subject: [PATCH] upgrading documentation --- build.xml | 4 +++- docs/ReleaseNotes.html | 29 ++++++++++++++--------------- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/build.xml b/build.xml index bf2b6d0..8fc5ff5 100644 --- a/build.xml +++ b/build.xml @@ -125,8 +125,10 @@ diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index c0693f8..4b249d9 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -6,7 +6,9 @@
  • Build
      -
    • Build process now notifies developer if version property missing +
    • Build process now notifies developer if version property missing
    • +
    • Build process now compiles 32 bit and/or 64 bit DLLs as appropriate + for the build environment.
  • @@ -15,10 +17,13 @@
  • Variant.noParam() changed to Variant.putNoParam()
  • Variant.toString() now follows normal java semantics. This conflicted with the jacob toXXX() standard. -
  • Many Variant.toXXX() methods deprecated because folks didn't realize they were doing type conversion +
  • Many Variant.toXXX() did type conversion in addition to a get. The + methods have deprecated because folks didn't realize + they were doing type conversion. Most calls to toXXX() methods should actually be getXXX() calls. This also allowed toString() to follow Java conventions -
  • Variant native methods wrapped with java methods to better armor the Variant +
  • Variant native methods are wrapped with java methods that do parameter and + state checking to better armor the Variant
  • @@ -83,15 +88,14 @@ 1550628 - Moved all LoadLibrary requests into JacobObject. Classes not subclassed - off of JacobObject make calls to a static method on JacobObject to make sure + Moved all LoadLibrary requests into LibraryLoader. Classes not subclassed + off of JacobObject make calls to a static method on LibraryLoader to make sure DLL is loaded(pre1) - + - -

    JACOB 1.9.1

    What's New

    @@ -330,9 +330,8 @@ - -

    JACOB 1.9

    What's New