]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - README
allow doc and api calls from private
[quix0rs-gnu-social.git] / README
diff --git a/README b/README
index 7ce3b9457fb83461d3b4b125742046786ec3abe2..228d0b1d08bd36cdaec559ac97d62732eb8daf7d 100644 (file)
--- a/README
+++ b/README
@@ -2,8 +2,8 @@
 README
 ------
 
-Laconica 0.6.3
-23 November 2008
+Laconica 0.6.3 ("Gardening at Night")
+24 November 2008
 
 This is the README file for Laconica, the Open Source microblogging
 platform. It includes installation instructions, descriptions of
@@ -99,9 +99,8 @@ This is a minor feature and security improvement version from version
 - Use cached favorites info to avoid excess DB hits for faves.
 - Optionally use Sphinx Search for notice search.
 - Optionally use Sphinx Search for people search.
-
-Because of the CSRF fixes in particular, this upgrade is recommended
-for all Laconica sites.
+- FOAF URL link on profile page.
+- HTML correction for repeated @id attributes in favorites forms.
 
 Prerequisites
 =============
@@ -127,6 +126,7 @@ Your PHP installation must include the following PHP extensions:
 - MySQL. For accessing the database.
 - GD. For scaling down avatar images.
 - mbstring. For handling Unicode (UTF-8) encoded strings.
+- gettext. For multiple languages. Default on many PHP installs.
 
 For some functionality, you will also need the following extensions: