X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=README;h=5731ab3433283aa38ef49f375e3fde4fd712ab0c;hb=516161213fd8ebc42332042541e6812466521fe6;hp=6872634b88835f89ff599de749ca075601c24d23;hpb=c09487f272e247d7c6fd8cd3d785454d2385fe3d;p=quix0rs-gnu-social.git diff --git a/README b/README index 6872634b88..5731ab3433 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ README ------ StatusNet 0.9.6 "Man on the Moon" -25 October 2010 - RELEASE CANDIDATE +29 October 2010 This is the README file for StatusNet, the Open Source microblogging platform. It includes installation instructions, descriptions of @@ -122,6 +122,16 @@ Notable changes this version: - Header metadata on notice pages to aid in manual reposting on Facebook - Lots of little fixes... +Changes from 0.9.6 release candidate 1: +- fix for broken group pages when logged out +- fix for stuck ping queue entries when bad profile +- fix for bogus single-user nickname config entry error +- i18n updates +- nofollow updates +- SSL-only mode secure cookie fix +- experimental ApiLogger plugin for usage data gathering +- experimental follow-everyone plugin + A full changelog is available at http://status.net/wiki/StatusNet_0.9.6. Prerequisites @@ -1530,6 +1540,18 @@ external: external links in notices. One of three values: 'sometimes', nofollowed on profile, notice, and favorites page. Default is 'sometimes'. +router +------ + +We use a router class for mapping URLs to code. This section controls +how that router works. + +cache: whether to cache the router in memcache (or another caching + mechanism). Defaults to true, but may be set to false for + developers (who might be actively adding pages, so won't want the + router cached) or others who see strange behavior. You're unlikely + to need this unless you're a developer. + Plugins =======