From f06ab1aef111536face48c8f71341f28ca9a604a Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Tue, 11 Dec 2012 18:29:59 -0500 Subject: [PATCH] libtar version 1.2.19 --- ChangeLog | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 299e5ae..abad9cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,20 @@ Both git downloads and tarball downloads are possible at this site. +libtar 1.2.19 - 2012/12/11 (Chris Frey) +------------- + Removed varargs.h and all dependencies, to avoid user compile errors + + Fixed some short int / int compiler warnings in va_arg() usage + + Fixed some gcc built-in compiler warnings + + Changed autoconf support code from AC_RUN_ to AC_COMPILE_ to fix + issues reported during cross-compiling. + + Applied most of Jan Cermak's const char* function argument patch. + + libtar 1.2.18 - 2012/08/02 (Chris Frey) ------------- Added more forgiving CRC checking logic when reading tar files diff --git a/configure.ac b/configure.ac index 9ec154c..22872bb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl ### Normal initialization. ###################################### -AC_INIT([libtar], [1.2.18]) +AC_INIT([libtar], [1.2.19]) AC_PREREQ([2.61]) AC_CONFIG_AUX_DIR([autoconf]) AC_CONFIG_HEADERS([config.h]) -- 2.11.4.GIT