X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=README;h=a0758e5ee0c0dafdd419f1d18acf8af1d9dd8783;hb=11cb85820d81adb0e663b5fe8432e0deb1f0a3cc;hp=7ce3b9457fb83461d3b4b125742046786ec3abe2;hpb=a7e44d7ae3de23239044b2aa267dcd24b41e6af3;p=quix0rs-gnu-social.git diff --git a/README b/README index 7ce3b9457f..a0758e5ee0 100644 --- a/README +++ b/README @@ -2,8 +2,8 @@ README ------ -Laconica 0.6.3 -23 November 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 @@ -72,36 +72,55 @@ New this version ================ This is a minor feature and security improvement version from version -0.6.2 (release 13 Nov 2008). Notable features of version 0.6.3 include: - -- 'nudge' functionality to tell a user that they're missed. -- Links to related RSS/Atom feeds on all pages. -- Favor/disfavor icons changed to images. -- Better checks to prevent remote subscribing to a local user, causing - "ghost profiles" (dupes in people search or subscriptions lists). -- Twitter friend sync. Users who set up their Twitter accounts will - be automatically connected to other local users who have Twitter - accounts and who they're subscribed to on Twitter. -- List view of subscriptions/subscribers. -- Subscribe/unsubscribe button on subscriptions/subscribers list. -- Optionally hide certain users from the public stream. -- Give public area a few more tabs. -- Add Featured users tab to public area. -- Add Most favorited notices tab to public area. -- Users can give themselves tags. -- Users can tag their subscribers or subscriptions. -- Users can send @-replies to tagged subsets of their contact list - using @#tag. -- Subscribe/unsubscribe with Ajax form. -- Post notice with Ajax form. -- Script to optionally add notice inboxes for only some users. -- Incremental caching of notice streams using memcached. -- 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. +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