File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
22This file contains the major changes between libsolv versions:
33
4+ Version 0.7.22
5+ - selected bug fixes:
6+ * reworked choice rule generation to cover more usecases
7+ * support SOLVABLE_PREREQ_IGNOREINST in the ordering code
8+ - new features:
9+ * support parsing of Debian's Multi-Arch indicator
10+
411Version 0.7.21
512- selected bug fixes:
613 * fix segfault on conflict resolution when using bindings
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 "21 " )
52+ SET (LIBSOLV_PATCH "22 " )
5353
Original file line number Diff line number Diff line change 1+ -------------------------------------------------------------------
2+ Mon Mar 21 10:05:32 CET 2022 -
[email protected] 3+
4+ - reworked choice rule generation to cover more usecases
5+ - support SOLVABLE_PREREQ_IGNOREINST in the ordering code
6+ [bsc#1196514]
7+ - support parsing of Debian's Multi-Arch indicator
8+ - bump version to 0.7.22
9+
110-------------------------------------------------------------------
211Fri Feb 25 17:32:20 CET 2022 -
[email protected] 312
You can’t perform that action at this time.
0 commit comments