CHANGELOG: summarize changes since v2.71
authorW. Trevor King <wking@tremily.us>
Sun, 18 Nov 2012 15:17:44 +0000 (10:17 -0500)
committerW. Trevor King <wking@tremily.us>
Sun, 18 Nov 2012 15:21:22 +0000 (10:21 -0500)
CHANGELOG

index a0b73cead4d358675e75346d1e9e1348360449cf..eceb25ddfbee6dd2ea5aaa42b567e259f3377d3c 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,11 @@
+v3.0 (unreleased)
+    * Changed project email (rss2email@tremily.us) and homepage (http://github.com/wking/rss2email)
+    * Split static configuration parameters into a ConfigParser-read config file.  Only data that depends on the feed state is still pickled.
+    * Converted the command line interface to argparse, with some restructuring along the way.
+    * Added the r2e.1 man page (based on one from the Debian package).
+    * Added setup.py and a PyPI page for simpler installation (http://pypi.python.org/pypi/rss2email)
+    * Upgraded to Python 3.2 to take advantage of cleaner Unicode handling and argparse.
+
 v2.71 (2011-03-04)
     * Upgraded to feedparser v5.01! (http://code.google.com/p/feedparser/)
     * Upgrade to html2text v3.01! (https://github.com/aaronsw/html2text)