]> Dogcows Code - chaz/tar/commitdiff
Update
authorSergey Poznyakoff <gray@gnu.org.ua>
Wed, 21 Jun 2006 10:44:29 +0000 (10:44 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Wed, 21 Jun 2006 10:44:29 +0000 (10:44 +0000)
ChangeLog
NEWS

index 7f609ddb4e20b06ef21b0c297f43b5b2c44eabe6..b8c15458143dbf7af27a52c732a32c0bd97317f8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2006-06-21  Sergey Poznyakoff  <gray@gnu.org.ua>
+
+       * doc/tar.texi (Overriding File Metadata): New node
+       Document --mtime option.
+       * src/common.h (set_mtime_option,mtime_option): New globals
+       * src/create.c (start_header): Override mtime if requested
+       * src/tar.c: Implement new option, --mtime, allowing to set
+       modification times for all archive members during creation.
+       (struct tar_args): textual_date_option replaced with a linked list
+       textual_date. All references updated.
+       (get_date_or_file,report_textual_dates): New functions. 
+       * configure.ac: Raise version number to 1.15.92
+       * NEWS: Update
+       
 2006-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
 
        * src/common.h (struct name.explicit): Remove
diff --git a/NEWS b/NEWS
index a6df7203da3095b23a8fd6d3b6d2144c4358cf40..da40472192385d5b1fe63932dbec66e297155b20 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,13 @@
 GNU tar NEWS - User visible changes.
 Please send GNU tar bug reports to <bug-tar@gnu.org>
 \f
-version 1.15.91 - Sergey Poznyakoff, (CVS version)
+version 1.15.92 - Sergey Poznyakoff, (CVS)
+
+* New option --mtime allows to set modification times for all archive
+members during creation. 
+
+\f
+version 1.15.91 - Sergey Poznyakoff, 2006-06-16
 
 * Incompatible changes
 
This page took 0.026831 seconds and 4 git commands to generate.