File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22This file contains the major changes between
33libsolv versions:
44
5+ Version 0.7.20
6+ - selected bug fixes:
7+ * fix misparsing of '&' in attributes with libxml2
8+ * choice rules: treat orphaned packages as newest
9+ * fix compatibility with Python 3.10
10+ - new features:
11+ * new SOLVER_EXCLUDEFROMWEAK job to ignore pkgs for weak dependencies
12+ * support for environments in comps parser
13+
514Version 0.7.19
615- selected bug fixes:
716 * fix rare segfault in resolve_jobrules() that could happen
Original file line number Diff line number Diff line change @@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
4949
5050SET (LIBSOLV_MAJOR "0" )
5151SET (LIBSOLV_MINOR "7" )
52- SET (LIBSOLV_PATCH "19 " )
52+ SET (LIBSOLV_PATCH "20 " )
5353
Original file line number Diff line number Diff line change 1+ -------------------------------------------------------------------
2+ Sat Sep 25 22:45:07 CEST 2021 -
[email protected] 3+
4+ - fix misparsing of '&' in attributes with libxml2
5+ - choice rules: treat orphaned packages as newest [bsc#1190465]
6+ - fix compatibility with Python 3.10
7+ - new SOLVER_EXCLUDEFROMWEAK job type
8+ - support for environments in comps parser
9+
110-------------------------------------------------------------------
211Fri Jul 30 11:43:29 UTC 2021 - Dominique Leuenberger <
[email protected] >
312
You can’t perform that action at this time.
0 commit comments