[gnome-autoar] Release version 0.4.0
- From: Ondrej Holy <oholy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-autoar] Release version 0.4.0
- Date: Tue, 10 Aug 2021 07:57:23 +0000 (UTC)
commit 801ac0f565999697447628584e42d772b2b91fae
Author: Ondrej Holy <oholy redhat com>
Date: Tue Aug 10 09:51:53 2021 +0200
Release version 0.4.0
NEWS | 5 +++++
meson.build | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 53cde43..a027a03 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Major changes in 0.4.0:
+* Port to meson build system (Iñigo Martínez, Peter Keresztes Schmidt)
+* Add support for creation of password-protected archives (Ondrej Holy)
+* Fix extraction of archives with absolute paths (Ondrej Holy)
+
Major changes in 0.3.3:
* extractor: Fix extraction of one file archives (Ondrej Holy)
* compressor: Fix usage of uninitialized value (Ondrej Holy)
diff --git a/meson.build b/meson.build
index 90a3fbf..00a92d0 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@
project(
'gnome-autoar', 'c',
- version: '0.3.3',
+ version: '0.4.0',
license: 'LGPL2.1+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.58.0',
@@ -25,7 +25,7 @@ gnome_autoar_micro_version = version_array[2].to_int()
#
# When bumping the first component version, set the second and third components
# to 0. When bumping the second version, set the third one to zero.
-gnome_autoar_libversion = '0.0.0'
+gnome_autoar_libversion = '0.1.0'
gnome_autoar_api_version = 0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]