# HG changeset patch # User Daniel Atallah # Date 1218811596 0 # Node ID 2d55ac8c46315ba59a5a49efd1487eac0bb74498 # Parent b3a99e4a0a6b5f7c46ac08135e035fac25ce4b0e Start the release wheel rolling\! diff -r b3a99e4a0a6b -r 2d55ac8c4631 ChangeLog --- a/ChangeLog Fri Aug 15 04:39:39 2008 +0000 +++ b/ChangeLog Fri Aug 15 14:46:36 2008 +0000 @@ -1,6 +1,6 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul -version 2.5.0 (??/??/2008): +version 2.5.0 (08/15/2008): libpurple: * Ability to create custom smileys (currently only the MSN protocol utilizes the feature). (Thanks to Mauro Sérgio Ferreira Brasil, diff -r b3a99e4a0a6b -r 2d55ac8c4631 ChangeLog.API --- a/ChangeLog.API Fri Aug 15 04:39:39 2008 +0000 +++ b/ChangeLog.API Fri Aug 15 14:46:36 2008 +0000 @@ -1,6 +1,6 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul -version 2.5.0 (??/??/2008): +version 2.5.0 (08/15/2008): libpurple: Added: * Connection flag PURPLE_CONNECTION_ALLOW_CUSTOM_SMILEY to indicate diff -r b3a99e4a0a6b -r 2d55ac8c4631 ChangeLog.win32 --- a/ChangeLog.win32 Fri Aug 15 04:39:39 2008 +0000 +++ b/ChangeLog.win32 Fri Aug 15 14:46:36 2008 +0000 @@ -1,5 +1,8 @@ -version 2.5.0 (??/??/2008): +version 2.5.0 (08/15/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 + needed to be installed for it to actually work before this change). * Upgrade to Perl 5.10 (System Perl runtime must be upgraded for Perl plugins to continue to work). * Upgrade SILC to use the 1.1.7 toolkit diff -r b3a99e4a0a6b -r 2d55ac8c4631 NEWS --- a/NEWS Fri Aug 15 04:39:39 2008 +0000 +++ b/NEWS Fri Aug 15 14:46:36 2008 +0000 @@ -1,5 +1,11 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul +2.5.0 (08/15/2008): + Daniel: Lots of good stuff in this release. Lots of people have worked + very hard on the updated MSN protocol, and it's finally time to bring + it to the world! There are myriad bugfixes, including some important + ones so you should be sure to update. + 2.4.3 (07/01/2008): Richard: This release includes important bug fixes. I'm just cutting the release. Thank you to the real heroes who did the fixing! diff -r b3a99e4a0a6b -r 2d55ac8c4631 configure.ac --- a/configure.ac Fri Aug 15 04:39:39 2008 +0000 +++ b/configure.ac Fri Aug 15 14:46:36 2008 +0000 @@ -47,7 +47,7 @@ m4_define([purple_major_version], [2]) m4_define([purple_minor_version], [5]) m4_define([purple_micro_version], [0]) -m4_define([purple_version_suffix], [devel]) +m4_define([purple_version_suffix], []) m4_define([purple_version], [purple_major_version.purple_minor_version.purple_micro_version]) m4_define([purple_display_version], purple_version[]m4_ifdef([purple_version_suffix],[purple_version_suffix])) @@ -56,7 +56,7 @@ m4_define([gnt_major_version], [2]) m4_define([gnt_minor_version], [5]) m4_define([gnt_micro_version], [0]) -m4_define([gnt_version_suffix], [devel]) +m4_define([gnt_version_suffix], []) m4_define([gnt_version], [gnt_major_version.gnt_minor_version.gnt_micro_version]) m4_define([gnt_display_version], gnt_version[]m4_ifdef([gnt_version_suffix],[gnt_version_suffix])) diff -r b3a99e4a0a6b -r 2d55ac8c4631 po/ChangeLog --- a/po/ChangeLog Fri Aug 15 04:39:39 2008 +0000 +++ b/po/ChangeLog Fri Aug 15 14:46:36 2008 +0000 @@ -1,5 +1,13 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul +version 2.5.0 + * Dutch translation updated (Daniël Heres, Hylke Bons) + * Finnish translation updated (Timo Jyrinki) + * French translation updated (Éric Boumaour) + * German translation updated (Jochen Kemnade, Björn Voigt) + * Hungarian translation updated (Gabor Kelemen) + * Lithuanian translation updated (Laurynas Biveinis) + version 2.4.2 * Afrikaans translation updated (Samuel Murray) * Belarusian Latin translation updated (Ihar Hrachyshka)