]> Dogcows Code - chaz/tar/commitdiff
Update
authorSergey Poznyakoff <gray@gnu.org.ua>
Fri, 30 Mar 2007 19:18:46 +0000 (19:18 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Fri, 30 Mar 2007 19:18:46 +0000 (19:18 +0000)
ChangeLog
NEWS

index a35588bc178d458e61e9423e05c3c04c2980abe6..4ab71199afe961268552191a6d072e3e026a86c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2007-03-30  Sergey Poznyakoff  <gray@gnu.org.ua>
 
+       * src/common.h (transform_name_fp): Change signature
+       (transform_member_name): New function
+       * src/extract.c (extract_link, extract_symlink): Use
+       transform_member_name instead of safer_name_suffix so that
+       --transform and --strip-components affect links as well.
+       * src/list.c (transform_member_name): New function
+       (decode_header): Use transform_member_name
+       * src/names.c (all_names_found): Remove check for matching_flags. 
+       * NEWS: Update
+       
        * TODO: Update
        * bootstrap (slurp): Remove any occurrences of $bt from the
        generated gnulib.mk
diff --git a/NEWS b/NEWS
index b767cedb1560b139bb6775cd3ddd2f47ac96083e..b9de750686e889afd97af1242fe575aed5dce616 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,12 @@ version 1.16.2
 * Fix operation of --verify --listed-incremental.  Version 1.16.1 produced
   a full dump when both options were given.
 
+* Fix --occurence.  In previous versions it continued scanning the archive
+  even though all requested members has already been extracted.
+
+* The options --transform and --strip-components affect hard and soft link
+  targets.
+   
 \f
 version 1.16.1
 
This page took 0.024741 seconds and 4 git commands to generate.