aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-09-08 11:51:03 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-09-08 11:51:03 +0000
commitd50014058556a36daacd1ab47ba4fc2e4fe9833a (patch)
treeb8d68fd4069a8ae31186b76586a7946404078a7d /NEWS
parent43dac0161087615861c9d2bfb8f1f7670da03ba1 (diff)
downloadcpio-d50014058556a36daacd1ab47ba4fc2e4fe9833a.tar.gz
cpio-d50014058556a36daacd1ab47ba4fc2e4fe9833a.tar.bz2
Updated
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c0cf655..54c68d9 100644
--- a/NEWS
+++ b/NEWS
@@ -12,9 +12,25 @@ Version 2.5.90
* Improved invocation consistency checking and help output
+* Printing warning about truncation of inode numbers is suppressed by
+default. See below.
+
+* New option --warning (-W) controls the level of output warnings:
+
+ -Wnone Disables all warnings
+ -Wtruncate Enable warning about truncation of the inode number
+ -Wall Enables all warnings
+
+ To disable a particular warning, prefix its name with 'no-', just
+ like in gcc.
+
+* New option --to-stdout extracts files to standard output.
+
* Bugfixes:
** If a file grew n bytes in copy-pass mode, these n bytes got prepended
-to the contents of all subsequent files.
+to the contents of all subsequent files.
+** Padding the archive with zero bytes upon truncation of the file being
+archived was broken.
Major changes in version 2.5:

Return to:

Send suggestions and report system problems to the System administrator.