]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.7.3 0.7.3
authorMichael Schroeder <mls@suse.de>
Wed, 30 Jan 2019 15:09:51 +0000 (16:09 +0100)
committerMichael Schroeder <mls@suse.de>
Wed, 30 Jan 2019 15:09:51 +0000 (16:09 +0100)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index 812a92342ede2faa1654270a26526f8a254df0b8..4ed1d27fbcf6e9c402ac524a72dbed9462b9d17a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,18 @@
 This file contains the major changes between
 libsolv versions:
 
+Version 0.7.3
+- selected bug fixes:
+  * fixed a couple of null pointer derefs and potential memory
+    leaks
+  * made disfavoring recommended packages work if strong recommends
+    is enabled
+  * no longer disable infarch rules when they don't conflict with
+    the job
+- new features:
+  * do favor evaluation before pruning allowing to (dis)favor
+    specific package versions
+
 Version 0.7.2
 - bug fixes:
   * do not autouninstall packages because of forcebest updates
index 507716c30df8de2d9973fc6277ce7fe897233fcd..2cab83b1617f00dc72e959a6678d7b3e33ad0b94 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "7")
-SET(LIBSOLV_PATCH "2")
+SET(LIBSOLV_PATCH "3")
 
index 53bfc3019a582639e30dbe2f36a9e9c547c305b9..f7edf4b4b3c4fce6d724b7909f64490f544244bf 100644 (file)
@@ -1,3 +1,14 @@
+-------------------------------------------------------------------
+Wed Jan 30 15:51:36 CET 2019 - mls@suse.de
+
+- fixed a couple of null pointer derefs
+  [bnc#1120629] [bnc#1120630] [bnc#1120631]
+- do favor evaluation before pruning allowing to (dis)favor
+  specific package versions
+- no longer disable infarch rules when they don't conflict with
+  the job
+- bump version to 0.7.3
+
 -------------------------------------------------------------------
 Fri Dec  7 15:10:46 CET 2018 - mls@suse.de