From: W. Trevor King <wking@tremily.us>
Date: Fri, 11 Oct 2013 14:56:15 +0000 (-0700)
Subject: Merge branch 'robust-file-saving'
X-Git-Tag: v3.7~4
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=663e562a4b72d8480abdbada0a45fd9b62295f3d;p=rss2email.git

Merge branch 'robust-file-saving'

* robust-file-saving:
  CHANGELOG: Document this branch's atomic saves
  feeds: Make Feeds.save fully atomic, assuming a working fsync

Signed-off-by: W. Trevor King <wking@tremily.us>
---

663e562a4b72d8480abdbada0a45fd9b62295f3d
diff --cc CHANGELOG
index a9a11d6,68d8ece..a14f2a3
--- a/CHANGELOG
+++ b/CHANGELOG
@@@ -1,6 -1,5 +1,7 @@@
  v3.7 (unreleased)
+     * Fix atomic saves to avoid garbling config and data files if the disk is full.
 +    * Convert the `friendly-name` boolean to the new `name-format` setting.  This allow users to customize how the friendly name is constructed.
 +    * Demote guessed encodings logs from 'error' to 'warning'.
  
  v3.6 (2013-09-09)
      * Fix missing port argument for IMAPAuthenticationError.