comparison ChangeLog @ 26769:6bc0e4e76207

merge of '9df36977fc8f70d1b3124d32a54eb123df50aa0f' and 'f92d95c83baba97463f923077688ba2eb144763b'
author Peter Hjalmarsson <xake@rymdraket.net>
date Fri, 01 May 2009 21:36:29 +0000
parents 836a36564ff5
children 867e231bffbc
comparison
equal deleted inserted replaced
26188:15911f71e37f 26769:6bc0e4e76207
2 2
3 version 2.6.0 (??/??/2009): 3 version 2.6.0 (??/??/2009):
4 General: 4 General:
5 * Theme support in libpurple thanks to Justin Rodriguez's summer of code 5 * Theme support in libpurple thanks to Justin Rodriguez's summer of code
6 project. With some minor additions and clean ups from Paul Aurich. 6 project. With some minor additions and clean ups from Paul Aurich.
7 * Voice & Video framework in libpurple, thanks to Mike Ruprecht's summer
8 of code project in 2008.
9 * It should no longer be possible to end up with duplicates of buddies
10 in a group on the buddy list.
11 * Removed the unmaintained and unneeded toc protocol plugin.
12 * Fixed NTLM authentication on big-endian systems.
13
14 libpurple:
15 * Various memory cleanups when unloading libpurple. (Nick Hebner)
16 * Report idle time 'From last message sent' should work properly.
7 17
8 XMPP: 18 XMPP:
9 * Add support for in-band bytestreams (XEP-0047). 19 * Add voice & video support with Jingle (XEP-0166, 0167, 0176, & 0177),
10 * Add support for attention (XEP-0224). 20 and voice support with GTalk and GMail. (Mike "Maiku" Ruprecht)
21 * Add support for in-band bytestreams for file transfers (XEP-0047).
22 * Add support for sending and receiving attentions (equivalent to "buzz"
23 and "nudge") using the command /buzz. (XEP-0224)
24 * Support for connecting using BOSH. (Tobias Markmann)
25 * A buddy's local time is displayed in the Get Info dialog if the remote
26 client supports it.
27 * The set_chat_topic function can unset the chat topic.
28 * Fix crash on connection with recent gstreamer0.10-plugins-bad.
29 * Don't create a new conversation window for incoming messages of
30 type 'headline'.
31 * The Ad-Hoc commands associated with our server are now always shown at
32 login.
33 * Support showing and reporting idle times in the buddy list. (XEP-0256)
34 * Support most recent version of User Avatar. (XEP-0084 v1.1)
35 * Updated Entity Capabilities support. (Tobias Markmann)
36
37 IRC:
38 * Correctly handle WHOIS for users who are joined to a large number of
39 channels.
40 * Notify the user if a /nick command fails, rather than trying
41 fallback nicks.
42
43 MSN:
44 * Fix a race condition in the SOAP code that caused mysterious crashes.
45 (Thanks to Florian Quèze for noticing the cause)
46 * Fix a regression in 2.5.5 that caused numerous "Friendly name changes
47 too rapidly" pop-ups at login.
48
49 Yahoo:
50 * P2P file transfers. (Sulabh Mahajan)
51 * MSN Interoperability by adding MSN buddies as 'msn/user@example.com'.
52 (Sulabh Mahajan)
53 * Sending text messages (address to +<countrycode><phone number>).
54 (Sulabh Mahajan)
11 55
12 Pidgin: 56 Pidgin:
13 * Added -f command line option to tell Pidgin to ignore NetworkManager 57 * Added -f command line option to tell Pidgin to ignore NetworkManager
14 and assume it has a valid network connection. 58 and assume it has a valid network connection.
15 * Allow plugins to specify custom link types to the GtkIMHtml widget. 59 * Allow plugins to specify custom link types to the GtkIMHtml widget.
18 * Pressing the Enter key in the message entry box of the New Status 62 * Pressing the Enter key in the message entry box of the New Status
19 dialog and various other dialogs now causes the cursor to move to 63 dialog and various other dialogs now causes the cursor to move to
20 the next line. 64 the next line.
21 * Created a unified Buddy Pounce notification window for all pounces 65 * Created a unified Buddy Pounce notification window for all pounces
22 where "Pop up a notification" is selected, which avoids having a 66 where "Pop up a notification" is selected, which avoids having a
23 new dialog box every time a pounce is triggered. (Jorge Villaseñor) 67 new dialog box every time a pounce is triggered. (Jorge Villaseñor)
68 * The New Account dialog is now broken into three tabs. Proxy
69 configuration has been moved from the Advanced tab to the new tab.
70 * Dragging a buddy onto a chat pops up a chat-invitation dialog.
71 (Carlos Bederian)
72 * The nicks of the persons who leave the chatroom are italicized in the
73 chat's conversation history. The nicks are un-italicized when they
74 rejoin.
75
76 Finch:
77 * The hardware cursor is updated correctly. This will be useful
78 especially for users of braille terminals, screen readers etc.
79 * Added a TinyURL plugin, which aids copying longer URLs.
24 80
25 version 2.5.5 (03/01/2009): 81 version 2.5.5 (03/01/2009):
26 libpurple: 82 libpurple:
27 * Fix a crash when removing an account with an unknown protocol id. 83 * Fix a crash when removing an account with an unknown protocol id.
28 * Beta support for SSL connections for AIM and ICQ accounts. To 84 * Beta support for SSL connections for AIM and ICQ accounts. To