Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1:/tmp/cvs-serv22517
Modified Files:
NEWS
Log Message:
Spellcheck :)
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/NEWS,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- NEWS 20 Jan 2004 11:12:37 -0000 1.42
+++ NEWS 20 Jan 2004 20:11:58 -0000 1.43
@@ -2,8 +2,10 @@
Version 0.5 ()
------------------------------------
- * Added support for pinging weblogs.com, blo.gs, blogrolling.com and technorati.com to announce new entries. (jimwinstead, sebastianbergmann)
- * Used patch from Craig O'Shannessy (modified and expanded to all occurences) to allow usage of s9y without mod_rewrite/ErrorDocument Handlers. Configurable with installer. (garvinhicking,tomsommer)
+ * Added support for pinging weblogs.com, blo.gs, blogrolling.com and technorati.com to announce new entries. (jimwinstead & sebastianbergmann)
+ * Added mod_rewrite rules to .htaccess templates (garvinhicking)
+ * Changed installer to allow selection of desired rewrite rule, if any. (tomsommer)
+ * Used patch from Craig O'Shannessy (modified and expanded to all occurences) to allow usage of s9y without mod_rewrite/ErrorDocument Handlers. (garvinhicking)
* Created a clickable label for the autologin, german translation (garvinhicking)
* Allow Autologin, saving login information in a cookie (tomsommer)
* HTML-Nugget can now be configured to preserve textformatting. Default is 'apply textformatting' to stay backwards-compatible. (garvinhicking)
@@ -17,7 +19,7 @@
First example is the pubDate-field for the 'channel'-context, as suggested by Justin Alcorn (garvinhicking)
* Added ability to close (and re-open) comments for certain entries [needs DB update!] (garvinhicking)
* Fixes for comments-plugin (for 0 comments, dateformat) (tomsommer)
- * Fixes for mt-XMLRPC api (gschlossnagle)
+ * Fixes for mt-XMLRPC API (gschlossnagle)
* Fixed embed-check for more strict type comparison (garvinhicking)
* Relative links inside the RSS-feed will get converted to absolute ones (garvinhicking)
* Fixed trackbacks sending HTML tags and registering unslashed text in excerpt (tomsommer)
@@ -34,7 +36,7 @@
* Differentiate subscription mails between regular comment and trackback and adjust the mail's content corresponding to this (garvinhicking)
* Added verbose output for DB creation on installation, PostgreSQL DB-setup fixes (jtate)
* Made XHTML-compatibility fix to radio buttons of the installer (garvinhicking)
- * Allow for browseing of categories (on multiple pages) and have per-category RSS-feed (garvinhicking+sbergmann)
+ * Allow for browseing of categories (on multiple pages) and have per-category RSS-feed (garvinhicking & sbergmann)
* Fixed display of category in full article (garvinhicking)
* Expand all config categories in installer when s9y is first installed (garvinhicking)
* Added select-dropdown configuration directive for the plugins (garvinhicking)
|