Skip to content

Commit 3087d48

Browse files
committed
Update version and release notes for 4.0.0.Alpha2.
1 parent cd13018 commit 3087d48

File tree

2 files changed

+39
-4
lines changed

2 files changed

+39
-4
lines changed

build-common/common.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@
6060
effectively SP0).
6161
-->
6262

63-
<property name="project.version" value="4.0.0.Alpha1" overwrite="false" />
63+
<property name="project.version" value="4.0.0.Alpha2" overwrite="false" />
6464

6565
<!-- This version number should be changed if, but only if, there are incompatible
6666
changes compared to the previous version. -->
67-
<property name="project.default-assembly-version" value="4.0.0.1000" overwrite="false" />
67+
<property name="project.default-assembly-version" value="4.0.0.1001" overwrite="false" />
6868

6969
<!-- Compute short project version (major.minor) using a regex -->
7070
<regex input="${project.version}" pattern="^(?'shortversion'\d+\.\d+)" />

releasenotes.txt

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Build vNext
1+
Build 4.0.0.Alpha2
22
=============================
33

4-
** Known BREAKING CHANGES from NH4.0.0.Alpha1 to 4.0.0.Alpha1
4+
** Known BREAKING CHANGES from NH4.0.0.Alpha1 to 4.0.0.Alpha2
55

66
Fixed mapping by code behaviour when map child subclasses (see NH-3135 and NH-3269)
77

@@ -11,6 +11,41 @@ Build vNext
1111
instantiator = BuildInstantiator(component);
1212

1313

14+
** Bug
15+
* [NH-2380] - Cannot perform distinct when selecting an anonymous type
16+
* [NH-2486] - Distinct() extension method problem with Object Initialisers
17+
* [NH-2655] - DbType.Double should be float(53) instead of DOUBLE PRECISION in the SQL-Severer2000 Dialect
18+
* [NH-2692] - Using Any() on a collection of components results in invalid SQL: Column of parent ID is used instead of key column
19+
* [NH-2861] - <filter> doesn't work in conjunction with <join>
20+
* [NH-2865] - "Expression type 'NhSumExpression' is not supported by this SelectClauseVisitor."
21+
* [NH-2961] - "Index was outside the bounds of the array" error when executing cached query for single result with distinct results transformer
22+
* [NH-3135] - Collection of Components in BaseClass cannot be mapped to a different table
23+
* [NH-3269] - UniqueKey on property of base class will affect all inherited class
24+
* [NH-3392] - Add ability to expand subcollections with composites ids with WCF Data Services
25+
* [NH-3417] - Nested projection of subcollection throws
26+
* [NH-3423] - MemberInitExpression causing problem in HqlGeneratorExpressionTreeVisitor (WCF DS)
27+
* [NH-3571] - Linq does not support dynamic components inside components
28+
* [NH-3579] - Session leak in the Query Plan Cache
29+
* [NH-3586] - Firebird Decimals
30+
* [NH-3588] - Creating and dropping of Temporary Tables in an isolated transaction is broken
31+
* [NH-3590] - Detached entity with set of primitives throws
32+
* [NH-3591] - IncrementGenerator unnecessarily creates a new connection to the db
33+
34+
** Improvement
35+
* [NH-1082] - Exceptions thrown in IInterceptor.BeforeTransactionCompletion should cause the transaction to be rolled back
36+
* [NH-3041] - Expression-based PropertyRef missing in OneToOne mapping
37+
* [NH-3072] - OneToManyPersister improvements
38+
* [NH-3141] - Don't fetch id from proxy target
39+
* [NH-3437] - Turn SqlMethods.Like into an extension method
40+
41+
42+
** Patch
43+
* [NH-3558] - Table check and enhanced id generators in Mapping By Code
44+
* [NH-3559] - UnionSubclassEntityPersister does not quote column names
45+
46+
** Task
47+
* [NH-3363] - Refactor Loader/Result Transformer interaction to match Hibernate
48+
1449
Build 4.0.0.Alpha1
1550
=============================
1651

0 commit comments

Comments
 (0)