]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.7.4 0.7.4
authorMichael Schroeder <mls@suse.de>
Fri, 29 Mar 2019 15:05:11 +0000 (16:05 +0100)
committerMichael Schroeder <mls@suse.de>
Fri, 29 Mar 2019 15:05:11 +0000 (16:05 +0100)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index 4ed1d27fbcf6e9c402ac524a72dbed9462b9d17a..198fca31cd04c09879f435bd05bf5f4ba869c798 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,15 @@
 This file contains the major changes between
 libsolv versions:
 
+Version 0.7.4
+- selected bug fixes:
+  * repo_add_rpmdb: do not copy bad solvables from the old solv file
+  * fix cleandeps updates not updating all packages
+- new features:
+  * bindings: support pool.matchsolvable(), pool.whatmatchessolvable()
+    pool.best_solvables() and selection.matchsolvable()
+  * experimental DISTTYPE_CONDA and REL_CONDA support
+
 Version 0.7.3
 - selected bug fixes:
   * fixed a couple of null pointer derefs and potential memory
index 2cab83b1617f00dc72e959a6678d7b3e33ad0b94..80d0e039397653340f8d6a2336c1c2191827d439 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "7")
-SET(LIBSOLV_PATCH "3")
+SET(LIBSOLV_PATCH "4")
 
index f7edf4b4b3c4fce6d724b7909f64490f544244bf..897cc041e10699fc166216cbe26c734003faa65b 100644 (file)
@@ -1,3 +1,11 @@
+-------------------------------------------------------------------
+Fri Mar 29 15:58:54 CET 2019 - mls@suse.de
+
+- repo_add_rpmdb: do not copy bad solvables from the old solv file
+- fix cleandeps updates not updating all packages
+- experimental DISTTYPE_CONDA and REL_CONDA support
+- bump version to 0.7.4
+
 -------------------------------------------------------------------
 Wed Jan 30 15:51:36 CET 2019 - mls@suse.de