From e34b225cd10cdc019ff2e418efff5305d86648fd Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Thu, 2 Aug 2012 16:43:39 -0400 Subject: [PATCH] libtar version 1.2.18 Note: If your application uses the macro th_crc_ok(), then to gain full advantage of the changes in this version, you will need to recompile your application against the new headers. Otherwise, the library is drop-in replaceable, as usual. --- ChangeLog | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 51f6be1..299e5ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,16 @@ Both git downloads and tarball downloads are possible at this site. +libtar 1.2.18 - 2012/08/02 (Chris Frey) +------------- + Added more forgiving CRC checking logic when reading tar files + + Note: If your application uses the macro th_crc_ok(), then to gain full + advantage of the changes in this version, you will need to recompile + your application against the new headers. Otherwise, the library is + drop-in replaceable, as usual. + + libtar 1.2.17 - 2012/07/24 (Chris Frey) ------------- Applied Tim Band's checksum patch from mailing list (thanks!) diff --git a/configure.ac b/configure.ac index 47c8f69..9ec154c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl ### Normal initialization. ###################################### -AC_INIT([libtar], [1.2.17]) +AC_INIT([libtar], [1.2.18]) AC_PREREQ([2.61]) AC_CONFIG_AUX_DIR([autoconf]) AC_CONFIG_HEADERS([config.h]) -- 2.11.4.GIT