summaryrefslogtreecommitdiff
path: root/rdiff-backup/CHANGELOG
diff options
context:
space:
mode:
authorowsla <owsla@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2008-12-18 21:49:02 +0000
committerowsla <owsla@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2008-12-18 21:49:02 +0000
commit0df373916228ec5bc7d9943163d541bba8046417 (patch)
tree47932e8206f8531194c2b1b3beafa51074a84aae /rdiff-backup/CHANGELOG
parentc9ee7f5cf2860c48195b6d17a7449dce4ed6caf0 (diff)
downloadrdiff-backup-0df373916228ec5bc7d9943163d541bba8046417.tar.gz
Print a more helpful error message if we cannot write to the backup
destination. git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@971 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/CHANGELOG')
-rw-r--r--rdiff-backup/CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/rdiff-backup/CHANGELOG b/rdiff-backup/CHANGELOG
index f2ac288..22fca75 100644
--- a/rdiff-backup/CHANGELOG
+++ b/rdiff-backup/CHANGELOG
@@ -1,6 +1,9 @@
New in v1.2.3 (????/??/??)
---------------------------
+Print a more helpful error message if we cannot write to the backup
+destination. (Andrew Ferguson)
+
Add ETIMEDOUT to the list of recoverable errors; when irrecoverable, a
ConnectionError is raised. Closes Ubuntu bug #304659. (Andrew Ferguson)