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
(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)
------------------------------------------------------------------------