Skip to content

Commit

Permalink
Release 5.4.2 (nhibernate#3277)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericDelaporte committed Apr 5, 2023
1 parent ac14311 commit cddbac1
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-common/NHibernate.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<NhVersion Condition="'$(NhVersion)' == ''" >5.4</NhVersion>
<VersionPatch Condition="'$(VersionPatch)' == ''">2</VersionPatch>
<!-- Clear VersionSuffix for making release and set it to dev for making development builds -->
<VersionSuffix Condition="'$(VersionSuffix)' == ''">dev</VersionSuffix>
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
<LangVersion Condition="'$(MSBuildProjectExtension)' != '.vbproj'">9.0</LangVersion>

<VersionPrefix Condition="'$(VersionPrefix)' == ''">$(NhVersion).$(VersionPatch)</VersionPrefix>
Expand Down
29 changes: 27 additions & 2 deletions releasenotes.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,33 @@
Build 5.4.1
Build 5.4.2
=============================

Release notes - NHibernate - Version 5.4.2

6 issues were resolved in this release.

** Bug

* #3274 Improve LINQ Contains subquery parameter detection
* #3271 LINQ subqueries wrongly altered by SelectClauseVisitor
* #3263 Wrong alias in Where clause if using Fetch and scalar Select
* #3239 Incorrect SQL generated fetching many-to-many with subclasses

** New Feature

* #3251 MappingByCode: Support backfield property access

** Task

* #3281 Merge 5.3.16 in 5.4.x
* #3277 Release 5.4.2


Build 5.4.1
=============================

Release notes - NHibernate - Version 5.4.1

4 issues were resolved in this release.
5 issues were resolved in this release.

** Bug

Expand All @@ -14,6 +38,7 @@ Release notes - NHibernate - Version 5.4.1
** Task

* #3232 Release 5.4.1
* #3227 Merge 5.3.15 in 5.4.x

As part of releasing 5.4.1, a missing 5.4.0 possible breaking change has been added, about
one-to-one associations and optimistic locking. See 5.4.0 possible breaking changes.
Expand Down

0 comments on commit cddbac1

Please sign in to comment.