From: Michael Schroeder Date: Thu, 28 May 2026 09:29:34 +0000 (+0200) Subject: Add changes, bump version to 0.7.39 X-Git-Tag: 0.7.39^0 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=HEAD;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.7.39 --- diff --git a/NEWS b/NEWS index 8fc61a62..631a4631 100644 --- 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 diff --git a/VERSION.cmake b/VERSION.cmake index 0482d890..308e75e5 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1") SET(LIBSOLV_MAJOR "0") SET(LIBSOLV_MINOR "7") -SET(LIBSOLV_PATCH "38") +SET(LIBSOLV_PATCH "39") diff --git a/package/libsolv.changes b/package/libsolv.changes index 8f5016c7..81b552b2 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 28 11:28:50 CEST 2026 - Michael Schroeder + +- 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 @@ -10,6 +16,7 @@ Tue May 26 10:31:41 CEST 2026 - Michael Schroeder - 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