Update of /cvsroot/hibernate/Hibernate
In directory sc8-pr-cvs1:/tmp/cvs-serv24254
Modified Files:
changelog.txt
Log Message:
correctly propagate exceptions via proxies
fixed uncompilable calendar types for JDK1.2
added --format and --delimiter options to SchemaExport
Index: changelog.txt
===================================================================
RCS file: /cvsroot/hibernate/Hibernate/changelog.txt,v
retrieving revision 1.276
retrieving revision 1.277
diff -C2 -d -r1.276 -r1.277
*** changelog.txt 26 Nov 2002 15:48:34 -0000 1.276
--- changelog.txt 27 Nov 2002 13:47:33 -0000 1.277
***************
*** 5,8 ****
--- 5,11 ----
* fixed bugs in one-to-many associations to a <joined-subclass>
* LockMode class now properly serializable
+ * exceptions thrown by proxied objects are now propagated correctly (rather than being wrapped)
+ * made Calendar types compilable in JDK1.2
+ * added --format and --delimiter options to SchemaExport (thanks to Richard Mixon)
Changes in version 1.2 beta 3 (26.11.2002)
|