From: <one...@us...> - 2002-11-05 16:58:18
|
Update of /cvsroot/hibernate/Hibernate In directory usw-pr-cvs1:/tmp/cvs-serv12927 Modified Files: changelog.txt Log Message: removed deprecated methods in preparation for version 1.2 Index: changelog.txt =================================================================== RCS file: /cvsroot/hibernate/Hibernate/changelog.txt,v retrieving revision 1.258 retrieving revision 1.259 diff -C2 -d -r1.258 -r1.259 *** changelog.txt 5 Nov 2002 13:40:53 -0000 1.258 --- changelog.txt 5 Nov 2002 16:58:12 -0000 1.259 *************** *** 2,7 **** =================== ! Changes in version 1.1.9 (x.11.2002) ! ------------------------------------ * Fixed a bad bug binding to JNDI with servers that use serialization in preference to getReference() * support for quoted SQL identifiers (patch by Jean-Francois Nadeau) --- 2,7 ---- =================== ! Changes in version 1.2 beta 1 (x.11.2002) ! ----------------------------------------- * Fixed a bad bug binding to JNDI with servers that use serialization in preference to getReference() * support for quoted SQL identifiers (patch by Jean-Francois Nadeau) *************** *** 12,15 **** --- 12,18 ---- * finished work on normalized table mappings using <joined-subclass> declaration * deprecated hibernate-mapping.dtd in favor of hibernate-mapping-1.1.dtd + * reworked unmapped class / interface query functionality, fixing several problems + * removed deprecated methods + * deprecated findIdentifiers() Changes in version 1.1.8 (30.10.2002) |