]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.7.27 0.7.27
authorMichael Schroeder <mls@suse.de>
Thu, 23 Nov 2023 14:14:11 +0000 (15:14 +0100)
committerMichael Schroeder <mls@suse.de>
Thu, 23 Nov 2023 14:14:11 +0000 (15:14 +0100)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index d2606f6b934b36963bca9b418d64782f0d38cd88..0d3e1c62976150210c864eabf8294917fcefafd1 100644 (file)
--- 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
index c7cb914d8c93a668be74194b60fe7ea898eb4e6b..614f9c236cd5e570f891e18b8e5cfbd54790afe4 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "7")
-SET(LIBSOLV_PATCH "26")
+SET(LIBSOLV_PATCH "27")
 
index 53775071a2c824ae4be898879932eb68c4e2b907..591f01df94bdac8923df9bc739ea30d9dbdbd23a 100644 (file)
@@ -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