From a70b7d7e362faf2b49857499c91ef95d141caebd Mon Sep 17 00:00:00 2001 From: dequis Date: Sun, 15 Mar 2015 05:56:17 -0300 Subject: Prepare for 3.4 release --- doc/CHANGES | 47 ++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 44 insertions(+), 3 deletions(-) (limited to 'doc/CHANGES') diff --git a/doc/CHANGES b/doc/CHANGES index d09ac6b5..4857ac6c 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,7 +1,48 @@ This ChangeLog mostly lists changes relevant to users. A full log can be -found in the bzr commit logs, for example you can try: - -http://bugs.bitlbee.org/bitlbee/timeline?daysback=90&changeset=on +found in the git commit logs, for example you can try: + +https://github.com/bitlbee/bitlbee/commits/master + +Version 3.4: +- Main repository migrated from bzr to git +- Some API/ABI changes. Recompiling third party plugins is required! +- Important bugfixes: + * Fix memory leak when calling word_wrap() on groupchat messages (dx) + * Fix segfault after a file transfer is complete (dx) + * Fix bug where NSS would refuse to work in forkdaemon mode (dx) + * Fix several bugs with UTF8 nicks (dx) + * Fix some nasty deadlocks that appared mostly with libpurple (dx) +- General changes: + * Add a 'pattern' parameter to the blist command, to filter it (tribut) + * Implemented /kick support, only supported by purple for now (jgeboski) + * Add a "special" state to show_users (mapped to the % prefix) (jgeboski) + * Improved support for cygwin, openbsd and darwin (jcopenha) + * Create temporary users instead of showing "Message from unknown + participant" (jgeboski) +- purple: + * Local contact lists for gadugadu and whatsapp (dx) + * Add topic and name_hint to groupchats (seirl) + * Support for 'input' requests (such as telegram auth codes) (seirl) + Note that telegram-purple itself is rather unstable ATM, it may crash. +- jabber: + * Handle compressed DNS responses in SRV lookup (jcopenha) + * Fix case sensitivity issues with JIDs (GRMrGecko, dx) + * Implement XEP-0203 style message timestamps (dx) + * Fix "Server claims your JID is X instead of Y" warnings (dx) + * Account-wide display_name setting, mostly for hipchat (dx) +- twitter: + * Filter channels. Search by keyword/hashtag or a list of users (jgeboski) + * Fix bug in "reply" command which removed the first quote character (dx) + * Add "rawreply" command, like reply but bitlbee won't add @mention (WillP) + * Add support for The United States of America (favorite/fav aliases) (dx) + * Default show_old_mentions to 0 (dx) + * Start stream from last tweet on connect/reconnect (roger) +- msn: + * Disabled module by default. The protocol we used (MSNP18) stopped working + last week. This is being worked on, but it's far from ready for release. +- And lots of small bugfixes, too many to list here. + +Finished ... 20XX Version 3.2.2: - The OTR plugin now uses libotr 4.0 (AKA libotr5 in debian based distros) -- cgit v1.2.3 From 61d21e5b7a3d309038d5b3210ab261858e7334e3 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Wed, 25 Mar 2015 22:46:06 +0000 Subject: Minor fixes before 3.4 release. Added date to doc/CHANGES and fixed "make tar". --- doc/CHANGES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/CHANGES') diff --git a/doc/CHANGES b/doc/CHANGES index 4857ac6c..1c261fb4 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -4,6 +4,8 @@ found in the git commit logs, for example you can try: https://github.com/bitlbee/bitlbee/commits/master Version 3.4: +- First release pretty much fully prepared by dx instead of Wilmer. Just look + at the tightly structured changelog! - Main repository migrated from bzr to git - Some API/ABI changes. Recompiling third party plugins is required! - Important bugfixes: @@ -42,7 +44,7 @@ Version 3.4: last week. This is being worked on, but it's far from ready for release. - And lots of small bugfixes, too many to list here. -Finished ... 20XX +Finished 25 Mar 2015 Version 3.2.2: - The OTR plugin now uses libotr 4.0 (AKA libotr5 in debian based distros) -- cgit v1.2.3