]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.7.7 0.7.7
authorMichael Schroeder <mls@suse.de>
Fri, 18 Oct 2019 08:54:57 +0000 (10:54 +0200)
committerMichael Schroeder <mls@suse.de>
Fri, 18 Oct 2019 08:54:57 +0000 (10:54 +0200)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index d0bf75f7c88999a6dd9569e9e6a0a6a24c6c5e63..19caab7cde17a309072cd851e30a291f15088fe0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,13 @@
 This file contains the major changes between
 libsolv versions:
 
+Version 0.7.7
+- selected bug fixes:
+  * fix updating of too many packages in focusbest mode
+  * fix handling of disabled installed packages in distupgrade
+- new features
+  * new POOL_FLAG_WHATPROVIDESWITHDISABLED pool flag
+
 Version 0.7.6
 - selected bug fixes:
   * fix repository priority handling for multiversion packages
index 0811e427612c6216f1f03ad6af95960b62b566ab..87c236cbb556db4d4c545bcb7cc8c4397af73b6e 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "7")
-SET(LIBSOLV_PATCH "6")
+SET(LIBSOLV_PATCH "7")
 
index aee75cd26e2ba0f95affaa05c90cc35452f40ac3..fbb4a725eaa0ce41d9f8589c8259e48b87970d68 100644 (file)
@@ -1,3 +1,11 @@
+-------------------------------------------------------------------
+Fri Oct 18 10:53:54 CEST 2019 - mls@suse.de
+
+- fix updating of too many packages in focusbest mode
+- fix handling of disabled installed packages in distupgrade
+- new POOL_FLAG_WHATPROVIDESWITHDISABLED pool flag
+- bump version to 0.7.7
+
 -------------------------------------------------------------------
 Wed Aug 28 14:49:19 CEST 2019 - mls@suse.de