From: <fab...@us...> - 2011-07-04 11:57:28
|
Revision: 5976 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=5976&view=rev Author: fabiomaulo Date: 2011-07-04 11:57:22 +0000 (Mon, 04 Jul 2011) Log Message: ----------- Preparing release Modified Paths: -------------- trunk/nhibernate/releasenotes.txt Modified: trunk/nhibernate/releasenotes.txt =================================================================== --- trunk/nhibernate/releasenotes.txt 2011-06-29 21:23:27 UTC (rev 5975) +++ trunk/nhibernate/releasenotes.txt 2011-07-04 11:57:22 UTC (rev 5976) @@ -14,6 +14,21 @@ * For those implementing IDrive without inherit from DriveBase: IDrive.AdjustCommand * Dialect base: removed some no more needed properties +Build 3.2.0.CR1 (rev5976) +============================= +** Bug + * [NH-2118] - GroupBy without Select doesnt work + * [NH-2387] - Postgres - Unable to run LINQ query using boolean predicate - ERROR: 42883: operator does not exist: boolean = integer + * [NH-2435] - No order by clause generated with self referencing orderby clause. + * [NH-2583] - Query with || operator and navigations (many-to-one) creates wrong joins + * [NH-2773] - ProxyObjectReference creates a new ProxyFactory for each deserialization which disables proxy caching + +** Improvement + * [NH-2748] - Support % operator + +** Patch + * [NH-2774] - Perf - reusing same regex object in joinwalker objects + Build 3.2.0.Beta2 (rev5964) ============================= ** Bug This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |