]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.6.30 0.6.30
authorMichael Schroeder <mls@suse.de>
Mon, 23 Oct 2017 09:41:45 +0000 (11:41 +0200)
committerMichael Schroeder <mls@suse.de>
Mon, 23 Oct 2017 09:41:45 +0000 (11:41 +0200)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index 396bfdbd30b292725d3ba001baa8955b67fab99c..e3f784599f280421db97c08a01558f8a28e9bc1b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,14 @@
 This file contains the major changes between
 libsolv versions:
 
+Version 0.6.30
+- new features:
+  * many fixes and extenstions for cleandeps, e.g.
+    cleandeps now works for "update all packages"
+  * support debian packages with xz compressed control.tar
+  * always create dup rules for "distupgrade" jobs
+  * use recommends also for ordering packages
+
 Version 0.6.29
 - new features:
   * support for REL_WITHOUT and REL_UNLESS dependencies
index f24ed63b63c5b415b1d057afa4e0f1f152100aff..b047bfc8e5017c77bbee5f12cea7905e83740fd5 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "6")
-SET(LIBSOLV_PATCH "29")
+SET(LIBSOLV_PATCH "30")
 
index 21bdbd1109aabc793c03aae016a80caab40ab7fd..17b1984d2f2e0fff432b9fe9a393d9055f537209 100644 (file)
@@ -1,3 +1,12 @@
+-------------------------------------------------------------------
+Mon Oct 23 11:40:22 CEST 2017 - mls@suse.de
+
+- many fixes and improvements for cleandeps
+- support debian packages with xz compressed control.tar
+- always create dup rules for "distupgrade" jobs
+- use recommends also for ordering packages
+- bump version to 0.6.30
+
 -------------------------------------------------------------------
 Thu Sep  7 16:18:20 CEST 2017 - mls@suse.de