Update of /cvsroot/hibernate/Hibernate
In directory sc8-pr-cvs1:/tmp/cvs-serv23867
Modified Files:
changelog.txt
Log Message:
latest changes
Index: changelog.txt
===================================================================
RCS file: /cvsroot/hibernate/Hibernate/changelog.txt,v
retrieving revision 1.288
retrieving revision 1.289
diff -C2 -d -r1.288 -r1.289
*** changelog.txt 15 Dec 2002 11:50:46 -0000 1.288
--- changelog.txt 25 Dec 2002 07:34:19 -0000 1.289
***************
*** 7,13 ****
* support for WebSphere 5 (Venkat Srinivasan)
* fixed a bug with query expressions of the form "foo.bar.id" for normalized mappings
! * experimental Blob/Clob support (Benoit Menendez)
* improvements to SchemaUpdater (Benoit Menendez)
* deprecated suspendFlushes() / resumeFlushes() in favor of FlushMode
Changes in version 1.2 final (7.12.2002)
--- 7,21 ----
* support for WebSphere 5 (Venkat Srinivasan)
* fixed a bug with query expressions of the form "foo.bar.id" for normalized mappings
! * experimental Blob/Clob support (thanks to Benoit Menendez and Mark Woon)
* improvements to SchemaUpdater (Benoit Menendez)
* deprecated suspendFlushes() / resumeFlushes() in favor of FlushMode
+ * deprecated IDGenerationException in favor of IdentifierGenerationException
+ * fixed a bug introduced in 1.2 final where cascade save-update was sometimes ignored for readonly="true" bags
+ * fixed a bug caching null-valued one-to-one associations
+ * CodeGenerator now supports <bag>
+ * fixed problem with TimestampType on DB2 (Jonas)
+ * fixed a bug in generated SQL for collections with <joined-subclass> mappings (Robson Miranda)
+ * fixed a bug caching Maps (Benoit Menendez)
+ * SchemaExport now accepts a .jar file as a source of mappings
Changes in version 1.2 final (7.12.2002)
|