]> Dogcows Code - chaz/tar/blobdiff - ChangeLog
* NEWS: Document --no-check-device and --check-device.
[chaz/tar] / ChangeLog
index 83a613f8aa62fbbf040bb6bcf403a69ead22f24f..c6fecae2b3518c47af44d059a64e6d91590a6329 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2008-03-27  Sergey Poznyakoff  <gray@gnu.org.ua>
+
+       * NEWS: Document --no-check-device and --check-device.
+       * doc/rendition.texi: Change the way FIXME-*refs are handled in
+       !PROOF. 
+       * doc/intern.texi, doc/tar.texi: Update.
+       * doc/untabify.el: New file.
+       * doc/Makefile.am (EXTRA_DIST): Add untabify.el
+       (untabify, final, check-format, check-refs, check-fixmes)
+       (check-unrevised, all-check-docs, check-docs): New rules.
+       
+       * src/common.h (check_device_option): New global.
+       * src/incremen.c (procdir): Use boolean and instead of bitwise
+       one. Patch by Jean-Louis Martineau.
+       Compare device numbers only if check_device_option is set.
+       * src/tar.c: New command line options --no-check-device and
+       --check-device. Proposed by Jean-Louis Martineau.
+       (parse_opt): Hanlde new options.
+       (decode_options): Initialize check_device_option to true.
+       
+       * THANKS: Update
+
 2008-03-06  Sergey Poznyakoff  <gray@gnu.org.ua>
 
        * bootstrap: Use rsync to get translations.
This page took 0.02019 seconds and 4 git commands to generate.