]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.6.35 0.6.35
authorMichael Schroeder <mls@suse.de>
Thu, 9 Aug 2018 15:19:37 +0000 (17:19 +0200)
committerMichael Schroeder <mls@suse.de>
Thu, 9 Aug 2018 15:19:37 +0000 (17:19 +0200)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index 2ed1bf40084c0aaa1d63c8b3812d1f94b6e18e8e..abb211f87e06dc642a3aa025387e4c71485ea3d6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,17 @@
 This file contains the major changes between
 libsolv versions:
 
+Version 0.6.35
+- new configuration options:
+  * ENABLE_ZSTD_COMPRESSION: support zstd compression
+  * ENABLE_ZCHUNK_COMPRESSION: support zchunk compression
+- new features:
+  * new repodata_set_kv() function
+  * new pool_solvable2id() inline function
+  * bindings: new str2dir, dir2str, add_dirstr repodata methods
+- other changes
+  * new repo2solv tool replacing the old shell script
+
 Version 0.6.34
 - new features:
   * also look at suggests for package ordering
index 1d14e178924da6d7413c2f2ebe12d0a9f46b2212..991c920ebda3d71cd9a2cb0787f98691c4e0ac2f 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "6")
-SET(LIBSOLV_PATCH "34")
+SET(LIBSOLV_PATCH "35")
 
index 224f716796992188473e9ba9f5ae0d45c4546fbd..430e479bb693e100f9e046f771d66140f59b7553 100644 (file)
@@ -1,3 +1,11 @@
+-------------------------------------------------------------------
+Thu Aug  9 17:09:41 CEST 2018 - mls@suse.de
+
+- refactor arch handling
+- add support for zstd and zchunk compression
+- convert repo2solv.sh script into a binary tool
+- bump version to 0.6.35
+
 ------------------------------------------------------------------
 Wed Jul 18 14:11:51 UTC 2018 - ngompa13@gmail.com