]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.6.27 0.6.27
authorMichael Schroeder <mls@suse.de>
Wed, 26 Apr 2017 09:04:54 +0000 (11:04 +0200)
committerMichael Schroeder <mls@suse.de>
Wed, 26 Apr 2017 09:04:54 +0000 (11:04 +0200)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index c4d9f116b31f11e6aa5f2e5fc0a428fb1ae3d197..ed1a96376bdbb1797e8d8226a417f20dde3cad87 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,12 @@
 This file contains the major changes between
 libsolv versions:
 
+Version 0.6.27
+- new features:
+  * allow building with libxml2 instead of libexpat
+  * better handing of "forcebest with uninstall"
+  * speed improvements for "name = md5sum" dependencies
+
 Version 0.6.26
 - export solvable_matchesdep function, as we now
   use it in the bindings
index 1d0be13acbc2213dd99377a57c86e5b104384dbf..55b10182e1ae11346d92c5be2c6fc3cb76727b26 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "6")
-SET(LIBSOLV_PATCH "26")
+SET(LIBSOLV_PATCH "27")
 
index 5d9b5b2aa669224281776ff0b264f34f24c28919..94bb400e2225878295cca192917bf41e524f2414 100644 (file)
@@ -1,3 +1,15 @@
+-------------------------------------------------------------------
+Tue Apr 25 14:11:05 CEST 2017 - mls@suse.de
+
+- change queue resize code to use adaptive chunk sizes
+- fix potential segfault in testcase_depstr [bnc#1036002]
+- fix performance issues with name = md5sum dependencies
+  [bnc#1035946]
+- improve "forcebest with uninstall" handling
+- make dirid handling more robust
+- build with libxml2 instead of libexpat
+- bump version to 0.6.27
+
 -------------------------------------------------------------------
 Wed Feb 15 11:34:59 CET 2017 - mls@suse.de