From 38c5374d4712667b0b6ada4bf78ddbb343095d0c Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Thu, 9 Aug 2018 17:19:37 +0200 Subject: [PATCH] Add changes, bump version to 0.6.35 --- NEWS | 11 +++++++++++ VERSION.cmake | 2 +- package/libsolv.changes | 8 ++++++++ 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2ed1bf40..abb211f8 100644 --- 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 diff --git a/VERSION.cmake b/VERSION.cmake index 1d14e178..991c920e 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 "34") +SET(LIBSOLV_PATCH "35") diff --git a/package/libsolv.changes b/package/libsolv.changes index 224f7167..430e479b 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -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 -- 2.47.2