Skip to content

Commit e5fcd13

Browse files
Release 5.3.9 (#2837)
1 parent 832886d commit e5fcd13

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

build-common/NHibernate.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<NhVersion Condition="'$(NhVersion)' == ''" >5.3</NhVersion>
66
<VersionPatch Condition="'$(VersionPatch)' == ''">9</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

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
1-
Build 5.3.8
1+
Build 5.3.9
2+
=============================
3+
4+
Release notes - NHibernate - Version 5.3.9
5+
6+
11 issues were resolved in this release.
7+
8+
** Bug
9+
10+
* #2835 Fix ExecuteWorkInIsolation ignores MultiTenancy configuration
11+
* #2811 Remove session finalizer
12+
* #2805 Model not mapped Exception
13+
* #2802 ArgumentException on session Flush
14+
* #2792 Arithmetic operations adding casts to SQLite that cause incorrect results
15+
* #2791 Custom Equality Fails
16+
* #2772 LINQ query returns NULL instead of expected result
17+
18+
** Test
19+
20+
* #2841 Fix possible test failure for SqlServer 2019
21+
* #2814 Fix intermittent Firebird test errors
22+
* #2812 Replace Travis CI with GitHub Actions
23+
24+
** Task
25+
26+
* #2837 Release 5.3.9
27+
28+
Build 5.3.8
229
=============================
330

431
Release notes - NHibernate - Version 5.3.8

0 commit comments

Comments
 (0)