[nntprss-commit] nntprss CHANGELOG,1.3,1.4
Status: Beta
Brought to you by:
jasonbrome
|
From: Jason B. <jas...@us...> - 2007-12-17 04:19:20
|
Update of /cvsroot/nntprss/nntprss In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2889 Modified Files: CHANGELOG Log Message: Minor updates Index: CHANGELOG =================================================================== RCS file: /cvsroot/nntprss/nntprss/CHANGELOG,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** CHANGELOG 30 Jul 2005 01:55:07 -0000 1.3 --- CHANGELOG 17 Dec 2007 04:19:24 -0000 1.4 *************** *** 1,4 **** ! TBD - nntp//rss v0.5-beta-2 + Introduced Item Processors - this allows custom modules to be plugged into the polling engine. ItemProcessor classes are called when new --- 1,7 ---- ! TBD - nntp//rss v0.5-beta-3 + + Support feed redirection with relative URLs + + Fixed Atom URI resolution for Feed + Entry links - now support + resolution of relative URIs + Introduced Item Processors - this allows custom modules to be plugged into the polling engine. ItemProcessor classes are called when new *************** *** 21,25 **** + Added HSQLDB -> Derby and HSQLDB -> MySQL migration - + Experimental JDBM implementation + Support deviations from dc:date spec, including yyyy-MM-dd + Catch InternalError thrown by Crimson parser when parsing certain --- 24,27 ---- *************** *** 28,32 **** + Derby now default persistence engine in nntp//rss - hsqldb is no longer supported. - + Experimental JDBM DAO implementation + Categories implemented + Added granular article expiration --- 30,33 ---- |