Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ac2ff3a

Browse filesBrowse files
Release 5.4.9 (#3576)
1 parent b4a69d1 commit ac2ff3a
Copy full SHA for ac2ff3a

File tree

Expand file treeCollapse file tree

2 files changed

+22
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+22
-2
lines changed

‎build-common/NHibernate.props

Copy file name to clipboardExpand all lines: build-common/NHibernate.props
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: releasenotes.txt
+21-1Lines changed: 21 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.