]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Merge branch '0.7.x' into 0.8.x
authorEvan Prodromou <evan@controlyourself.ca>
Fri, 6 Feb 2009 20:38:10 +0000 (15:38 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Fri, 6 Feb 2009 20:38:10 +0000 (15:38 -0500)
1  2 
README

diff --combined README
index 9a2dfb7574774c1aeee020e5a104ffc043b74d4c,989fcb7f0ac9913a8822fae65c601d267451d697..2c9ae84d93134dd5ba3155cb14dc1d353b84f788
--- 1/README
--- 2/README
+++ b/README
@@@ -2,8 -2,8 +2,8 @@@
  README
  ------
  
- Laconica 0.7.0 ("Rockville")
30 January 2009
+ Laconica 0.7.1 ("West of the Fields")
6 February 2009
  
  This is the README file for Laconica, the Open Source microblogging
  platform. It includes installation instructions, descriptions of
@@@ -71,8 -71,27 +71,27 @@@ for additional terms
  New this version
  ================
  
- This is a major feature release, and includes some bug fixes from the
- previous version (0.6.4, released December 14 2008.)
+ This is a minor bug-fix release since version 0.7.0, released Jan 29
+ 2009. Notable changes this version:
+ - Vast improvement in auto-linking to URLs.
+ - Link to group search from user's group page
+ - Improved interface in Facebook application
+ - Fix bad redirects in delete notice
+ - Updated PostgreSQL database creation script
+ - Show filesize in avatar/logo upload
+ - Vastly improved avatar/logo upload
+ - Allow re-authentication with OpenID
+ - Correctly link hashtabs inside parens and brackets
+ - Group and avatar image transparency works
+ - Better handling of commands through the Web and Ajax channels
+ - Fix links for profile page feeds
+ - Fixed destroy method in API
+ - Fix endpoint of Connect menu when XMPP disabled
+ - Show number of group members
+ - Enable configuration files in /etc/laconica/
+ Changes in version 0.7.0:
  
  - Support for groups. Users can join groups and send themed notices
    to those groups. All other members of the group receive the notices.
@@@ -182,10 -201,6 +201,10 @@@ and the URLs are listed here for your c
    version may render your Laconica site unable to send or receive XMPP
    messages.
  - Facebook library. Used for the Facebook application.
 +- PEAR Services_oEmbed. Used for some multimedia integration.
 +- PEAR HTTP_Request is an oEmbed dependency.
 +- PEAR Validat is an oEmbed dependency.e
 +- PEAR Net_URL is an oEmbed dependency.2
  
  A design goal of Laconica is that the basic Web functionality should
  work on even the most restrictive commercial hosting services.
@@@ -203,9 -218,9 +222,9 @@@ especially if you've previously install
  1. Unpack the tarball you downloaded on your Web server. Usually a
     command like this will work:
  
-          tar zxf laconica-0.7.0.tar.gz
+          tar zxf laconica-0.7.1.tar.gz
  
-    ...which will make a laconica-0.7.0 subdirectory in your current
+    ...which will make a laconica-0.7.1 subdirectory in your current
     directory. (If you don't have shell access on your Web server, you
     may have to unpack the tarball on your local computer and FTP the
     files to the server.)
  2. Move the tarball to a directory of your choosing in your Web root
     directory. Usually something like this will work:
  
-          mv laconica-0.7.0 /var/www/mublog
+          mv laconica-0.7.1 /var/www/mublog
  
     This will make your Laconica instance available in the mublog path of
     your server, like "http://example.net/mublog". "microblog" or
@@@ -657,7 -672,7 +676,7 @@@ Upgradin
  If you've been using Laconica 0.6, 0.5 or lower, or if you've been
  tracking the "git" version of the software, you will probably want
  to upgrade and keep your existing data. There is no automated upgrade
- procedure in Laconica 0.7.0. Try these step-by-step instructions; read
+ procedure in Laconica 0.7.1. Try these step-by-step instructions; read
  to the end first before trying them.
  
  0. Download Laconica and set up all the prerequisites as if you were
@@@ -1074,7 -1089,7 +1093,7 @@@ repository (see below), and you get a c
  T_STRING") in the browser, check to see that you don't have any
  conflicts in your code.
  
- If you upgraded to Laconica 0.7.0 without reading the "Notice inboxes"
+ If you upgraded to Laconica 0.7.1 without reading the "Notice inboxes"
  section above, and all your users' 'Personal' tabs are empty, read the
  "Notice inboxes" section above.
  
@@@ -1159,6 -1174,7 +1178,7 @@@ if anyone's been overlooked in error
  * Meitar Moscovitz
  * Ken Sheppardson (Trac server, man-about-town)
  * Tiago 'gouki' Faria (i18n managerx)
+ * Sean Murphy
  
  Thanks also to the developers of our upstream library code and to the
  thousands of people who have tried out Identi.ca, installed Laconi.ca,