pidgin/old.pidgin.im

9f4a77a102c1
Parents 8db7cc9b1e03
Children 4ea6668372f7
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
--- a/htdocs/ChangeLog Thu Jul 05 08:59:23 2012 -0700
+++ b/htdocs/ChangeLog Fri Jul 06 08:40:23 2012 -0700
@@ -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)
--- a/htdocs/index.php Thu Jul 05 08:59:23 2012 -0700
+++ b/htdocs/index.php Fri Jul 06 08:40:23 2012 -0700
@@ -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>
--- a/inc/version.inc Thu Jul 05 08:59:23 2012 -0700
+++ b/inc/version.inc Fri Jul 06 08:40:23 2012 -0700
@@ -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";