[gnome-autoar] Release version 0.4.3



commit 5739d99e286922dda48d4c0ebe51849c04561303
Author: Ondrej Holy <oholy redhat com>
Date:   Fri Feb 11 09:33:14 2022 +0100

    Release version 0.4.3

 NEWS        | 6 ++++++
 meson.build | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 88b9650..2c9d83e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Major changes in 0.4.3:
+* Prevent NULL dereference when extracting to root (Ondrej Holy)
+* Do not include basename in error messages (Ondrej Holy)
+* Do not request password when encryption is unsupported (Ignacy Kuchciński)
+* Propagate libarchive errors when extraction failed (Ignacy Kuchciński)
+
 Major changes in 0.4.2:
 * Fix extraction to root directory (Ondrej Holy)
 * Fix extraction of raw format archives (Ondrej Holy)
diff --git a/meson.build b/meson.build
index a58d896..f5685b3 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@
 
 project(
   'gnome-autoar', 'c',
-  version: '0.4.2',
+  version: '0.4.3',
   license: 'LGPL2.1+',
   default_options: 'buildtype=debugoptimized',
   meson_version: '>= 0.56.0',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]