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.16
6+ - selected bug fixes:
7+ * do not ask the namespace callback for splitprovides when writing
8+ a testcase
9+ * fix add_complex_recommends() selecting conflicted packages in
10+ rare cases leading to crashes
11+ * improve choicerule generation so that package updates are
12+ prefered in more cases
13+ * deal with missing repos in testcase_mangle_repo_names
14+
515Version 0.7.15
616- selected bug fixes:
717 * fix deduceq2addedmap clearing bits outside of the map
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 "15 " )
52+ SET (LIBSOLV_PATCH "16 " )
5353
Original file line number Diff line number Diff line change 1+ -------------------------------------------------------------------
2+ Tue Oct 20 12:04:00 CEST 2020 -
[email protected] 3+
4+ - do not ask the namespace callback for splitprovides when writing
5+ a testcase
6+ - fix add_complex_recommends() selecting conflicted packages in
7+ rare cases leading to crashes
8+ - improve choicerule generation so that package updates are
9+ prefered in more cases
10+ - bump version to 0.7.16
11+
112-------------------------------------------------------------------
213Mon Oct 5 13:06:44 CEST 2020 -
[email protected] 314
You can’t perform that action at this time.
0 commit comments