[gnome-autoar] release: Prepare for 0.3.3



commit 87e278ef077b4952595cf9d6e973e6d8246f20b3
Author: Ondrej Holy <oholy redhat com>
Date:   Fri Jun 4 10:01:51 2021 +0200

    release: Prepare for 0.3.3

 NEWS         | 4 ++++
 configure.ac | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 63f036e..53cde43 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Major changes in 0.3.3:
+* extractor: Fix extraction of one file archives (Ondrej Holy)
+* compressor: Fix usage of uninitialized value (Ondrej Holy)
+
 Major changes in 0.3.2:
 * compressor: Fix hardlink handling for new cpio format (Ondrej Holy)
 * compressor: Fix hardlink detection for remote files (Ondrej Holy)
diff --git a/configure.ac b/configure.ac
index ac05dac..d84268e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_PREREQ([2.68])
 
 m4_define([major_version], [0])
 m4_define([minor_version], [3])
-m4_define([micro_version], [2])
+m4_define([micro_version], [3])
 
 AC_INIT([gnome-autoar],
         [major_version.minor_version.micro_version],


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