Update of /cvsroot/hibernate/Hibernate
In directory sc8-pr-cvs1:/tmp/cvs-serv13719
Modified Files:
changelog.txt
Log Message:
latest changes
Index: changelog.txt
===================================================================
RCS file: /cvsroot/hibernate/Hibernate/changelog.txt,v
retrieving revision 1.286
retrieving revision 1.287
diff -C2 -d -r1.286 -r1.287
*** changelog.txt 8 Dec 2002 06:02:44 -0000 1.286
--- changelog.txt 15 Dec 2002 07:38:01 -0000 1.287
***************
*** 1,4 ****
--- 1,13 ----
Hibernate Changelog
===================
+ Changes in version 1.2.1 (xx.12.2002)
+ -------------------------------------
+ * Changed the MySQL mapping of Hibernate "timestamp" to MySQL "DATETIME" (Matthias Schwinn)
+ * TransactionManagerLookup classes now define defaut UserTransaction JNDI names
+ * 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)
+
Changes in version 1.2 final (7.12.2002)
----------------------------------------
|