Skip to content

Commit ac2ff3a

Browse files
Release 5.4.9 (#3576)
1 parent b4a69d1 commit ac2ff3a

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

build-common/NHibernate.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<PropertyGroup>
55
<NhVersion Condition="'$(NhVersion)' == ''" >5.4</NhVersion>
6-
<VersionPatch Condition="'$(VersionPatch)' == ''">8</VersionPatch>
6+
<VersionPatch Condition="'$(VersionPatch)' == ''">9</VersionPatch>
77
<!-- Clear VersionSuffix for making release and set it to dev for making development builds -->
88
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
99
<LangVersion Condition="'$(MSBuildProjectExtension)' != '.vbproj'">9.0</LangVersion>

releasenotes.txt

+21-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
1-
Build 5.4.8
1+
Build 5.4.9
2+
=============================
3+
4+
Release notes - NHibernate - Version 5.4.9
5+
6+
6 issues were resolved in this release, including CVE-2024-39677.
7+
8+
** Bug
9+
10+
* #3547 Handle SQL injection vulnerabilities within ObjectToSQLString
11+
12+
** Task
13+
14+
* #3576 Release 5.4.9
15+
* #3558 Migrate AppVeyor & TC builds to PostgreSQL 13
16+
* #3545 Upgrade Npgsql to a non vulnerable version
17+
* #3544 Upgrade vulnerable test dependencies
18+
* #3517 Obsolete vulnerable literal AddColumn
19+
20+
21+
Build 5.4.8
222
=============================
323

424
Release notes - NHibernate - Version 5.4.8

0 commit comments

Comments
 (0)