summaryrefslogtreecommitdiff
path: root/rdiff-backup/CHANGELOG
diff options
context:
space:
mode:
authorowsla <owsla@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2008-08-16 16:42:50 +0000
committerowsla <owsla@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2008-08-16 16:42:50 +0000
commit37ffc37a68f5418146e0a1b7c46731555ff85005 (patch)
tree51315a9487ef751a2ce2e78d535227c7c9d0c218 /rdiff-backup/CHANGELOG
parent37b6b46b3e582f72c44e2f778afe94d53582985b (diff)
downloadrdiff-backup-37ffc37a68f5418146e0a1b7c46731555ff85005.tar.gz
Properly catch KeyboardInterrupt on Python 2.5
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@923 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/CHANGELOG')
-rw-r--r--rdiff-backup/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG
index fdfebc6..9136e12 100644
--- a/rdiff-backup/CHANGELOG
+++ b/rdiff-backup/CHANGELOG
@@ -1,6 +1,8 @@
New in v1.2.1 (????/??/??)
---------------------------
+Properly catch KeyboardInterrupt on Python 2.5. (Andrew Ferguson)
+
Don't crash if a CacheIndexable tries to clear a non-existent cache entry,
since the entry must already be cleared. (Andrew Ferguson)