pidgin/old.pidgin.im

Updates for 2.10.9

2014-02-02, Mark Doliner
cc2853f07148
Parents 86745ee0afbf
Children 9b062523da3c
Updates for 2.10.9
--- a/htdocs/ChangeLog Thu Jan 30 00:45:51 2014 -0500
+++ b/htdocs/ChangeLog Sun Feb 02 20:44:49 2014 -0800
@@ -1,5 +1,10 @@
Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
+version 2.10.9 (2/2/2014):
+ XMPP:
+ * Fix problems logging into some servers including jabber.org and
+ chat.facebook.com. (#15879)
+
version 2.10.8 (1/28/2014):
General:
* Python build scripts and example plugins are now compatible with
@@ -121,7 +126,7 @@
Plugins:
* Fix crash in contact availability plugin.
* Fix perl function Purple::Network::ip_atoi
- * Add Unity integration plugin.
+ * Add Ubuntu Unity UI integration plugin.
version 2.10.7 (02/13/2013):
Alien hatchery:
--- a/htdocs/index.php Thu Jan 30 00:45:51 2014 -0500
+++ b/htdocs/index.php Sun Feb 02 20:44:49 2014 -0800
@@ -115,7 +115,7 @@
<p class="more" id="lowblurb">
<!-- Put little news blurbs here! -->
-Pidgin 2.10.8 contains <a href="/news/security/">important security updates</a> for all users. It also fixes the untrusted SSL certificates for AIM. Please upgrade!
+Pidgin 2.10.8 contains <a href="/news/security/">important security updates</a> and fixes an untrusted AIM SSL certificate. Pidgin 2.10.9 fixes logins to some XMPP servers. Please upgrade!
</p>
</div>
--- a/inc/version.inc Thu Jan 30 00:45:51 2014 -0500
+++ b/inc/version.inc Sun Feb 02 20:44:49 2014 -0800
@@ -1,10 +1,10 @@
<?php
// Current Pidgin Release
-$pidgin_version = "2.10.8";
+$pidgin_version = "2.10.9";
// Current Windows Pidgin Release
-$pidgin_win32_version = "2.10.8";
+$pidgin_win32_version = "2.10.9";
// Version of Pidgin in the Ubuntu PPA
$pidgin_ubuntu_version = "2.10.6";