Update of /cvsroot/objecthandler/ObjectHandler
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9029
Modified Files:
NEWS.txt
Log Message:
update docs
Index: NEWS.txt
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/NEWS.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** NEWS.txt 19 May 2006 15:12:41 -0000 1.1
--- NEWS.txt 3 Oct 2006 11:24:20 -0000 1.2
***************
*** 1,75 ****
! Release 0.1.4 - ??? 2006
!
! CORE
!
! - Fixed bug where inputting handle of unexpected class crashed ObjectHandler
! - function ohHandleList renamed to ohListInstanceNames
!
! Release 0.1.3 - March 2006
!
! CORE
!
! - Documentation revised and extended
!
! EXCEL
!
! - unregister functions when XLL unloaded (Lars Schouw)
! - Consolidated export of Excel functions
! - Increased granularity and clarity of runtime exceptions
! - Improved memory management (automatic deletion of temp variables)
! - Clarified code in example XLLs
!
! LOG4CXX
!
! - Link to log4cxx statically rather than dynamically. The use of log4cxx.dll,
! introduced in ObjectHandler version 0.1.2, was found to destabilize
! ObjectHandler and so the static link to log4cxx, used in ObjectHandler
! version 0.1.1, has been reintroduced.
!
! Release 0.1.2 - October 2005
!
! EXCEL
!
! Excel binding ported from QuantLibAddin to ObjectHandler
! and enhanced:
!
! - ObjectHandler core functionality and the Excel binding can be
! linked statically into a single client XLL, or built as a standalone
! XLL comprising a global repository shared by multiple client XLLs
! - garbage collection of objects orphaned by the deletion of the
! calling cell
! - conversion to/from all Excel types and native C++ types
! - greater granularity of datatypes - XLOPER replaced by OPER, FP
!
! LOG4CXX
!
! - link to log4cxx dynamically rather than statically
!
! Release 0.1.1 - July 2005
!
! REQUIRED PACKAGES
!
! - Boost version 1.31.0 or later
! - log4cxx version 0.9.7
!
! CHANGES SINCE RELEASE 0.1.0
!
! - interface layer replaced with factory function (thanks to Walter Penschke)
! - logging implemented with log4cxx framework from Apache project
! - additional functions deleteObject, deleteAllObjects
! - output manipulators for Object and ObjectHandler classes
! - utility functions consolidated
!
! Release 0.1.0 - February 2005
!
! REQUIRED PACKAGES
!
! - Boost version 1.31.0 or later
!
! OVERVIEW
!
! Initial release consisting of prototype framework:
!
! - Instantiate an Object in the ObjectHandler, from where it
! can be interrogated, altered, and destroyed.
!
--- 1,2 ----
! For a rundown of changes per ObjectHandler release please visit
! http://www.objecthandler.org/history.html
|