]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.7.20 0.7.20
authorMichael Schroeder <mls@suse.de>
Sat, 25 Sep 2021 20:54:18 +0000 (22:54 +0200)
committerMichael Schroeder <mls@suse.de>
Sat, 25 Sep 2021 20:54:41 +0000 (22:54 +0200)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index 1bfc9d04fae5bec6d71a7f2550d28f0dec7f5219..d99f0ee1ba5e37b0ffe250960e1feb117cf1ed5e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,15 @@
 This file contains the major changes between
 libsolv versions:
 
+Version 0.7.20
+- selected bug fixes:
+  * fix misparsing of '&' in attributes with libxml2
+  * choice rules: treat orphaned packages as newest
+  * fix compatibility with Python 3.10
+- new features:
+  * new SOLVER_EXCLUDEFROMWEAK job to ignore pkgs for weak dependencies
+  * support for environments in comps parser
+
 Version 0.7.19
 - selected bug fixes:
   * fix rare segfault in resolve_jobrules() that could happen
index 1cecd6451922fcc971541d7ce36df53bf816d3f6..5587ccf8730395494edb973ad960971d45ab0903 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "7")
-SET(LIBSOLV_PATCH "19")
+SET(LIBSOLV_PATCH "20")
 
index b48eb8cfae400a1644ee3e5570bd263823bc7b92..c4028120df00b1d5d5f84b3ca43826c02415bb50 100644 (file)
@@ -1,3 +1,12 @@
+-------------------------------------------------------------------
+Sat Sep 25 22:45:07 CEST 2021 - mls@suse.de
+
+- fix misparsing of '&' in attributes with libxml2
+- choice rules: treat orphaned packages as newest [bsc#1190465]
+- fix compatibility with Python 3.10
+- new SOLVER_EXCLUDEFROMWEAK job type
+- support for environments in comps parser
+
 -------------------------------------------------------------------
 Fri Jul 30 11:43:29 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>