From: W. Trevor King Date: Thu, 28 Mar 2013 10:58:40 +0000 (-0400) Subject: CHANGELOG: Update with summaries of recent changes X-Git-Tag: v3.3~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e1ca4189af97a5b16f12a0d1c351bf627a0f8b43;p=rss2email.git CHANGELOG: Update with summaries of recent changes This documents the following changes: 5fd97a2 Add George Saunders to __contributors__ bd7b7ca error: Don't explicitly store server in SMTPAuthenticationError 3f5df62 feed: Add herror to _SOCKET_ERRORS and remove reason handing c39625e error: Fix ProcessingError message and logging a3719f8 feed: Catch parsing errors during html2text a88738f error: Fix super calls for SMTPAuthenticationError, etc. 80a8edf email: Change stray SMTP_SERVER to server a66dd58 email: Remove explicit ehlo() call c9f5681 feed: Streamline rel-via title extraction in _process_entry_content() aa8675d feed: Drop Google Reader rel-via manipulation a226ef6 error: Fix inheritance typos for HTTPError (ProcessingError -> FeedError) Signed-off-by: W. Trevor King --- diff --git a/CHANGELOG b/CHANGELOG index 418690c..dbd07cf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +v3.3 (unreleased) + * Fix SMTP message submission logic. + * Fix error inheritence (super() calls). + * Convert html2text parsing errors to `ProcessingError`s. + * Cleanup html2text error handling. + * Drop Google Reader rel-via manipulation. + v3.2 (2013-03-13) * Use extended interpolation in configuration files, to allow percent signs (%). * Added .as_string() fallback to email flattening (only used if `use-smtp = False` and `use-8bit = True`).