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
+-------------------------------------------------------------------
+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>