/www/pidgin: 9f4a77a102c1: Prep the web page for 2.10.6, which f...

Mark Doliner mark at kingant.net
Fri Jul 6 11:40:16 EDT 2012


Changeset: 9f4a77a102c1788f2169a7c8c3ab37f2b6e8d171
Author:	 Mark Doliner <mark at kingant.net>
Date:	 2012-07-06 08:40 -0700
Branch:	 default
URL: http://hg.pidgin.im/www/pidgin/rev/9f4a77a102c1

Description:

Prep the web page for 2.10.6, which fixes the buddy list
double-click/tripple-click bug.  No Windows builds yet, so
I'll holdoff on hg updating on rock

diffstat:

 htdocs/ChangeLog |  5 +++++
 htdocs/index.php |  2 +-
 inc/version.inc  |  2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diffs (38 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.6 (07/06/2012):
+	Pidgin:
+	* Fix a bug that requires a triple-click to open a conversation
+	  window from the buddy list. (#15199)
+
 version 2.10.5 (07/05/2012):
 	libpurple:
 	* Add support for GNOME3 proxy settings. (Mihai Serban) (#15054)
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.5 contains <a href="/news/security/?id=64">a security update</a> for users of MXit.  Please upgrade if you use MXit!
+Pidgin 2.10.5 contains <a href="/news/security/?id=64">a security update</a> for users of MXit, and 2.10.6 contains a fix for a buddy list double-click bug that snuck into 2.10.6.  Please upgrade if you use MXit!
 </p>
 
 </div>
diff --git a/inc/version.inc b/inc/version.inc
--- a/inc/version.inc
+++ b/inc/version.inc
@@ -1,7 +1,7 @@
 <?php
 
 // Current Pidgin Release
-$pidgin_version        = "2.10.5";
+$pidgin_version        = "2.10.6";
 
 // Current Windows Pidgin Release
 $pidgin_win32_version  = "2.10.5";



More information about the Commits mailing list