Mercurial > pidgin
changeset 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 | e34e56eeb2da |
children | 8a89c2caf9d8 |
files | ChangeLog |
diffstat | 1 files changed, 19 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sun Oct 07 16:07:07 2007 +0000 +++ b/ChangeLog Sun Oct 07 16:19:58 2007 +0000 @@ -1,5 +1,24 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul +version 2.3.0: + http://developer.pidgin.im/query?status=closed&milestone=2.3.0 + + libpurple: + * We now honor a PURPLE_DISABLE_DEPRECATED define to allow plugins to + catch deprecated functions earlier rather than later. + + Pidgin: + * If a plugin says it can't be unloaded, we now display an error and + remove the plugin from the list of saved plugins so it won't load + at the next startup. Previously, we were ignoring this case, which + could lead to crashes. + + Finch: + * If a plugin says it can't be unloaded, we now display an error and + remove the plugin from the list of saved plugins so it won't load + at the next startup. Previously, we were ignoring this case, which + could lead to crashes. + version 2.2.2: http://developer.pidgin.im/query?status=closed&milestone=2.2.2 NOTE: Due to 2.2.1 being a security fix release, some bugs @@ -8,8 +27,6 @@ libpurple: * Real usernames are now shown in the system log. - * We now honor a PURPLE_DISABLE_DEPRECATED define to allow plugins to - catch deprecated functions earlier rather than later. Pidgin: * If you alias a buddy to an alias that is already present within