]> git.mjollnir.org Git - s9y.git/commitdiff
Synch
authorgarvinhicking <garvinhicking>
Mon, 15 Aug 2005 10:47:28 +0000 (10:47 +0000)
committergarvinhicking <garvinhicking>
Mon, 15 Aug 2005 10:47:28 +0000 (10:47 +0000)
docs/NEWS

index 54a3d6f3dd4c84355c8c6fde488d673e523afec3..2ee6d2d8bc7ab833c25548ad162528a3f7c4a350 100644 (file)
--- a/docs/NEWS
+++ b/docs/NEWS
@@ -3,14 +3,6 @@
 Version 0.9 ()
 ------------------------------------------------------------------------
 
-    * Unbundle Serendipity XML-RPC functions from the bundled distribution.
-      You will now need to install the additional plugin "Post via XML-RPC"
-      (serendipity_event_xmlrpc) to make entry posts via this interface.
-      The ongoing security issues with this interface and the little usage
-      of this functionality by the broad public have forced this move.
-      After installing this plugin you can use the same URL and nothing
-      will change for XML-RPC users. (garvinhicking)
-
     * New Plugin API Hook "frontend_calendar" which allows to hook into
       sidebar calendar creation. Needs to be enabled in the calendar
       plugin configuration and needs a patch to the plugin_calendar.tpl
@@ -185,6 +177,27 @@ Version 0.9 ()
       (garvinhicking)
 
 
+Version 0.8.4 ()
+------------------------------------------------------------------------
+
+    * Unbundle Serendipity XML-RPC functions from the bundled distribution.
+      You will now need to install the additional plugin "Post via XML-RPC"
+      (serendipity_event_xmlrpc) to make entry posts via this interface.
+      The ongoing security issues with this interface and the little usage
+      of this functionality by the broad public have forced this move.
+      After installing this plugin you can use the same URL and nothing
+      will change for XML-RPC users. (garvinhicking)
+
+   * Optionally allow using a local PEAR installation. Set 
+     $serendipity['use_PEAR'] = true
+     in your serendipity_config_local.inc.php or serendipity_config.inc.php
+     file. The required packages can be found in the 
+     bundled-libs/.current_version file. (garvinhicking)
+
+   * Append the comment id to the mail that is sent to subscribers of
+     an entry, so that they can jump to the submitted comment immediately.
+     (garvinhicking)
+
 Version 0.8.3 (August 4th, 2004)
 ------------------------------------------------------------------------