From: <one...@us...> - 2003-02-02 06:47:08
|
Update of /cvsroot/hibernate/Hibernate2 In directory sc8-pr-cvs1:/tmp/cvs-serv27790a Modified Files: changelog.txt readme.txt Log Message: 2.0 beta 2 Index: changelog.txt =================================================================== RCS file: /cvsroot/hibernate/Hibernate2/changelog.txt,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** changelog.txt 28 Jan 2003 13:05:28 -0000 1.5 --- changelog.txt 2 Feb 2003 06:47:05 -0000 1.6 *************** *** 1,4 **** --- 1,20 ---- Hibernate Changelog =================== + Changes in version 2.0 beta 2 (2.2.2003) + ---------------------------------------- + * property column names may now be of any length (Mark Woon) + * fixed problem where CodeGenerator created private get/set pairs (Max Andersen) + * fixed all silly bugs in Configuration.configure() + * efficient collection updates from Session.update() + * added <jcs-class-cache> and <jcs-collection-cache> elements to hibernate-configuration.dtd + * support for normalized mappings for databases with DECODE instead of CASE (Simon Harris) + * added Oracle9Dialect + * added JRun4TransactionManagerLookup (Joseph Bissen) + * fixed JDBCException to keep reference to underlying SQLException + * fixed a bug loading many-to-many associations with a repeated column name + * fixed a bug in ShortType + * added IngresDialect (Ian Booth) + * added --config option to SchemaExport + Changed in version 2.0 beta 1 (28.1.2003) ----------------------------------------- Index: readme.txt =================================================================== RCS file: /cvsroot/hibernate/Hibernate2/readme.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** readme.txt 28 Jan 2003 13:06:56 -0000 1.2 --- readme.txt 2 Feb 2003 06:47:05 -0000 1.3 *************** *** 1,5 **** Hibernate - Relational Persistence for Idiomatic Java ===================================================== ! version 2.0 beta 1 28 January 2003 Instructions --- 1,5 ---- Hibernate - Relational Persistence for Idiomatic Java ===================================================== ! version 2.0 beta 2 2 February 2003 Instructions |