/www/pidgin: cc2853f07148: Updates for 2.10.9
Mark Doliner
mark at kingant.net
Sun Feb 2 23:44:54 EST 2014
Changeset: cc2853f0714876a9312349fe26713a47bf1d322e
Author: Mark Doliner <mark at kingant.net>
Date: 2014-02-02 20:44 -0800
Branch: default
URL: https://hg.pidgin.im/www/pidgin/rev/cc2853f07148
Description:
Updates for 2.10.9
diffstat:
htdocs/ChangeLog | 7 ++++++-
htdocs/index.php | 2 +-
inc/version.inc | 4 ++--
3 files changed, 9 insertions(+), 4 deletions(-)
diffs (51 lines):
diff --git a/htdocs/ChangeLog b/htdocs/ChangeLog
--- a/htdocs/ChangeLog
+++ b/htdocs/ChangeLog
@@ -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 @@ version 2.10.8 (1/28/2014):
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:
diff --git a/htdocs/index.php b/htdocs/index.php
--- a/htdocs/index.php
+++ b/htdocs/index.php
@@ -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>
diff --git a/inc/version.inc b/inc/version.inc
--- a/inc/version.inc
+++ b/inc/version.inc
@@ -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";
More information about the Commits
mailing list