Update of /cvsroot/hibernate/Hibernate
In directory sc8-pr-cvs1:/tmp/cvs-serv13069
Modified Files:
changelog.txt readme.txt
Log Message:
1.2.4
Index: changelog.txt
===================================================================
RCS file: /cvsroot/hibernate/Hibernate/changelog.txt,v
retrieving revision 1.299
retrieving revision 1.300
diff -C2 -d -r1.299 -r1.300
*** changelog.txt 12 Mar 2003 12:40:52 -0000 1.299
--- changelog.txt 22 Mar 2003 13:42:35 -0000 1.300
***************
*** 10,13 ****
--- 10,14 ----
* added Ant Tasks for SchemaExport and SchemaUpdater (Cameron Braid)
* Query.setEntity(), etc, now aware of proxies (also improved hueristics for guessing Type)
+ * fixed problems with Sybase
Changes in version 1.2.3 (28.1.2003)
Index: readme.txt
===================================================================
RCS file: /cvsroot/hibernate/Hibernate/readme.txt,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -d -r1.59 -r1.60
*** readme.txt 28 Jan 2003 13:07:43 -0000 1.59
--- readme.txt 22 Mar 2003 13:42:35 -0000 1.60
***************
*** 1,5 ****
Hibernate - Relational Persistence for Idiomatic Java
=====================================================
! version 1.2.3 28 January 2003
Instructions
--- 1,5 ----
Hibernate - Relational Persistence for Idiomatic Java
=====================================================
! version 1.2.4 22 March 2003
Instructions
|