diff options
author | zuntum <zuntum@pkgsrc.org> | 2003-08-15 09:54:52 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2003-08-15 09:54:52 +0000 |
commit | 2eb16ffbeb11c7abdb8c31294c835416bd029317 (patch) | |
tree | d24ee9221fe533f5d40b5e3ceef0ae72c6575874 /doc | |
parent | 0bda7b33ab49e1f490902007c66bfc28148958e5 (diff) | |
download | pkgsrc-2eb16ffbeb11c7abdb8c31294c835416bd029317.tar.gz |
Note addition of safecat-1.11 (category mail)
safecat is an implementation of D. J. Bernstein's maildir algorithm.
It can be used to write mail messages to a qmail-style maildir, or to
write data to a "spool" directory reliably. There are no lockfiles with
safecat, and nothing is left to chance. If safecat returns a successful
exit status, then you can be (practically) 100% sure your data is
safely committed to disk. Further, if data is written to a directory
using safecat (or other implementations of the maildir algorithm),
then every file in that directory is guaranteed to be complete. If
safecat fails to write all of the data, there will be no file at all
in the destination directory.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index cbe23272983..ee3cf4ee8c4 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.3043 2003/08/15 07:03:31 itojun Exp $ +$NetBSD: CHANGES,v 1.3044 2003/08/15 09:54:52 zuntum Exp $ Changes to the packages collection and infrastructure in 2003: @@ -3269,3 +3269,4 @@ Changes to the packages collection and infrastructure in 2003: Updated librsync to 0.9.6 [abs 2003-08-14] Updated rdiff-backup to 0.12.3 [abs 2003-08-14] Updated gnupg to 1.2.2nb2 [itojun 2003-08-15] + Added safecat-1.11 [zuntum 2003-08-15] |