]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.7.22 0.7.22
authorMichael Schroeder <mls@suse.de>
Mon, 21 Mar 2022 09:19:54 +0000 (10:19 +0100)
committerMichael Schroeder <mls@suse.de>
Mon, 21 Mar 2022 09:19:54 +0000 (10:19 +0100)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index 656032019cfa5cf7d5c0847e341cc6031ff68976..509a9918b0bd1a8de3eccb022410157dd86275b2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
 
 This file contains the major changes between libsolv versions:
 
+Version 0.7.22
+- selected bug fixes:
+  * reworked choice rule generation to cover more usecases
+  * support SOLVABLE_PREREQ_IGNOREINST in the ordering code
+- new features:
+  * support parsing of Debian's Multi-Arch indicator
+
 Version 0.7.21
 - selected bug fixes:
   * fix segfault on conflict resolution when using bindings
index f9dbee0ace4d8c04d02a33fb30c4df0d05813d4c..4640fb0537687ce542bba617c31c8b7ba3e393d2 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "7")
-SET(LIBSOLV_PATCH "21")
+SET(LIBSOLV_PATCH "22")
 
index f9d3fb71d41498acca36489bbfc8165e29b921a5..75dadabbf17ff01a02fc1b79cb4ce2826d916539 100644 (file)
@@ -1,3 +1,12 @@
+-------------------------------------------------------------------
+Mon Mar 21 10:05:32 CET 2022 - mls@suse.de
+
+- reworked choice rule generation to cover more usecases
+- support SOLVABLE_PREREQ_IGNOREINST in the ordering code
+  [bsc#1196514]
+- support parsing of Debian's Multi-Arch indicator
+- bump version to 0.7.22
+
 -------------------------------------------------------------------
 Fri Feb 25 17:32:20 CET 2022 - mls@suse.de