]> git.cworth.org Git - tar/blobdiff - debian/changelog
Preserve timestamp of symlinks when extracting (if utimensat available)
[tar] / debian / changelog
index b175a6bc5bc27137d2a03fa6aeccc04c16fc77f7..99ce9de89089e7a03b013d72ee6967528412540a 100644 (file)
@@ -1,9 +1,15 @@
-tar (1.22-1.2) UNRELEASED; urgency=low
+tar (1.22-3) UNRELEASED; urgency=low
+
+  * Preserve timestamps of extracted symlinks, closes: #313237
+
+ -- Carl Worth <cworth@cworth.org>  Tue, 04 Aug 2009 17:11:18 -0700
+
+tar (1.22-2) unstable; urgency=low
 
   * Add Carl Worth as an uploader.
-  * Fix to allow parallel build (-j2), closes #535319
-  * Don't close file stream before EOF, closes #525818
-  * Preserve hard links with --remove-files, closes #188663
+  * Fix to allow parallel build (-j2), closes: #535319
+  * Don't close file stream before EOF, closes: #525818
+  * Preserve hard links with --remove-files, closes: #188663
     Thanks to Ted T'so for the idea and Sergey Poznyakoff for
     cleaning up my original implementation.
   * Respect DEB_BUILD_OPTIONS=nocheck to conform with Policy 3.8.2