[gnome-autoar] release: Prepare for 0.3.2



commit fa60e89c7af84fade3ea525780b54c61df1f9647
Author: Ondrej Holy <oholy redhat com>
Date:   Fri Apr 30 13:30:00 2021 +0200

    release: Prepare for 0.3.2

 NEWS         | 5 +++++
 configure.ac | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 45f7ccb..63f036e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+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)
+* extractor: Fix extraction of readonly folders (Ondrej Holy)
+
 Major changes in 0.3.1:
 * CVE-2021-28650: Disallow symlinks in parents completely when extracting (Ondrej Holy)
 * Make AutoarExtractor documentation clearer (Ondrej Holy)
diff --git a/configure.ac b/configure.ac
index 3b0c300..ac05dac 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], [1])
+m4_define([micro_version], [2])
 
 AC_INIT([gnome-autoar],
         [major_version.minor_version.micro_version],


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