From: <one...@us...> - 2002-12-08 06:02:48
|
Update of /cvsroot/hibernate/Hibernate In directory sc8-pr-cvs1:/tmp/cvs-serv31904 Modified Files: changelog.txt Log Message: forgot a credit Index: changelog.txt =================================================================== RCS file: /cvsroot/hibernate/Hibernate/changelog.txt,v retrieving revision 1.285 retrieving revision 1.286 diff -C2 -d -r1.285 -r1.286 *** changelog.txt 7 Dec 2002 09:47:21 -0000 1.285 --- changelog.txt 8 Dec 2002 06:02:44 -0000 1.286 *************** *** 5,9 **** * fixed a bug where uppercase IS NOT NULL, NOT IN, etc were not parsed correctly * addition to readonly="true" bags now no longer requires collection initialization ! * added ResinTransactionManagerLookup * improved exception message when setting null to primitive type (Max Andersen) * improved exception message for an unserializable identifier --- 5,9 ---- * fixed a bug where uppercase IS NOT NULL, NOT IN, etc were not parsed correctly * addition to readonly="true" bags now no longer requires collection initialization ! * added ResinTransactionManagerLookup (Aapo Laakkonen) * improved exception message when setting null to primitive type (Max Andersen) * improved exception message for an unserializable identifier *************** *** 630,632 **** Initial alpha version ! $Id$ \ No newline at end of file --- 630,632 ---- Initial alpha version ! $Id$ |