]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 20 Dec 2003 09:23:08 +0000 (09:23 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 20 Dec 2003 09:23:08 +0000 (09:23 +0000)
ChangeLog
NEWS

index 37655cb358cc8dd5afaa7c81d794c7a934de4ec5..0f20f28a646f64c6bd4759e8579f2bf7033de4f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
-2003-12-19  Jim Meyering  <jim@meyering.net>
+2003-12-20  Jim Meyering  <jim@meyering.net>
 
        * Version 5.1.0.
 
+       * src/dd.c (apply_translations): Don't prohibit conv=unblock,sync.
+       Reported by Volker Paul.
+
+2003-12-19  Jim Meyering  <jim@meyering.net>
+
        * tests/misc/nohup: Double quote back-ticked expression,
        in case it ends up having an unexpected value.
 
diff --git a/NEWS b/NEWS
index 08f3c07291a3bc2d35150f5c1e8efa8e5918ef09..4e49c1997a9701674f4543582225b408c17a3473 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -53,6 +53,8 @@ GNU coreutils NEWS                                    -*- outline -*-
   ls --width=N (with -x or -C) no longer allocates more space
   (potentially much more) than necessary for a given directory.
 
+  dd `unblock' and `sync' may now be combined (e.g., dd conv=unblock,sync)
+
 * Major changes in release 5.0.91 (2003-09-08):
 
 ** New features