X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=README;h=1ef31a8c10eabaecfa447e0adafa1a15692beb6e;hb=4009e4a75dfffa73c727ec18d8dbd27448a4ba13;hp=601bf1a084c9ef8b6fe7d5ecda352eae34e6e6ee;hpb=31d5b61ca7daf72a847aed50eb65b672b52766f5;p=quix0rs-gnu-social.git diff --git a/README b/README index 601bf1a084..1ef31a8c10 100644 --- a/README +++ b/README @@ -2,8 +2,8 @@ README ------ -Laconica 0.6.2 -13 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,41 +72,55 @@ New this version ================ This is a minor feature and security improvement version from version -0.6.1 (release 6 Oct 2008). Notable features of version 0.6.2 include: - -- Notice inboxes have been added. This is a big database change - that will allow a more robust messaging model in the future; for - now, it is an optimization that speeds up some queries. -- Posted URLs are automatically shortened; users can choose their - preferred url shortening service. -- Support SUP protocol - (http://code.google.com/p/simpleupdateprotocol/) for quicker updates - to FriendFeed (http://friendfeed.com/). -- Tag streams now have an RSS feed. -- CSRF protection for posting notices and logging in. This closes - the "Version 0 API" used initially for identi.ca and supported - until September 30, 2008. -- Slightly broadened the layout of default and Identi.ca themes to - accommodate more verbose (non-English!) languages' interfaces. -- Replies made through the Web site will refer to the clicked-on - message. -- enjit queue handler. -- Experimental theme for iphone use. -- Various internationalization scripts and updates. -- Better UTF-8 escaped entity handling in API. -- Better handling of since_id and before_id parameters in API. -- Better heuristics for when to include a closing parenthesis in a link. -- Handle multi-byte-encoded @-replies from XMPP through Twitter bridge. -- Better handling of read-only requests in API, to allow using - replicated mirror servers. -- A lot of common code factored out of default and identi.ca themes; - default theme now much more functional. -- 'Invite-only' mode for closed sites. -- Some undocumented features in Twitter API user/show. -- Favorites flag in API for statuses. - -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