[gnome-autoar] Release version 0.4.1
- From: Ondrej Holy <oholy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-autoar] Release version 0.4.1
- Date: Sat, 30 Oct 2021 07:30:04 +0000 (UTC)
commit 5f1511bde55255fdae94c1cb8b8b2223f10dfd0b
Author: Ondrej Holy <oholy redhat com>
Date: Sat Oct 30 09:27:51 2021 +0200
Release version 0.4.1
NEWS | 5 +++++
meson.build | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index a027a03..889c0fb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Major changes in 0.4.1:
+* Fix regression of extraction in symlinked locations (Ondrej Holy)
+* Handle passphrase prompt cancellation to prevent showing error dialogs (Ondrej Holy)
+* Downgrade meson dependency to 0.56.0 (Felipe Borges, Ondrej Holy)
+
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)
diff --git a/meson.build b/meson.build
index fe9afd5..c85170f 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@
project(
'gnome-autoar', 'c',
- version: '0.4.0',
+ version: '0.4.1',
license: 'LGPL2.1+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.56.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.1.0'
+gnome_autoar_libversion = '0.1.1'
gnome_autoar_api_version = 0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]