comparison ChangeLog @ 20294:19d83c5f644d

Minor changelog updates
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 29 Sep 2007 16:31:04 +0000
parents b2f4ba9a54de
children cba5d5955d43 15f61e6b15cd
comparison
equal deleted inserted replaced
20293:1b17b6bc3b17 20294:19d83c5f644d
1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul 1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
2 2
3 Version 2.2.1: 3 Version 2.2.1 (09/29/2007):
4 http://developer.pidgin.im/query?status=closed&milestone=2.2.1 4 http://developer.pidgin.im/query?status=closed&milestone=2.2.1
5 NOTE: Due to the backporting that happened for the actual 5 NOTE: Due to the backporting that happened for the actual
6 release, it is possible bugs marked as fixed in 2.2.1 6 release, it is possible bugs marked as fixed in 2.2.1
7 will not be fixed until 2.2.2. 7 will not be fixed until 2.2.2.
8 8
9 libpurple: 9 libpurple:
10 * A few build issues on Solaris were fixed. 10 * A few build issues on Solaris were fixed.
11 * Cancelling the password prompt for an account will no longer leave 11 * Cancelling the password prompt for an account will no longer leave
12 it in an ambiguous state. (It will be disabled.) 12 it in an ambiguous state. (It will be disabled.)
13 * Fixed an erroneous size display for MSN file transfers. (galt) 13 * Fixed an erroneous size display for MSN file transfers. (galt)
14 * Fixed multiple memory leaks, particularly in XMPP and MySpace
15 protocols
16 * Fixed remembering proxy preferences and status scores
14 * Gmail notifications are better tracked 17 * Gmail notifications are better tracked
15 18
16 Pidgin: 19 Pidgin:
17 * Fixed keyboard tab reordering to move tabs one step instead of two. 20 * Fixed keyboard tab reordering to move tabs one step instead of two.
18 * You should no longer lose proxy settings when Pidgin is restarted. 21 * You should no longer lose proxy settings when Pidgin is restarted.
22 * Fixed detection of X11 when compiling
19 23
20 Finch: 24 Finch:
21 * Pressing 'Insert' in the buddylist will bring up the 'Add Buddy' 25 * Pressing 'Insert' in the buddylist will bring up the 'Add Buddy'
22 dialog. 26 dialog.
23 27
26 30
27 Libpurple: 31 Libpurple:
28 * New protocol plugin: MySpaceIM (Jeff Connelly, Google Summer of 32 * New protocol plugin: MySpaceIM (Jeff Connelly, Google Summer of
29 Code) 33 Code)
30 * XMPP enhancements. See 34 * XMPP enhancements. See
31 http://www.adiumx.com/blog/2007/07/soc-xmpp-update.php (Andreas 35 http://www.adiumx.com/blog/2007/07/soc-xmpp-update.php (Andreas
32 Monitzer, Google Summer of Code for Adium) 36 Monitzer, Google Summer of Code for Adium)
33 * Certificate management. Libpurple will validate certificates on 37 * Certificate management. Libpurple will validate certificates on
34 SSL-encrypted protocols (William Ehlhardt, Google Summer of Code) 38 SSL-encrypted protocols (William Ehlhardt, Google Summer of Code)
35 * Some adjustments were made to fix sending messages when using 39 * Some adjustments were made to fix sending messages when using
36 the MSN HTTP method. (Laszlo Pandy) 40 the MSN HTTP method. (Laszlo Pandy)