From: <fab...@us...> - 2009-07-05 04:25:40
|
Revision: 4580 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4580&view=rev Author: fabiomaulo Date: 2009-07-05 04:25:40 +0000 (Sun, 05 Jul 2009) Log Message: ----------- Preparing release 2.1.0CR1 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-05 04:17:11 UTC (rev 4579) +++ branches/2.1.x/nhibernate/releasenotes.txt 2009-07-05 04:25:40 UTC (rev 4580) @@ -33,6 +33,21 @@ * ADOException now use string instead SqlString * IParameterizedType is using IDictionary<string, string> +Build 2.1.0.CR1 (rev4578) +============================= +** Bug + * [NH-1849] - Using custom sql function "contains" causes an Antlr exception + * [NH-1857] - NH2.1: Full Join in HQL query does not work. + * [NH-1859] - SQL-Commands with more than one comment don't work + * [NH-1864] - SQL response parameter mishandling when using filter on two classes + +** Improvement + * [NH-1844] - SessionIdLoggingContext introduced in trunk revision 4265 is very time costly + * [NH-1850] - NHibernate should log query duration + +** New Feature + * [NH-1853] - Add a Configuration.AddNamespace method to allow adding mappings within a specific folder + Build 2.1.0.Beta2 (rev4501) ============================= ** Sub-task This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |