[gnome-autoar] Release version 0.4.2



commit ca65decadfea12dcba28252bead2809091ac82f3
Author: Ondrej Holy <oholy redhat com>
Date:   Fri Jan 7 10:38:28 2022 +0100

    Release version 0.4.2

 NEWS        | 5 +++++
 meson.build | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 889c0fb..88b9650 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Major changes in 0.4.2:
+* Fix extraction to root directory (Ondrej Holy)
+* Fix extraction of raw format archives (Ondrej Holy)
+* Do not leave read-only directory in the tree after running tests (Ondrej Holy)
+
 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)
diff --git a/meson.build b/meson.build
index c85170f..a58d896 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@
 
 project(
   'gnome-autoar', 'c',
-  version: '0.4.1',
+  version: '0.4.2',
   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.1'
+gnome_autoar_libversion = '0.1.2'
 
 gnome_autoar_api_version = 0
 


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