From: Chris Frey Date: Wed, 9 Oct 2013 16:55:48 +0000 (-0400) Subject: libtar version 1.2.20 X-Git-Tag: v1.2.20^0 X-Git-Url: https://repo.or.cz/w/libtar.git/commitdiff_plain/0907a9034eaf2a57e8e4a9439f793f3f05d446cd libtar version 1.2.20 --- 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])