]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.6.31 0.6.31
authorMichael Schroeder <mls@suse.de>
Wed, 31 Jan 2018 10:43:15 +0000 (11:43 +0100)
committerMichael Schroeder <mls@suse.de>
Wed, 31 Jan 2018 10:43:15 +0000 (11:43 +0100)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index e3f784599f280421db97c08a01558f8a28e9bc1b..47a699d192d018cb5ea4db7697376eb50a204848 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,22 @@
 This file contains the major changes between
 libsolv versions:
 
+Version 0.6.31
+- new configuration options:
+  * ENABLE_RPMDB_LIBRPM: use librpm to read the package
+    database
+  * ENABLE_RPMPKG_LIBRPM: use librpm to access information
+    from package headers
+- new features:
+  * new pool_set_whatprovides function to manually change
+    the whatprovides data
+  * new selection_subtract function to remove packages of
+    one selection from another selection
+  * new selection flags SELECTION_FILTER,
+    SELECTION_WITH_DISABLED and SELECTION_WITH_BADARCH
+  * new map_invertall function to invert a bitmap
+  * new map_clr_at function to clear some bits
+
 Version 0.6.30
 - new features:
   * many fixes and extenstions for cleandeps, e.g.
index b047bfc8e5017c77bbee5f12cea7905e83740fd5..c303b53935d715b1942da530b34980a543666965 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "6")
-SET(LIBSOLV_PATCH "30")
+SET(LIBSOLV_PATCH "31")
 
index c8e54dd2f57821f639aaebf67d18a82d4f3d4f7c..d29a812a78c2e9fdfb73dd18e0b1bdffcbb03767 100644 (file)
@@ -1,3 +1,12 @@
+-------------------------------------------------------------------
+Wed Jan 31 11:41:51 CET 2018 - mls@suse.de
+
+- new ENABLE_RPMDB_LIBRPM/ENABLE_RPMPKG_LIBRPM config options
+- new pool_set_whatprovides function to change the whatprovides
+  data
+- much improved selection code
+- bump version to 0.6.31
+
 -------------------------------------------------------------------
 Tue Oct 24 12:09:32 UTC 2017 - jengelh@inai.de