-*-org-*- What's New ========== * 1.0.3 - Fix atom feeds parsing. - Print warnings while doing NNTP POST only in '-vv' mode. - Remove tests for dead code. * 1.0.2 - Remove flock.c extension & use TclX instead. Compiling flock.c suddenly become a chalenge in Fedora 21 x64_64 w/ Tcl 8.6. * 1.0.1 - Fix html entities in mail headers. - Quick hack for a non-standard rss/2.0 of some popular Ukrainian news sites. - Typos. * 1.0.0 - Update for Fedora 17. - Remove all encoding options: mail are generated now only in UTF-8. - Fix old bug with MIME rendering in Claws Mail. - No need for external md5sum program. - Change license to GPLv3. * 0.2.7 1. Fixed bug with improper handling of invalid encoding. * 0.2.6 "Easter Sunday" release 1. Incorporate date and Message-ID patches. 2. Fixed o-o-old bug with link for Atom feeds. 3. Fixed broken Makefile. * 0.2.5 1. Updated to support Tcl 8.5. Note that now 8.5 is the minimum required version! 2. Hopefully fixed old bug with scanning dates in feeds. 3. Added $rss_conf(hash_generator) parameter. * 0.2.4 1. Fixed bugs with: - generating From header. 2. Now user may set feed-specific $filter.post variable to '-' value to disable any possible global filtering. This implies global setting $rss_conf(mail.mime) to '0' for such feed. * 0.2.3 1. Fixed bugs with: - typo error in [feed_parser::item_parse] that caused to break the whole feed parsing; - return code in [feed_parser::parse_feed]. 2. Add "Person Constructs" support for Atom feeds. 3. Change algorithm for generating header From: now it more useful for multi user blog. * 0.2.2 1. Fixed bugs with: - illegal chars in MessageID in [::mailnews::msgid_make] (again); - terrible mistake about configuration file name in the documentation; - ignoring & tags in Atom feeds. * 0.2.1 1. Fixed bugs with: - generating body for mails in [::selftest::demo]; - encoding name in [feed_parser::parse_feed]; - ignoring tag (this may slow down the RSS parser); - [clock format] and user locale; - double converting from file to utf-8; - possible incorrect settings of rss(...) variables in the configuration file. 2. Print feed name in verbose mode=1 while downloading it. 3. Configuration checker is more (but still not much) polite now. * 0.2 1. Totally rewritten configuration file checking. Now it more polite and easy to the developer (not to the user). 2. Added -V command line option. 3. Fixed bugs with: - utf-8 encoding in feed_parser.tcl; - '&' char in [::utils::config_refo]; - illegal chars in MessageID in [::mailnews::msgid_make].