Skip to content

Commit e14704f

Browse files
Release 5.3.15 (nhibernate#3225)
1 parent ac5e2b6 commit e14704f

File tree

2 files changed

+27
-9
lines changed

2 files changed

+27
-9
lines changed

build-common/NHibernate.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<NhVersion Condition="'$(NhVersion)' == ''" >5.3</NhVersion>
66
<VersionPatch Condition="'$(VersionPatch)' == ''">15</VersionPatch>
77
<!-- Clear VersionSuffix for making release and set it to dev for making development builds -->
8-
<VersionSuffix Condition="'$(VersionSuffix)' == ''">dev</VersionSuffix>
8+
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
99

1010
<VersionPrefix Condition="'$(VersionPrefix)' == ''">$(NhVersion).$(VersionPatch)</VersionPrefix>
1111
<VersionSuffix Condition="'$(VersionSuffix)' != '' AND '$(BuildNumber)' != ''">$(VersionSuffix).$(BuildNumber)</VersionSuffix>

releasenotes.txt

+26-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
Build 5.3.14
1+
Build 5.3.15
2+
=============================
3+
4+
Release notes - NHibernate - Version 5.3.15
5+
6+
4 issues were resolved in this release.
7+
8+
** Bug
9+
10+
* #3218 Failure of contains subquery with parameter
11+
* #3187 Fix mixing implied implicit and left joins in HQL for v5.3
12+
13+
** Task
14+
15+
* #3225 Release 5.3.15
16+
* #3222 Automatically generate async code on pull requests for 5.3
17+
18+
19+
Build 5.3.14
220
=============================
321

422
Release notes - NHibernate - Version 5.3.14
@@ -7,8 +25,8 @@ Release notes - NHibernate - Version 5.3.14
725

826
** Bug
927

10-
#3169 InvalidOperationException: This transformer is not initialized by Cached Query
11-
#3164 Fetching a lazy loaded component regression
28+
* #3169 InvalidOperationException: This transformer is not initialized by Cached Query
29+
* #3164 Fetching a lazy loaded component regression
1230

1331
** Task
1432

@@ -24,14 +42,14 @@ Release notes - NHibernate - Version 5.3.13
2442

2543
** Bug
2644

27-
#3134 ManyToMany - Tries to select not existing column in Mapping Table
28-
#3113 Join fails on Oracle9Dialect
29-
#3030 Memory leak named parameter holds entity references
45+
* #3134 ManyToMany - Tries to select not existing column in Mapping Table
46+
* #3113 Join fails on Oracle9Dialect
47+
* #3030 Memory leak named parameter holds entity references
3048

3149
** Improvement
3250

33-
#3120 Guards against use of a disposed session factory
34-
#2994 Npgsql 6 is not compatible
51+
* #3120 Guards against use of a disposed session factory
52+
* #2994 Npgsql 6 is not compatible
3553

3654
** Task
3755

0 commit comments

Comments
 (0)