aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-06-28 13:23:14 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-06-28 13:23:14 +0000
commit29e97ceadc27cbb9216181f0225121ad072972bf (patch)
tree38e7c025f423e416514de3682be1577e48debe52
parent3153c8b5fb46765676a9fb5f9998bdbb499483be (diff)
downloadcpio-29e97ceadc27cbb9216181f0225121ad072972bf.tar.gz
cpio-29e97ceadc27cbb9216181f0225121ad072972bf.tar.bz2
Raise version number to 2.9
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 1cc98bf..a8751ac 100644
--- a/NEWS
+++ b/NEWS
@@ -4,10 +4,17 @@ See the end of file for copying conditions.
Please send cpio bug reports to <bug-cpio@gnu.org>.
-Version 2.8 - Sergey Poznyakoff, 2007-06-08
+Version 2.9 (CVS)
* Relicensed under GPLv3.
+* Bugfixes:
+** Honor umask when creating intermediate directories, not specified
+in the archive (debian bug #430053)
+
+
+Version 2.8 - Sergey Poznyakoff, 2007-06-08
+
* Option --owner can be used in copy-out mode, allowing to uniformly override
ownership of the files being added to the archive.
@@ -17,8 +24,6 @@ ownership of the files being added to the archive.
** Fix handling of large files.
** Fix setting the file permissions in copy-out mode.
** Fix CAN-2005-1111
-** Honor umask when creating intermediate directories, not specified
-in the archive (debian bug #430053)
Version 2.7 - Sergey Poznyakoff, 2006-10-21
diff --git a/configure.ac b/configure.ac
index e395709..9ca5131 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with this program; if not, write to the Free Software Foundation,
dnl Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-AC_INIT([GNU cpio], [2.8], [bug-cpio@gnu.org])
+AC_INIT([GNU cpio], [2.9], [bug-cpio@gnu.org])
AC_CONFIG_SRCDIR(src/cpio.h)
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE

Return to:

Send suggestions and report system problems to the System administrator.