From: Michael Schroeder Date: Thu, 23 Nov 2023 14:14:11 +0000 (+0100) Subject: Add changes, bump version to 0.7.27 X-Git-Tag: 0.7.27^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0caa2edb94ba228003bf18960e4574256e92f8fb;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.7.27 --- diff --git a/NEWS b/NEWS index d2606f6b..0d3e1c62 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,12 @@ This file contains the major changes between libsolv versions: +Version 0.7.27 +- selected bug fixes: + * add zstd support for the installcheck tool + * add putinowndirpool cache to make file list handling in + repo_write much faster + Version 0.7.26 - selected bug fixes: * fix evr roundtrip in testcases diff --git a/VERSION.cmake b/VERSION.cmake index c7cb914d..614f9c23 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 "26") +SET(LIBSOLV_PATCH "27") diff --git a/package/libsolv.changes b/package/libsolv.changes index 53775071..591f01df 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Nov 23 15:12:55 CET 2023 - mls@suse.de + +- add zstd support for the installcheck tool +- add putinowndirpool cache to make file list handling in + repo_write much faster +- bump version to 0.7.27 + ------------------------------------------------------------------- Tue Nov 7 12:45:44 CET 2023 - mls@suse.de