Skip to content

Commit

Permalink
Release 5.4.9 (#3576)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericDelaporte committed Jul 4, 2024
1 parent b4a69d1 commit ac2ff3a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-common/NHibernate.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<NhVersion Condition="'$(NhVersion)' == ''" >5.4</NhVersion>
<VersionPatch Condition="'$(VersionPatch)' == ''">8</VersionPatch>
<VersionPatch Condition="'$(VersionPatch)' == ''">9</VersionPatch>
<!-- Clear VersionSuffix for making release and set it to dev for making development builds -->
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
<LangVersion Condition="'$(MSBuildProjectExtension)' != '.vbproj'">9.0</LangVersion>
Expand Down
22 changes: 21 additions & 1 deletion releasenotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
Build 5.4.8
Build 5.4.9
=============================

Release notes - NHibernate - Version 5.4.9

6 issues were resolved in this release, including CVE-2024-39677.

** Bug

* #3547 Handle SQL injection vulnerabilities within ObjectToSQLString

** Task

* #3576 Release 5.4.9
* #3558 Migrate AppVeyor & TC builds to PostgreSQL 13
* #3545 Upgrade Npgsql to a non vulnerable version
* #3544 Upgrade vulnerable test dependencies
* #3517 Obsolete vulnerable literal AddColumn


Build 5.4.8
=============================

Release notes - NHibernate - Version 5.4.8
Expand Down

0 comments on commit ac2ff3a

Please sign in to comment.