]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.7.21 0.7.21
authorMichael Schroeder <mls@suse.de>
Fri, 25 Feb 2022 16:34:28 +0000 (17:34 +0100)
committerMichael Schroeder <mls@suse.de>
Fri, 25 Feb 2022 16:34:28 +0000 (17:34 +0100)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index d99f0ee1ba5e37b0ffe250960e1feb117cf1ed5e..656032019cfa5cf7d5c0847e341cc6031ff68976 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,23 @@
 
-This file contains the major changes between
-libsolv versions:
+This file contains the major changes between libsolv versions:
+
+Version 0.7.21
+- selected bug fixes:
+  * fix segfault on conflict resolution when using bindings
+  * fix split provides not working if the update includes a forbidden
+    vendor change
+- new features:
+  * support strict repository priorities
+    new solver flag: SOLVER_FLAG_STRICT_REPO_PRIORITY
+  * support zstd compressed control files in debian packages
+  * add an ifdef allowing to rename Solvable dependency members
+    ("requires" is a keyword in C++20)
+  * support setting/reading userdata in solv files
+    new functions: repowriter_set_userdata, solv_read_userdata
+  * support queying of the custom vendor check function
+    new function: pool_get_custom_vendorcheck
+  * support solv files with an idarray block
+  * allow accessing the toolversion at runtime
 
 Version 0.7.20
 - selected bug fixes:
index 5587ccf8730395494edb973ad960971d45ab0903..f9dbee0ace4d8c04d02a33fb30c4df0d05813d4c 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "7")
-SET(LIBSOLV_PATCH "20")
+SET(LIBSOLV_PATCH "21")
 
index 02424e9c0e919a11e0f40ed0138dfa3f209aa4f4..f9d3fb71d41498acca36489bbfc8165e29b921a5 100644 (file)
@@ -1,3 +1,22 @@
+-------------------------------------------------------------------
+Fri Feb 25 17:32:20 CET 2022 - mls@suse.de
+
+- fix segfault on conflict resolution when using bindings
+- fix split provides not working if the update includes a forbidden
+  vendor change
+- support strict repository priorities
+  new solver flag: SOLVER_FLAG_STRICT_REPO_PRIORITY
+- support zstd compressed control files in debian packages
+- add an ifdef allowing to rename Solvable dependency members
+  ("requires" is a keyword in C++20)
+- support setting/reading userdata in solv files
+  new functions: repowriter_set_userdata, solv_read_userdata
+- support queying of the custom vendor check function
+  new function: pool_get_custom_vendorcheck
+- support solv files with an idarray block
+- allow accessing the toolversion at runtime
+- bump version to 0.7.21
+
 -------------------------------------------------------------------
 Sat Sep 25 22:45:07 CEST 2021 - mls@suse.de