X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=README;h=a0758e5ee0c0dafdd419f1d18acf8af1d9dd8783;hb=1be3efd1b5e2ed50940f492eec4ba365f5881d00;hp=150c49ac5dc99cadfabccc5ba3c7b4275b4921c0;hpb=3a246c17266d562e0510e5a332009dcfda43c1c7;p=quix0rs-gnu-social.git diff --git a/README b/README index 150c49ac5d..a0758e5ee0 100644 --- a/README +++ b/README @@ -2,8 +2,8 @@ README ------ -Laconica 0.6.1 -6 October 2008 +Laconica 0.6.4 ("Catapult") +11 December 2008 This is the README file for Laconica, the Open Source microblogging platform. It includes installation instructions, descriptions of @@ -71,28 +71,56 @@ for additional terms. New this version ================ -This is a minor feature improvement version from version 0.6.0 -(release 22 Sep 2008). Notable features of version 0.6.1 include: - -- Direct messages (DMs) and Favorites (faves) are now available - through the Twitter-like API. -- All of the Twitter commands (see http://ur1.ca/7ru) are available - through SMS, IM, Web and API, although some are not functional (for - features Laconica does not yet support) -- 20 additional languages supported at various levels (some pretty - basic). -- Significant additional caching using memcached for most database - queries. Using memcached can significantly speed up a Laconica - instance with this version. -- All required external libraries are now available in extlib/ - subdirectory. -- Many bug fixes. -- Continued but poorly-documented experimental support for Postgresql. - -NOTE: the database definition file, stoica.ini, has been renamed to -laconica.ini (since this is the recommended database name). If you -have a line in your config.php pointing to the old name, you'll need -to update it. +This is a minor feature and security improvement version from version +0.6.3 (release 24 Nov 2008). Notable features of version 0.6.4 include: + +- "private" installs won't show any data to the outside world; redirect + non-logged-in users to login. (See "Private" below) +- Ability to "block" a subscriber, which forces them to unsubscribe, + doesn't allow them to subscribe again, and doesn't allow them to send + @-replies +- Fine-grained control of subscriptions; users can choose not to receive + notices from other users over SMS, or IM, or both +- support for Mozilla microsummaries + (https://wiki.mozilla.org/Microsummaries) +- more efficient support for blacklisting users from the public page +- instructions on the public page for people who aren't logged in +- better registration instructions +- a check for license compatibility in receiving OMB notices +- HTML output in RSS 1.0, 2.0, and Atom feeds +- tuned and more reliable 'rememberme' cookies for username/password + and OpenID logins +- a utility for setting user passwords +- a "ban" configuration variable to ban certain users from posting + notices +- an configurable posting throttle to keep any one user from flooding + the site with messages. +- fine-tuned url-shortening: only shorten if it's needed, only expand + certain URLs, and handle failure of URL-shortening services reliably +- disable Ajax input for notices, subscribe, nudge, while the + request is processing +- early implementation of support for Last-Modified and ETag-based + caching +- initial microformats support +- redirect on bad nicknames in URLs +- correctly send emails in recipient's, not sender's, language +- correct email content type +- Change "Most Favorited" page to "Popular" +- properly support the "since" parameter in API calls +- Fix for changes in validate_credentials API call for the Twitter + bridge +- Fix for fatal error when sending email confirmation on registration +- Better replies for commands sent through the Ajax channel +- Add a User-Agent string for OMB requests +- Upgrade upstream library XMPPHP +- Upgrade upstream library JQuery Forms +- Code cleanup: checkboxes have proper