From 4e43dcff31f174667d3b1f42feef74cf3f25c1da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sat, 19 Mar 2022 10:58:39 +0800 Subject: [PATCH] Advanced to version 3.06. --- Changes | 2 +- arclog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 4053955..9300fd4 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ arclog change log -2022-03-19 +2022-03-19 version 3.06 1. Added support for the xz compression. 2. Replaced Compress::Zlib with IO::Compress::Gzip and IO::Uncompress::Gunzip. diff --git a/arclog b/arclog index 1daca7b..a43ac94 100755 --- a/arclog +++ b/arclog @@ -54,7 +54,7 @@ sub rel2abs($;$); our ($THIS_FILE, $VERBOSE); our ($VERSION); $THIS_FILE = basename($0); -$VERSION = "3.05"; +$VERSION = "3.06"; $VERBOSE = 1; our (%CONF, @LOGFILES, $THIS_MONTH, $PROGRESS_BAR);