summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzuntum <zuntum>2003-08-15 09:54:52 +0000
committerzuntum <zuntum>2003-08-15 09:54:52 +0000
commitc5938bbb766dcf1d4768341ac2de453a8bea24d6 (patch)
treed24ee9221fe533f5d40b5e3ceef0ae72c6575874
parent4dbe1816bc3ba78efaf266f1d6615c32047fbb73 (diff)
downloadpkgsrc-c5938bbb766dcf1d4768341ac2de453a8bea24d6.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.
-rw-r--r--doc/CHANGES3
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]