From: Michael D. <mik...@us...> - 2004-11-27 03:45:52
|
Update of /cvsroot/nhibernate/nhibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28476 Modified Files: releasenotes.txt Log Message: some more updates. Index: releasenotes.txt =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/releasenotes.txt,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** releasenotes.txt 18 Nov 2004 03:18:25 -0000 1.19 --- releasenotes.txt 27 Nov 2004 03:45:42 -0000 1.20 *************** *** 9,12 **** --- 9,14 ---- - Isolated test and classes that use DbType.Time into their own fixtures. Data Drivers don't implement this consistently. - Fixed problem where HQL was not parsing Fully Qualified Enums correctly. (Peter Smulovics) + - Fixed Int16 not working as a <version> Property. + - Modified NHibernate and Iesi.Collections to have the attribute CLSCompliantAttribute(true). Alpha Build 0.4.0.0 |