From: Michael Schroeder Date: Mon, 23 Oct 2017 09:41:45 +0000 (+0200) Subject: Add changes, bump version to 0.6.30 X-Git-Tag: 0.6.30^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=595e83aebd19aa1a325b3ca6c11e190b857acd78;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.6.30 --- diff --git a/NEWS b/NEWS index 396bfdbd..e3f78459 100644 --- 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 diff --git a/VERSION.cmake b/VERSION.cmake index f24ed63b..b047bfc8 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0") SET(LIBSOLV_MAJOR "0") SET(LIBSOLV_MINOR "6") -SET(LIBSOLV_PATCH "29") +SET(LIBSOLV_PATCH "30") diff --git a/package/libsolv.changes b/package/libsolv.changes index 21bdbd11..17b1984d 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -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