From 29ccc47958023e83ffacd7d8fd71938fd8646e25 Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Thu, 10 May 2012 01:14:18 -0400 Subject: [PATCH] libtar version 1.2.15 --- ChangeLog | 24 ++++++++++++++---------- configure.ac | 2 +- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 439079e..a8db6f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,22 +1,26 @@ -libtar 1.2.14 - 2011/12/22 -------------- + NOTE: + All releases below marked (Chris Frey) are maintenance releases + done by Chris Frey, temporarily stepping in for Mark Roth. + These releases are git-based only and can be found at: + http://repo.or.cz/w/libtar.git - This is a maintenance release by Chris Frey, temporarily stepping in - for Mark Roth. These maintenance releases are git-based only and - can be found at: http://repo.or.cz/w/libtar.git Both git downloads and tarball downloads are possible at this site. + +libtar 1.2.15 - 2012/05/10 (Chris Frey) +------------- Chris Frey (1): - Fixed truncation check, so 100 char names get GNU extension support when enabled + Fixed harmless buffer overflow which is caught by FORTIFY on some systems -libtar 1.2.13 - 2011/06/13 +libtar 1.2.14 - 2011/12/22 (Chris Frey) ------------- +Chris Frey (1): + Fixed truncation check, so 100 char names get GNU extension support when enabled -This is a maintenance release by Chris Frey, temporarily stepping in for -Mark Roth. These maintenance releases are git-based only and can be -found at: http://repo.or.cz/w/libtar.git +libtar 1.2.13 - 2011/06/13 (Chris Frey) +------------- Chris Frey (10): Fixed incorrect URL in readme Added autoconf/ as macro dir diff --git a/configure.ac b/configure.ac index d64e9d9..6cf9b25 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl ### Normal initialization. ###################################### -AC_INIT([libtar], [1.2.14]) +AC_INIT([libtar], [1.2.15]) AC_PREREQ([2.61]) AC_CONFIG_AUX_DIR([autoconf]) AC_CONFIG_HEADERS([config.h]) -- 2.11.4.GIT