]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.7.8 0.7.8
authorMichael Schroeder <mls@suse.de>
Tue, 12 Nov 2019 10:37:02 +0000 (11:37 +0100)
committerMichael Schroeder <mls@suse.de>
Tue, 12 Nov 2019 10:37:02 +0000 (11:37 +0100)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index 19caab7cde17a309072cd851e30a291f15088fe0..467547b259a9e8cd22f164a2898ba668aeb1544f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,19 @@
 This file contains the major changes between
 libsolv versions:
 
+Version 0.7.8
+- selected bug fixes:
+  * support arch<->noarch package changes when creating patch
+    conflicts from the updateinfo data
+  * also support other rpm database types
+- new features:
+  * support for SOLVER_BLACKLIST jobs that block the installation
+    of matched packages unless they are directly selected by an
+    SOLVER_INSTALL job
+  * libsolv now also parses the patch status in the updateinfo
+    parser
+  * new solvable_matchessolvable() function
+
 Version 0.7.7
 - selected bug fixes:
   * fix updating of too many packages in focusbest mode
index 87c236cbb556db4d4c545bcb7cc8c4397af73b6e..491723a0b58e0a3f9566f159ed072fb00f50f434 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "7")
-SET(LIBSOLV_PATCH "7")
+SET(LIBSOLV_PATCH "8")
 
index fbb4a725eaa0ce41d9f8589c8259e48b87970d68..e060b4d71fefe104aec12f6af31258ef1783661b 100644 (file)
@@ -1,3 +1,16 @@
+-------------------------------------------------------------------
+Tue Nov 12 11:35:12 CET 2019 - mls@suse.de
+
+- support arch<->noarch package changes when creating patch
+  conflicts from the updateinfo data
+- support for SOLVER_BLACKLIST jobs that block the installation
+  of matched packages unless they are directly selected by an
+  SOLVER_INSTALL job
+- libsolv now also parses the patch status in the updateinfo
+  parser
+- new solvable_matchessolvable() function
+- bump version to 0.7.8
+
 -------------------------------------------------------------------
 Fri Oct 18 10:53:54 CEST 2019 - mls@suse.de