From 00d6760b5bd611ea70ecacc190a475f5676a02b6 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 11 Feb 2012 00:14:09 +0000 Subject: Changelog update for 3.0.5. No clue yet when to release it, but we're probably getting close. --- doc/CHANGES | 23 +++++++++++++++++++++++ doc/user-guide/misc.xml | 20 ++++++++++++++++++++ 2 files changed, 43 insertions(+) (limited to 'doc') diff --git a/doc/CHANGES b/doc/CHANGES index 58ea5492..60831ff6 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -3,6 +3,29 @@ found in the bzr commit logs, for example you can try: http://bugs.bitlbee.org/bitlbee/timeline?daysback=90&changeset=on +Version 3.0.5: +- SSL certificate verification (edit your bitlbee.conf to enable it). + Works only with GnuTLS! +- OAuth2 support in Jabber module (works with Google Talk, Facebook and + MSN Messenger). +- Support for ad-hoc Jabber groupchats. Just create a channel and start + inviting people, similar to how this works on other IM networks. Works + fine with GTalk, depends on a conference server being set up on other + networks. +- Allow old-style Jabber login (non-SASL), this solves problems with some + old/buggy Jabber servers. (acc jabber set sasl off) +- Use HTTPS for OAuth1 authentication traffic. +- Awareness of Twitter's t.co URL lengt^Wshortening when checking message + length. +- Fixed identi.ca OAuth support. OAuth will now always be used for both + Twitter and identi.ca accounts. +- Fix nick_format=%full_name with libpurple. +- Instead of "protocol(handle)", use the account tags introduced in 3.0 + when root wants to refer to an account (in log messages, queries, etc.) +- Many small bugfixes, improvements, etc. + +Finished ? + Version 3.0.4: - Merged Skype support. This used to be a separate plugin, and it still is, but by including it with BitlBee by default it will be easier to keep it diff --git a/doc/user-guide/misc.xml b/doc/user-guide/misc.xml index e081fc74..1101ee49 100644 --- a/doc/user-guide/misc.xml +++ b/doc/user-guide/misc.xml @@ -365,4 +365,24 @@ of account list). + +New stuff in BitlBee 3.0.5 + + +OAuth2 support in Jabber module (see help set oauth). +For better password security when using Google Talk, Facebook XMPP, or for +using MSN Messenger via XMPP. Especially recommended on public servers. + + + +Starting quick groupchats on Jabber is easier now (using the chat +with command, or /join + /invite). + + + +SSL certificate verification. Works only with GnuTLS, and needs to be enabled +by updating your bitlbee.conf. + + + -- cgit v1.2.3