pidgin/old.pidgin.im

Changes for 2.10.3

2012-03-26, Mark Doliner
8e0cf855c773
Parents c052cdb814ee
Children f96432589f41
Changes for 2.10.3
--- a/htdocs/ChangeLog Tue Mar 20 08:52:40 2012 +0000
+++ b/htdocs/ChangeLog Mon Mar 26 05:38:30 2012 +0000
@@ -1,5 +1,8 @@
Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
+version 2.10.3 (03/26/2012):
+ * Fix buddies not going offline.
+
version 2.10.2 (03/14/2012):
General:
* Fix compilation when using binutils 2.22 and new GDK pixbuf. (#14799)
--- a/htdocs/index.php Tue Mar 20 08:52:40 2012 +0000
+++ b/htdocs/index.php Mon Mar 26 05:38:30 2012 +0000
@@ -67,7 +67,7 @@
<p class="more" id="lowblurb">
<!-- Put little news blurbs here! -->
-Pidgin 2.10.2 contains <a href="/news/security/">two security updates</a>. Please upgrade!
+Pidgin 2.10.2 contains <a href="/news/security/">two security updates</a> and 2.10.3 fixes a problem with MSN buddies appearing online when they shouldn't.
</p>
</div>
--- a/inc/version.inc Tue Mar 20 08:52:40 2012 +0000
+++ b/inc/version.inc Mon Mar 26 05:38:30 2012 +0000
@@ -1,10 +1,10 @@
<?php
// Current Pidgin Release
-$pidgin_version = "2.10.2";
+$pidgin_version = "2.10.3";
// Current Windows Pidgin Release
-$pidgin_win32_version = "2.10.2";
+$pidgin_win32_version = "2.10.3";
// Version of Pidgin in the Ubuntu PPA
$pidgin_ubuntu_version = "2.10.1";