Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19856
Modified Files:
NEWS
Log Message:
New caching for RSS feeds. READ NEWS! UPDATE YOUR DB! Raise your oppinion.
:-)
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/NEWS,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- NEWS 17 Feb 2004 12:11:13 -0000 1.74
+++ NEWS 18 Feb 2004 11:49:12 -0000 1.75
@@ -2,6 +2,15 @@
Version 0.5.1 ()
------------------------------------
+ * Conditional GET logic for RSS feeds using HTTP caching methods. (garvinhicking)
+
+ RSS readers will only fetch the latest items of the feed since last modification date. Saves bandwidth
+ and only affects Readers. RSS-Syndication is unaffected, since it usually doesn't use IF_MODIFIED_SINCE
+ headers. Will in a side affect also allow to get all missed items since the last refresh. Can also be
+ overriden by appending a '&nocache' HTTP-Parameter to the RSS feed. Supported by RSS Bandit, Sharpreader etc.
+
+ [NOTE: Requires database schema update, provided in db_update-0.5-0.5.1.sql]
+ * Small XHTML-compliance fixes. (garvinhicking)
* Image manager: Allow sorting by date/file attributes, changing sort order and choosing items displayed per page (garvinhicking)
* Fixed wrong link to entry when not using any rewrite rule (tomsommer & AlfaTeK)
* Changed type of DB password to 'protected' to avoid it being displayed as plaintext (tomsommer)
|