From 063f8f6f0b72f8b42cd2bdda25ac577a1225c06f Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Thu, 17 May 2012 03:34:32 -0400 Subject: [PATCH] libtar version 1.2.16 --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a8db6f0..2355ea6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,11 @@ Both git downloads and tarball downloads are possible at this site. +libtar 1.2.16 - 2012/05/17 (Chris Frey) +------------- + Fixed build system to allow for out-of-source tree builds + + libtar 1.2.15 - 2012/05/10 (Chris Frey) ------------- Chris Frey (1): diff --git a/configure.ac b/configure.ac index 6cf9b25..e040ac9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl ### Normal initialization. ###################################### -AC_INIT([libtar], [1.2.15]) +AC_INIT([libtar], [1.2.16]) AC_PREREQ([2.61]) AC_CONFIG_AUX_DIR([autoconf]) AC_CONFIG_HEADERS([config.h]) -- 2.11.4.GIT