File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 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 >
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
222=============================
323
424Release notes - NHibernate - Version 5.4.8
You can’t perform that action at this time.
0 commit comments