]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.7.39 master 0.7.39
authorMichael Schroeder <mls@suse.de>
Thu, 28 May 2026 09:29:34 +0000 (11:29 +0200)
committerMichael Schroeder <mls@suse.de>
Thu, 28 May 2026 09:29:34 +0000 (11:29 +0200)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index 8fc61a62eea260db68b8a32fa816d24945a4730b..631a4631b8c293e47923a3740b96e6f18e61ed65 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 
 This file contains the major changes between libsolv versions:
 
+Version 0.7.39
+- selected bug fixes:
+  * fix solv_chksum_free segfault when called with a NULL pointer
+
 Version 0.7.38
 - selected bug fixes:
   * made repo_add_solv more robust against corrupt files
index 0482d890859209f7d04884040709976ecd09e21d..308e75e52a05f6a39ee17a913747aa8d7862fd1b 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "7")
-SET(LIBSOLV_PATCH "38")
+SET(LIBSOLV_PATCH "39")
 
index 8f5016c741eaf4283b242901598b6396b9b7b120..81b552b26e047899a716bb764df8b69e91e69346 100644 (file)
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Thu May 28 11:28:50 CEST 2026 - Michael Schroeder <mls@suse.de>
+
+- fix solv_chksum_free segfault when called with a NULL pointer
+- bump version to 0.7.39
+
 -------------------------------------------------------------------
 Tue May 26 10:31:41 CEST 2026 - Michael Schroeder <mls@suse.de>
 
@@ -10,6 +16,7 @@ Tue May 26 10:31:41 CEST 2026 - Michael Schroeder <mls@suse.de>
 - fixed Debian canon selection
 - fixed dbpath detection in repo_rpmdb_librpm
 - reduced stack usage in repo page compression (needed for musl)
+- bump version to 0.7.38
 
 -------------------------------------------------------------------
 Thu Apr 23 11:22:49 CEST 2026 - Michael Schroeder <mls@suse.de>