comparison ChangeLog @ 21203:3a63d0d2a5fe

Move the PURPLE_DISABLE_DEPRECATED entry to 2.3.0 and document the new plugin unload handling.
author Richard Laager <rlaager@wiktel.com>
date Sun, 07 Oct 2007 16:19:58 +0000
parents 34de8ef19294
children 059d6deebee7
comparison
equal deleted inserted replaced
21202:e34e56eeb2da 21203:3a63d0d2a5fe
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
3 version 2.3.0:
4 http://developer.pidgin.im/query?status=closed&milestone=2.3.0
5
6 libpurple:
7 * We now honor a PURPLE_DISABLE_DEPRECATED define to allow plugins to
8 catch deprecated functions earlier rather than later.
9
10 Pidgin:
11 * If a plugin says it can't be unloaded, we now display an error and
12 remove the plugin from the list of saved plugins so it won't load
13 at the next startup. Previously, we were ignoring this case, which
14 could lead to crashes.
15
16 Finch:
17 * If a plugin says it can't be unloaded, we now display an error and
18 remove the plugin from the list of saved plugins so it won't load
19 at the next startup. Previously, we were ignoring this case, which
20 could lead to crashes.
2 21
3 version 2.2.2: 22 version 2.2.2:
4 http://developer.pidgin.im/query?status=closed&milestone=2.2.2 23 http://developer.pidgin.im/query?status=closed&milestone=2.2.2
5 NOTE: Due to 2.2.1 being a security fix release, some bugs 24 NOTE: Due to 2.2.1 being a security fix release, some bugs
6 marked fixed in 2.2.1 may not have been fixed until 25 marked fixed in 2.2.1 may not have been fixed until
7 this release (2.2.2). 26 this release (2.2.2).
8 27
9 libpurple: 28 libpurple:
10 * Real usernames are now shown in the system log. 29 * Real usernames are now shown in the system log.
11 * We now honor a PURPLE_DISABLE_DEPRECATED define to allow plugins to
12 catch deprecated functions earlier rather than later.
13 30
14 Pidgin: 31 Pidgin:
15 * If you alias a buddy to an alias that is already present within 32 * If you alias a buddy to an alias that is already present within
16 a particular group, we now offer to merge the buddies into the 33 a particular group, we now offer to merge the buddies into the
17 same contact. 34 same contact.