File tree 2 files changed +22
-2
lines changed
2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 3
3
4
4
<PropertyGroup >
5
5
<NhVersion Condition =" '$(NhVersion)' == ''" >5.4</NhVersion >
6
- <VersionPatch Condition =" '$(VersionPatch)' == ''" >8 </VersionPatch >
6
+ <VersionPatch Condition =" '$(VersionPatch)' == ''" >9 </VersionPatch >
7
7
<!-- Clear VersionSuffix for making release and set it to dev for making development builds -->
8
8
<VersionSuffix Condition =" '$(VersionSuffix)' == ''" ></VersionSuffix >
9
9
<LangVersion Condition =" '$(MSBuildProjectExtension)' != '.vbproj'" >9.0</LangVersion >
Original file line number Diff line number Diff line change 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
2
22
=============================
3
23
4
24
Release notes - NHibernate - Version 5.4.8
You can’t perform that action at this time.
0 commit comments