comparison ChangeLog @ 20722:fb74c6f7eb6b

Sync the ChangeLog up from 2.2.1.
author Kevin Stange <kevin@simguy.net>
date Sat, 29 Sep 2007 23:07:49 +0000
parents 59043d445d1b
children e73e0060a4dd
comparison
equal deleted inserted replaced
20718:803f0ee0c231 20722:fb74c6f7eb6b
28 resumes, the history will be retained. A preference has been added 28 resumes, the history will be retained. A preference has been added
29 to toggle this behavior. 29 to toggle this behavior.
30 * The "Smiley" menu has been moved to the top-level of the toolbar. 30 * The "Smiley" menu has been moved to the top-level of the toolbar.
31 * Pidgin's display is now saved with the command line for session 31 * Pidgin's display is now saved with the command line for session
32 restoration. (David Mohr) 32 restoration. (David Mohr)
33 * ICQ Birthday notifications are shown as buddy list emblems 33 * ICQ Birthday notifications are shown as buddy list emblems.
34 34
35 Version 2.2.1: 35 Version 2.2.1 (09/29/2007):
36 http://developer.pidgin.im/query?status=closed&milestone=2.2.1 36 http://developer.pidgin.im/query?status=closed&milestone=2.2.1
37 NOTE: Due to the backporting that happened for the actual 37 NOTE: Due to the backporting that happened for the actual
38 release, it is possible bugs marked as fixed in 2.2.1 38 release, it is possible bugs marked as fixed in 2.2.1
39 will not be fixed until 2.2.2. 39 will not be fixed until 2.2.2.
40 40
41 libpurple: 41 libpurple:
42 * A few build issues on Solaris were fixed. 42 * A few build issues on Solaris were fixed.
43 * Cancelling the password prompt for an account will no longer leave 43 * Cancelling the password prompt for an account will no longer leave
44 it in an ambiguous state. (It will be disabled.) 44 it in an ambiguous state. (It will be disabled.)
45 * Fixed an erroneous size display for MSN file transfers. (galt) 45 * Fixed an erroneous size display for MSN file transfers. (galt)
46 * Fixed multiple memory leaks, particularly in XMPP and MySpace
47 protocols
48 * Fixed remembering proxy preferences and status scores
46 * Gmail notifications are better tracked 49 * Gmail notifications are better tracked
47 50
48 Pidgin: 51 Pidgin:
49 * Fixed keyboard tab reordering to move tabs one step instead of two. 52 * Fixed keyboard tab reordering to move tabs one step instead of two.
50 * You should no longer lose proxy settings when Pidgin is restarted. 53 * You should no longer lose proxy settings when Pidgin is restarted.
54 * Fixed detection of X11 when compiling
51 55
52 Finch: 56 Finch:
53 * Pressing 'Insert' in the buddylist will bring up the 'Add Buddy' 57 * Pressing 'Insert' in the buddylist will bring up the 'Add Buddy'
54 dialog. 58 dialog.
55 59
58 62
59 Libpurple: 63 Libpurple:
60 * New protocol plugin: MySpaceIM (Jeff Connelly, Google Summer of 64 * New protocol plugin: MySpaceIM (Jeff Connelly, Google Summer of
61 Code) 65 Code)
62 * XMPP enhancements. See 66 * XMPP enhancements. See
63 http://www.adiumx.com/blog/2007/07/soc-xmpp-update.php (Andreas 67 http://www.adiumx.com/blog/2007/07/soc-xmpp-update.php (Andreas
64 Monitzer, Google Summer of Code for Adium) 68 Monitzer, Google Summer of Code for Adium)
65 * Certificate management. Libpurple will validate certificates on 69 * Certificate management. Libpurple will validate certificates on
66 SSL-encrypted protocols (William Ehlhardt, Google Summer of Code) 70 SSL-encrypted protocols (William Ehlhardt, Google Summer of Code)
67 * Some adjustments were made to fix sending messages when using 71 * Some adjustments were made to fix sending messages when using
68 the MSN HTTP method. (Laszlo Pandy) 72 the MSN HTTP method. (Laszlo Pandy)