From 7edbfd9ff7f0a8f667e5c4bfd590911d286b7d46 Mon Sep 17 00:00:00 2001 From: owsla Date: Wed, 24 Sep 2008 00:25:47 +0000 Subject: Improve support for Python 2.5, which refactored the built-in exceptions so that SystemExit and KeyboardInterrupt no longer derive from Exception. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@936 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109 --- rdiff-backup/CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rdiff-backup/CHANGELOG') diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG index abb77a6..74d75a7 100644 --- a/rdiff-backup/CHANGELOG +++ b/rdiff-backup/CHANGELOG @@ -1,6 +1,10 @@ New in v1.2.2 (????/??/??) --------------------------- +Improve support for Python 2.5, which refactored the built-in exceptions so +that SystemExit and KeyboardInterrupt no longer derive from Exception. +Closes support request #106504. (Andrew Ferguson) + Adjust --exclude-if-present option to support directories, symlinks, device files, etc. Closes bug #24192. Thanks to Vadim Zeitlin for the suggestion. -- cgit v1.2.1