Mon, 12 Mar 2012 08:56:12 +0000
I'm really going to try to release Tuesday night. I'm going to try to
confirm that we still build on windows... but if anyone else wants to
test it, that would be good, too
| ChangeLog | file | annotate | diff | comparison | revisions | |
| ChangeLog.API | file | annotate | diff | comparison | revisions | |
| configure.ac | file | annotate | diff | comparison | revisions | |
| po/ChangeLog | file | annotate | diff | comparison | revisions |
--- a/ChangeLog Sat Mar 10 05:25:00 2012 +0000 +++ b/ChangeLog Mon Mar 12 08:56:12 2012 +0000 @@ -1,6 +1,6 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul -version 2.10.2 (02/22/2012): +version 2.10.2 (03/14/2012): General: * Fix compilation when using binutils 2.22 and new GDK pixbuf. (#14799) * Fix compilation of the MXit protocol plugin with GLib 2.31. (#14773)
--- a/ChangeLog.API Sat Mar 10 05:25:00 2012 +0000 +++ b/ChangeLog.API Mon Mar 12 08:56:12 2012 +0000 @@ -1,5 +1,8 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul +version 2.10.2: + * No changes + version 2.10.1: * No changes
--- a/configure.ac Sat Mar 10 05:25:00 2012 +0000 +++ b/configure.ac Mon Mar 12 08:56:12 2012 +0000 @@ -46,7 +46,7 @@ m4_define([purple_lt_current], [10]) m4_define([purple_major_version], [2]) m4_define([purple_minor_version], [10]) -m4_define([purple_micro_version], [1]) +m4_define([purple_micro_version], [2]) m4_define([purple_version_suffix], []) m4_define([purple_version], [purple_major_version.purple_minor_version.purple_micro_version])