Update of /cvsroot/php-blog/serendipity/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17878/docs
Modified Files:
Tag: branch-smarty
NEWS
Log Message:
* RSS feed should not display sticky posts as sticky
* RSS Export uses reverse chronological order for easier import
* Fixed PostgreSQL concatenation issue
* Fixed entry visibility (private/hidden/member) attribute to work as
intended
* Remove obsolete "force nocache" directive for RSS feed.
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/docs/Attic/NEWS,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- NEWS 6 Nov 2004 12:31:10 -0000 1.1.2.2
+++ NEWS 8 Nov 2004 09:25:30 -0000 1.1.2.3
@@ -3,6 +3,9 @@
Version 0.8 ()
------------------------------------------------------------------------
+ * RSS Export orders entries in reverse ID order for easier
+ importing (garvinhicking)
+
* Cleaned up directory structure, created new subdirectories,
split up functions file. See docs/CHANGED_FILES for details if
you have external dependencies on removed files (like custom
@@ -77,9 +80,12 @@
Version 0.7 ()
------------------------------------------------------------------------
+ * Fixed Concatenation syntax on PostgreSQL, only used by plugin
+ "Entrylinks". (garvinhicking)
+
* SQLite database name was not saved properly and could get set to
a wrong value when updating configuration (garvinhicking)
-
+
* Better detection if Apache ErrorDocument can be used
(garvinhicking)
|