From: <fab...@us...> - 2009-07-19 12:28:41
|
Revision: 4654 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4654&view=rev Author: fabiomaulo Date: 2009-07-19 12:28:40 +0000 (Sun, 19 Jul 2009) Log Message: ----------- Actualization releasenotes.txt before tag the release. Modified Paths: -------------- branches/2.1.x/nhibernate/releasenotes.txt Modified: branches/2.1.x/nhibernate/releasenotes.txt =================================================================== --- branches/2.1.x/nhibernate/releasenotes.txt 2009-07-18 21:58:15 UTC (rev 4653) +++ branches/2.1.x/nhibernate/releasenotes.txt 2009-07-19 12:28:40 UTC (rev 4654) @@ -33,6 +33,23 @@ * ADOException now use string instead SqlString * IParameterizedType is using IDictionary<string, string> +Build 2.1.0.GA (rev4652) +============================= +** Bug + * [NH-1027] - Querying multiply collections + paging in SQL2005 fail if both has same col name + * [NH-1865] - NHibernate throws InvalidOperationException on Linux/Mono 2.4 + * [NH-1867] - Cannot map a type nested within a generic type + * [NH-1868] - InvalidCastException when using the same filter on two parent entities and a many-to-one + * [NH-1890] - Iesi.Collections file version lower than previous releases + +** Improvement + * [NH-1877] - Support for Projections.GroupBy(IProjection projection) + + +** Patch + * [NH-1872] - OdbcDriver - PrepareSql - SetParameterSizes + * [NH-1876] - Id.TableGenerator fails to apply where clause when selecting the next 'Hi' value (creates infinite loop) + Build 2.1.0.CR1 (rev4578) ============================= ** Bug This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |