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.17
6+ - selected bug fixes:
7+ * repo_write: fix handling of nested flexarray
8+ * improve choicerule generation a bit more to cover more cases
9+ * harden testcase parser against repos being added too late
10+ * support python-3.10
11+ * check %_dbpath macro in rpmdb code
12+ - new features:
13+ * handle default/visible/langonly attributes in comps parser
14+ * support multiple collections in updateinfo parser
15+ * add '-D' option in rpmdb2solv to set the dbpath
16+
517Version 0.7.16
618- selected bug fixes:
719 * do not ask the namespace callback for splitprovides when writing
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 "16 " )
52+ SET (LIBSOLV_PATCH "17 " )
5353
Original file line number Diff line number Diff line change 1+ -------------------------------------------------------------------
2+ Tue Jan 19 15:09:12 CET 2021 -
[email protected] 3+
4+ - repo_write: fix handling of nested flexarray
5+ - improve choicerule generation a bit more to cover more cases
6+ - harden testcase parser against repos being added too late
7+ - support python-3.10
8+ - check %_dbpath macro in rpmdb code
9+ - handle default/visible/langonly attributes in comps parser
10+ - support multiple collections in updateinfo parser
11+ - add '-D' option in rpmdb2solv to set the dbpath
12+ - bump version to 0.7.17
13+
114-------------------------------------------------------------------
215Tue Oct 20 12:04:00 CEST 2020 -
[email protected] 316
You can’t perform that action at this time.
0 commit comments