From 0907a9034eaf2a57e8e4a9439f793f3f05d446cd Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Wed, 9 Oct 2013 12:55:48 -0400 Subject: [PATCH] libtar version 1.2.20 --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index abad9cd..03bef68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,14 @@ Both git downloads and tarball downloads are possible at this site. +libtar 1.2.20 - 2013/10/09 (Chris Frey) +------------- + Added extern "C" protectors to listhash.h + Added autoconf checks for __thread compiler support + Fixed size_t overflow bug, as reported by Timo Warns + Fixed thread-safe bug in th_get_pathname() (Sergey Zhitomirsky) + + libtar 1.2.19 - 2012/12/11 (Chris Frey) ------------- Removed varargs.h and all dependencies, to avoid user compile errors diff --git a/configure.ac b/configure.ac index d79425b..4623100 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl ### Normal initialization. ###################################### -AC_INIT([libtar], [1.2.19]) +AC_INIT([libtar], [1.2.20]) AC_PREREQ([2.61]) AC_CONFIG_AUX_DIR([autoconf]) AC_CONFIG_HEADERS([config.h]) -- 2.11.4.GIT