]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.7.17 0.7.17
authorMichael Schroeder <mls@suse.de>
Tue, 19 Jan 2021 14:10:21 +0000 (15:10 +0100)
committerMichael Schroeder <mls@suse.de>
Tue, 19 Jan 2021 14:10:21 +0000 (15:10 +0100)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index ca6efa9cbf3c323fd530f91bfa800e30bf14d11a..7e91d66e579bbe2c0d0a0ced6fe37f453cd40f49 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,18 @@
 This file contains the major changes between
 libsolv versions:
 
+Version 0.7.17
+- selected bug fixes:
+  * repo_write: fix handling of nested flexarray
+  * improve choicerule generation a bit more to cover more cases
+  * harden testcase parser against repos being added too late
+  * support python-3.10
+  * check %_dbpath macro in rpmdb code
+- new features:
+  * handle default/visible/langonly attributes in comps parser
+  * support multiple collections in updateinfo parser
+  * add '-D' option in rpmdb2solv to set the dbpath
+
 Version 0.7.16
 - selected bug fixes:
   * do not ask the namespace callback for splitprovides when writing
index c218401449a98e8dcbe5cd4fc00e2c289b766c2e..adf18d289cb208790705bfbe1edc562efb2eee9c 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "7")
-SET(LIBSOLV_PATCH "16")
+SET(LIBSOLV_PATCH "17")
 
index 2f4bfe36b953aa17bee90cec4ed8a9121a80acf7..d477d71ac1a804deff638a0285e132811619eed6 100644 (file)
@@ -1,3 +1,16 @@
+-------------------------------------------------------------------
+Tue Jan 19 15:09:12 CET 2021 - mls@suse.de
+
+- repo_write: fix handling of nested flexarray
+- improve choicerule generation a bit more to cover more cases
+- harden testcase parser against repos being added too late
+- support python-3.10
+- check %_dbpath macro in rpmdb code
+- handle default/visible/langonly attributes in comps parser
+- support multiple collections in updateinfo parser
+- add '-D' option in rpmdb2solv to set the dbpath
+- bump version to 0.7.17
+
 -------------------------------------------------------------------
 Tue Oct 20 12:04:00 CEST 2020 - mls@suse.de