]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.7.6 0.7.6
authorMichael Schroeder <mls@suse.de>
Wed, 28 Aug 2019 12:56:21 +0000 (14:56 +0200)
committerMichael Schroeder <mls@suse.de>
Wed, 28 Aug 2019 12:56:21 +0000 (14:56 +0200)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index ede4a0e863d489061e7b0eefb88f4e8f85db3fa8..d0bf75f7c88999a6dd9569e9e6a0a6a24c6c5e63 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,16 @@
 This file contains the major changes between
 libsolv versions:
 
+Version 0.7.6
+- selected bug fixes:
+  * fix repository priority handling for multiversion packages
+  * better support of inverval deps in pool_match_dep()
+  * support src rpms that have non-empty provides
+- new features
+  * bindings: add get_disabled_list() and set_disabled_list()
+  * bindings: add whatcontainsdep()
+  * bindings: make the selection filters return the self object
+
 Version 0.7.5
 - selected bug fixes:
   * fix favorq leaking between solver runs if the solver is reused
index 5c228a3f9de649ef0231de3d6bfaa44d32befcc0..0811e427612c6216f1f03ad6af95960b62b566ab 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "7")
-SET(LIBSOLV_PATCH "5")
+SET(LIBSOLV_PATCH "6")
 
index ddde8e247f1c50373555f59eeb254b98d4fd574a..aee75cd26e2ba0f95affaa05c90cc35452f40ac3 100644 (file)
@@ -1,3 +1,11 @@
+-------------------------------------------------------------------
+Wed Aug 28 14:49:19 CEST 2019 - mls@suse.de
+
+- Fix repository priority handling for multiversion packages
+- Make code compatible with swig 4.0, remove obj0 instances
+- repo2solv: support zchunk compressed data
+- bump version to 0.7.6
+
 -------------------------------------------------------------------
 Wed Jul 10 07:48:10 UTC 2019 - Martin Liška <mliska@suse.cz>