# HG changeset patch # User Stu Tomlinson # Date 1219110686 0 # Node ID 587c55f92a6f39741b078e414484fcd3b5ce1a61 # Parent 66f47fc2d2e974eb71279b5bbe20260b9f0ddada Update the dates diff -r 66f47fc2d2e9 -r 587c55f92a6f ChangeLog --- a/ChangeLog Tue Aug 19 00:27:18 2008 +0000 +++ b/ChangeLog Tue Aug 19 01:51:26 2008 +0000 @@ -1,6 +1,6 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul -version 2.5.0 (08/17/2008): +version 2.5.0 (08/18/2008): libpurple: * Ability to create custom smileys (currently only the MSN protocol utilizes the feature). (Thanks to Mauro Sérgio Ferreira Brasil, @@ -82,6 +82,7 @@ * Various memory leak fixes version 2.4.2 (05/17/2008): + http://developer.pidgin.im/query?status=closed&milestone=2.4.2 libpurple: * In MySpaceIM, messages from spambots are discarded (Justin Williams) * Strip mIRC formatting codes from quit and part messages. diff -r 66f47fc2d2e9 -r 587c55f92a6f ChangeLog.API --- a/ChangeLog.API Tue Aug 19 00:27:18 2008 +0000 +++ b/ChangeLog.API Tue Aug 19 01:51:26 2008 +0000 @@ -1,6 +1,6 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul -version 2.5.0 (08/17/2008): +version 2.5.0 (08/18/2008): libpurple: Added: * Connection flag PURPLE_CONNECTION_ALLOW_CUSTOM_SMILEY to indicate diff -r 66f47fc2d2e9 -r 587c55f92a6f ChangeLog.win32 --- a/ChangeLog.win32 Tue Aug 19 00:27:18 2008 +0000 +++ b/ChangeLog.win32 Tue Aug 19 01:51:26 2008 +0000 @@ -1,4 +1,4 @@ -version 2.5.0 (08/17/2008): +version 2.5.0 (08/18/2008): * Don't install the GSSAPI SASL plugin on NT4 to avoid an error popup. * Use the Kerberos for Windows libraries installed on the system (if present) instead of including enough to load the plugin (Kfw still