aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-01-23 10:22:33 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2009-01-23 10:22:33 +0000
commit12afca6d673bf3f44156a8275da5cad5bc4454e2 (patch)
treeb85b6211e61c264006a2891b75f4882172379e0f /NEWS
parent806fa9b42234f31b1063d47d8318b8d18c6c05e7 (diff)
downloadwydawca-12afca6d673bf3f44156a8275da5cad5bc4454e2.tar.gz
wydawca-12afca6d673bf3f44156a8275da5cad5bc4454e2.tar.bz2
Version 1.2
* configure.ac, NEWS: Version 1.2 * doc/wydawca.texi: Document new features. * src/wydawca.c (archive_signatures): New variable. * src/wydawca.h (SUF_SIG,SUF_SIG_LEN,SUF_DIR,SUF_DIR_LEN): New macros. (archive_signatures): New variable. * src/config.c: New configuration file statement archive-signatures. * src/process.c (SUF_SIG,SUF_DIR): Move to src/wydawca. * src/diskio.c (backup_file): Do not update statistics. (do_archive_file): Unlink the file after archivation. (archive_single_file): New function. (archive_file): Implicitly archive .sig file, if archive_signatures is set. * src/triplet.c (check_triplet_state): Call verify_directive_file. (triplet_processor): Remove call to verify_directive_file. git-svn-id: file:///svnroot/wydawca/trunk@337 6bb4bd81-ecc2-4fd4-a2d4-9571d19c0d33
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6a1769e..951c79d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,31 @@
-Wydawca NEWS -- history of user-visible changes. 2009-01-17
+Wydawca NEWS -- history of user-visible changes. 2009-01-22
Copyright (C) 2007, 2008, 2009 Sergey Poznyakoff
See the end of file for copying conditions.
Please send Wydawca bug reports to <bug-wydawca@gnu.org.ua>.
+Version 1.2, 2009-01-22
+
+* Implicit signature archivation.
+
+When archivation of `file' is requested by `archive: file' statement
+in the directive file, the file `file.sig' will also be archived.
+
+This behavior can be disabled by setting `archive-signatures no' in
+the wydawca configuration file.
+
+* Symlink removal
+
+When handling `symlink: src dst' statement, existing `dst' is silently
+removed, if it is a symbolic link. If it exists, but is not a symlink
+an error is signalled and operation is aborted.
+
+* Bugfixes
+
+Fixed handling of standalone directives.
+
+
Version 1.1, 2009-01-17
* Log detailed statistics only if at least one counter is not zero.

Return to:

Send suggestions and report system problems to the System administrator.