summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-09-16 16:57:21 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-09-16 16:57:21 +0000
commit68afc2995086d6d22cd5d22301d21f5e5343cdd7 (patch)
tree8ce23c960f7ef5adf78228e688e3dbded147bbd7
parent8ba5c6d14853866f450132393dc87764286639f2 (diff)
downloadrdiff-backup-68afc2995086d6d22cd5d22301d21f5e5343cdd7.tar.gz
Date and changelog changes for 0.10.1
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@202 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/CHANGELOG7
-rwxr-xr-xrdiff-backup/rdiff-backup2
2 files changed, 8 insertions, 1 deletions
diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG
index c24c652..58774a4 100644
--- a/rdiff-backup/CHANGELOG
+++ b/rdiff-backup/CHANGELOG
@@ -1,3 +1,10 @@
+New in v0.10.1 (2002/09/16)
+---------------------------
+
+rdiff-backup should now correctly handle files larger than 2GB.
+Thanks to Russ Allbery for telling me how to do this.
+
+
New in v0.10.0 (2002/09/10)
---------------------------
diff --git a/rdiff-backup/rdiff-backup b/rdiff-backup/rdiff-backup
index af10c93..a169a43 100755
--- a/rdiff-backup/rdiff-backup
+++ b/rdiff-backup/rdiff-backup
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# rdiff-backup -- Mirror files while keeping incremental changes
-# Version $version released August 9, 2002
+# Version $version released September 16, 2002
# Copyright (C) 2001, 2002 Ben Escoto <bescoto@stanford.edu>
#
# This program is licensed under the GNU General Public License (GPL).