summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-02-04 10:38:27 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-02-04 10:38:27 +0000
commit549481a0a7b9cca496815547cfcdf93c48975529 (patch)
treeccf39aa46d2ef0f77ab576259d6dbcf99274f9a7
parente08afc2002bc43845d2996be8768cf8a9eb277fa (diff)
downloadtar-549481a0a7b9cca496815547cfcdf93c48975529.tar.gz
Update
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a9efa3d3..29f77332 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-02-04 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ * src/transform.c: Support multiple --transform options. Support
+ semicolon-separated lists of replace expressions.
+ * NEWS, tar.texi: Document changes to the --transform option.
+
2008-01-30 Paul Eggert <eggert@cs.ucla.edu>
* doc/tar.texi: Update Back-Cover text to reflect new GNU wording.
@@ -6,7 +12,8 @@
Exit with nonzero status if a close fails on an archive.
Problem (and initial trivial fix)
- * src/buffer.c (close_archive, new_volume): close_error, not close_warn.
+ * src/buffer.c (close_archive, new_volume): close_error, not
+ close_warn.
2007-12-05 Sergey Poznyakoff <gray@gnu.org.ua>