From: Sergey Poznyakoff Date: Sun, 27 Jul 2014 20:45:19 +0000 (+0300) Subject: Version 1.28 X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=b500277de7eeac4893fe6517c38dc417b4a4d976 Version 1.28 --- diff --git a/NEWS b/NEWS index 3f63ed7..32bc881 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,8 @@ -GNU tar NEWS - User visible changes. 2014-03-27 +GNU tar NEWS - User visible changes. 2014-07-27 Please send GNU tar bug reports to -version 1.27.90 (Git) +version 1.28, 2014-07-28 * New checkpoint action: totals @@ -68,7 +68,7 @@ speed up archivation. This release includes official tar(1) and rmt(8) manpages. Distribution maintainers are kindly asked to use these instead of the -home-made pages they provided so far. +home-made pages they have been providing so far. version 1.27.1 - Sergey Poznyakoff, 2013-11-17 diff --git a/configure.ac b/configure.ac index d06e540..a93c6c0 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -AC_INIT([GNU tar], [1.27.90], [bug-tar@gnu.org]) +AC_INIT([GNU tar], [1.28], [bug-tar@gnu.org]) AC_CONFIG_SRCDIR([src/tar.c]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h])