]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.7.5 0.7.5
authorMichael Schroeder <mls@suse.de>
Wed, 12 Jun 2019 11:39:44 +0000 (13:39 +0200)
committerMichael Schroeder <mls@suse.de>
Wed, 12 Jun 2019 11:41:01 +0000 (13:41 +0200)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index 198fca31cd04c09879f435bd05bf5f4ba869c798..ede4a0e863d489061e7b0eefb88f4e8f85db3fa8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,17 @@
 This file contains the major changes between
 libsolv versions:
 
+Version 0.7.5
+- selected bug fixes:
+  * fix favorq leaking between solver runs if the solver is reused
+  * fix SOLVER_FLAG_FOCUS_BEST updateing packages without reason
+  * be more correct with multiversion packages that obsolete their
+    own name
+  * allow building with swig-4.0.0
+  * lock jobs now take precedence over dup and forcebest jobs
+- new features
+  * MSVC compilation support
+
 Version 0.7.4
 - selected bug fixes:
   * repo_add_rpmdb: do not copy bad solvables from the old solv file
index 80d0e039397653340f8d6a2336c1c2191827d439..5c228a3f9de649ef0231de3d6bfaa44d32befcc0 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "7")
-SET(LIBSOLV_PATCH "4")
+SET(LIBSOLV_PATCH "5")
 
index 05aac1d2863397037d1b980d593bbd506709bab9..6393734efd66f21f7f3dd6d6e7ce2521ebced0ae 100644 (file)
@@ -1,3 +1,13 @@
+-------------------------------------------------------------------
+Wed Jun 12 13:22:40 CEST 2019 - mls@suse.de
+
+- fix favorq leaking between solver runs if the solver is reused
+- fix SOLVER_FLAG_FOCUS_BEST updateing packages without reason
+- be more correct with multiversion packages that obsolete their
+  own name [bnc#1127155]
+- allow building with swig-4.0.0 [bnc#1135749]
+- bump version to 0.7.5
+
 -------------------------------------------------------------------
 Wed Apr 24 15:34:44 CEST 2019 - mls@suse.de