Bump to version 2.68.
[rss2email.git] / CHANGELOG
1 v2.68 (2010-10-01)
2     * Added ability to pause/resume checking of individual feeds through pause and unpause commands
3         * Added ability to import and export OPML feed lists through importopml and exportopml commands
4
5         
6 v2.67 (2010-09-21)
7     * Fixed entries that include an id which is blank (i.e., an empty string) were being resent 
8     * Fixed some entries not being sent by email because they had bad From headers      
9     * Fixed From headers with HTML entities encoded twice
10     * Compatibility changes to support most recent development versions of feedparser
11     * Compatibility changes to support Google Reader feeds
12         
13 v2.66 (2009-12-21)
14
15     * Complete packaging of all necessary source files (rss2email, html2text, feedparser, r2e, etc.) into one bundle
16       o Included a more complete config.py with all options
17       o Default to HTML mail and CSS results 
18     * Added 'reset' command to erase history of already seen entries
19     * Changed project email to 'lindsey@allthingsrss.com' and project homepage to 'http://www.allthingsrss.com/rss2email/'
20     * Made exception and error output text more useful
21     * Added X-RSS-Feed and X-RSS-ID headers to each email for easier filtering
22     * Improved enclosure handling
23     * Fixed MacOS compatibility issues
24
25 v2.65 (2009-01-05)
26
27     * Fixed warnings caused by Python v2.6 (using hashlib, removing mimify, etc.)
28     * Deprecated QP_REQUIRED option as this is more than likely no longer needed and part of what triggered Python warnings
29     * Fixed unicode errors in certain post headers
30     * Attempted to incorporate Debian/Ubuntu patches into the mainstream release
31     * Support img type enclosures
32     * No file locking for SunOS
33
34 v2.64 (2008-10-21)
35
36     * Bug-fix version
37           o Gracefully handle missing charsets
38           o Friendlier and more useful message if sendmail isn't installed
39           o SunOS locking fix
40
41 v2.63 (2008-06-13)
42
43     * Bug-fix version and license change:
44           o Licensed under GPL 2 & 3 now
45           o Display feed number in warning and error message lines
46           o Fix for unicode handling problem with certain entry titles
47
48 v2.62 (2008-01-14)
49
50     * Bug-fix version:
51           o Simplified SunOS fix
52           o Local feeds (/home/user/file.xml) should work
53
54 v2.61 (2007-12-07)
55
56     * Bug-fix version:
57           o Now really compatible with SunOS
58           o Don't wrap long subject headers
59           o New parameter CHARSET_LIST to override or supplement the order in which charsets are tried against an entry
60           o Don't use blank content to generate id
61           o Using GMail as mail server should work
62
63 v2.60 (2006-08-25)
64
65     * Small bug-fix version:
66           o Now compatible with SunOS
67           o Correctly handle international character sets in email From
68
69 v2.59 (2006-06-09)
70
71     * Finally added oft-requested support for enclosures. Any enclosures, such as a podcast MP3, will be listed under the entry URL
72     * Made feed timeout compatible with Python versions 2.2 and higher, instead of v2.4 only
73     * Added optional, configurable CSS styling to HTML mail. Set USE_CSS_STYLING=1 in your config.py to enable this. If you want to tweak the look, modify STYLE_SHEET.
74     * Improved empty feed checking
75     * Improved invalid feed messages
76     * Unfortunately, rss2email is no longer compatible with Python v2.1. Two of the most serious lingering issues with rss2email were waiting forever for non-responsive feeds and its inablility to properly handle feeds with international characters. To properly fix these once and for all, rss2email now depends on functionality that was not available until Python v2.2. Hopefully this does not unduly inconvenience anyone that has not yet upgraded to a more current version of Python.
77
78 v2.58 (2006-05-11)
79
80     * Total rewrite of email code that should fix encoding problems
81     * Added configurable timeout for nonresponsive feeds
82     * Fixed incorrectly using text summary_detail instead of html content
83     * Fixed bug with deleting feed 0 if no default email was set
84     * Print name of feed that is being deleted
85
86 v2.57 (2006-04-07)
87
88     * Integrated Joey Hess's patches
89        o First, a patch that makes delete more reliable, so it no longer allows you to remove the default email address ('feed' 0) and thereby hose your feed file, or 'remove' entries that don't exist without warning; and so it only says IDs have changed when they really have. Originally from http://bugs.debian.org/313101
90        o Next a patch that avoids a backtrace if there's no email address defined, and outputs a less scary error message.
91        o Next, a simple change to the usage; since the "email" subcommand always needs a parameter, don't mark it as optional.
92        o And, avoid a backtrace if the email subcommand does get run w/o a parameter.
93        o And also avoid backtraces if delete is run w/o a parameter. Also adds support for --help.
94        o Simple change, make a comment match reality (/usr/sbin/sendmail)
95        o This avoids another backtrace, this time if there's no feed file yet. [load()]
96        o Add a handler for the AttributeError exception, which feedparser can throw. Beats crashing..
97        o Next, four hunks that make it more robust if no default email address is set and feeds are added w/o an email address. This patch originally comes from http://bugs.debian.org/310485 which has some examples.
98        o Finally, this works around a bug in mimify that causes it to add a newline to the subject header if it contains very long words. Details at http://bugs.debian.org/320185. Note that Tatsuya Kinoshita has a larger patch torard the end of that bug report that deals with some other problems in this area, Aaron has seen that patch before and said it "looks pretty reasonable".
99     * add() catches error case on first feed add and no email address is set
100     * Made "emailaddress" consistent param label throughout
101     * Error message improvements
102     * Deleted problematic "if title" line
103     * Deleted space in front of SMTP_USER
104     * Only logs into SMTP server once
105     * Added exception handling around SMTP server connect and login attempt
106     * Broke contributors across multiple lines
107
108 v2.56 (2006-04-04)
109
110     * SMTP AUTH support added
111     * Windows support
112     * Fixed bug with HTML in titles