]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.6.23 0.6.23
authorMichael Schroeder <mls@suse.de>
Fri, 22 Jul 2016 11:03:39 +0000 (13:03 +0200)
committerMichael Schroeder <mls@suse.de>
Fri, 22 Jul 2016 11:03:39 +0000 (13:03 +0200)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index a5403ed67a57045b2344f578f9a85b9ae89794ac..1745af864552571408f618e8567fe97066269464 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@
 This file contains the major changes between
 libsolv versions:
 
+Version 0.6.22, 0.6.23
+- bug fix releases, no new features
+
 Version 0.6.21
 - new features:
   * SOLVER_FAVOR and SOLVER_DISFAVOR job types
index 2da1637cfc680e86a3596742f45183ccc84693df..10ade662694541352b11ef377599fe4b58311fcd 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "6")
-SET(LIBSOLV_PATCH "22")
+SET(LIBSOLV_PATCH "23")
 
index fe924bbcf5a1fdbc4ec2df49d822bd3dbc9b3ad8..7d12812c4155139e7f9b3f6c6b4e261f9faa474a 100644 (file)
@@ -1,3 +1,18 @@
+-------------------------------------------------------------------
+Fri Jul 22 11:37:23 CEST 2016 - mls@suse.de
+
+- also scan /usr/share/metainfo for appdata files [bnc#989830]
+- support tri-state product-endoflife [fate#320699]
+- take lockstep into account when calculating unneeded packages
+- ignore appplication extensions for now in appdata parser
+  [bnc#984332]
+- add enabled features to solvversion.h
+- take disfavors into account when auto-minimizing for recommended
+  packages
+- change cleandeps code so that it keeps all providers
+- make sure that all repos have different names in a testcase
+- bump version to 0.6.23
+
 -------------------------------------------------------------------
 Tue Jun  7 11:24:47 CEST 2016 - mls@suse.de