Skip to content

Commit fe7b6f0

Browse files
Release 5.4.1 (#3232)
1 parent fc8d55c commit fe7b6f0

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
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.4</NhVersion>
66
<VersionPatch Condition="'$(VersionPatch)' == ''">1</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
<LangVersion Condition="'$(MSBuildProjectExtension)' != '.vbproj'">9.0</LangVersion>
1010

1111
<VersionPrefix Condition="'$(VersionPrefix)' == ''">$(NhVersion).$(VersionPatch)</VersionPrefix>

releasenotes.txt

+24-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
1-
Build 5.4.0
1+
Build 5.4.1
2+
=============================
3+
4+
Release notes - NHibernate - Version 5.4.1
5+
6+
4 issues were resolved in this release.
7+
8+
** Bug
9+
10+
* #3216 Enable one-to-one optimistic lock handling in mapping
11+
* #3215 Count(Distinct ...) does not work
12+
* #3203 Fix a wrong example in configuration documentation
13+
14+
** Task
15+
16+
* #3232 Release 5.4.1
17+
18+
As part of releasing 5.4.1, a missing 5.4.0 possible breaking change has been added, about
19+
one-to-one associations and optimistic locking. See 5.4.0 possible breaking changes.
20+
21+
22+
Build 5.4.0
223
=============================
324

425
Release notes - NHibernate - Version 5.4.0
@@ -12,6 +33,8 @@ Release notes - NHibernate - Version 5.4.0
1233
* 201 issues were resolved in this release.
1334

1435
##### Possible Breaking Changes #####
36+
* One-to-one changes does now trigger a version increment, consistently with the default behavior of other kinds of
37+
associations. See #3204.
1538
* Linq and criteria queries on unmapped entities will throw instead of returning an empty result list. See #1106, #1095.
1639
* The second level cache UpdateTimestampsCache does not use locks anymore. This may slightly increase the number of cases
1740
where stale data is returned by the query cache. See #2742.

0 commit comments

Comments
 (0)