Update of /cvsroot/objecthandler/ObjectHandler/Docs/pages
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9029/Docs/pages
Modified Files:
history.docs
Log Message:
update docs
Index: history.docs
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/Docs/pages/history.docs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** history.docs 19 May 2006 15:12:41 -0000 1.1
--- history.docs 3 Oct 2006 11:24:21 -0000 1.2
***************
*** 24,27 ****
--- 24,66 ----
/*! \page history Version History
+ <strong>Release 0.2.0 - October 2006</strong>
+
+ EXCEL
+
+ - new function "ohRetrieveError()" returns whatever error message
+ is associated with the active range
+
+ LOG4CXX
+
+ No changes to the log4cxx environment. ObjectHandler 0.2.0 continues
+ to rely on the customized log4cxx "0.9.7a" package which shipped
+ with ObjectHandler version 0.1.4 (see below).
+
+ REQUIRED PACKAGES
+
+ - Boost version 1.31.0 or later
+ - log4cxx version 0.9.7.a
+ - gensrc version 0.2.0
+
+ <strong>Release 0.1.4 - August 2006</strong>
+
+ EXCEL
+
+ - support for permanent objects not deleted by garbage collection
+ - use gensrc where possible to generate source code for ObjectHandler
+
+ LOG4CXX
+
+ Created package "log4cxx 0.9.7a" which is a customization of log4cxx0.9.7,
+ providing better support for VC, boost-format version numbers for lib files,
+ etc. log4cxx 0.9.7a is available from the ObjectHandler section of the
+ QuantLib downloads page.
+
+ REQUIRED PACKAGES
+
+ - Boost version 1.31.0 or later
+ - log4cxx version 0.9.7.a
+ - gensrc version 0.1.4
+
<strong>Release 0.1.3 - March 2006</strong>
|