pidgin/old.pidgin.im

Parents c75af92e51a0
Children 93c2c00351da
Changes for 2.10.11. Maybe let's wait up to a day or two until we also
have a windows build before we hg pull on rock?
--- a/htdocs/ChangeLog Mon Nov 03 14:21:30 2014 -0600
+++ b/htdocs/ChangeLog Sun Nov 23 08:57:56 2014 -0800
@@ -1,5 +1,23 @@
Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
+version 2.10.11 (11/23/14):
+ General:
+ * Fix handling of Self-Signed SSL/TLS Certificates when using the NSS
+ plugin (#16412)
+ * Improve default cipher suites used with the NSS plugin (#16262)
+ * Add NSS Preferences plugin which allows the SSL/TLS Versions and
+ cipher suites to be configured (#8061)
+
+ Gadu-Gadu:
+ * Fix a bug that prevented plugin to load when compiled without GnuTLS.
+ (mancha) (#16431)
+ * Fix build for platforms without AF_LOCAL definition. (#16404)
+
+ MSN:
+ * Fix broken login due to server change (dx, TReKiE). (#16451, #16455)
+ * Fail early when buddy list is unavailable instead of wasting bandwidth
+ endlessly re-trying.
+
version 2.10.10 (10/22/14):
General:
* Check the basic constraints extension when validating SSL/TLS
--- a/inc/version.inc Mon Nov 03 14:21:30 2014 -0600
+++ b/inc/version.inc Sun Nov 23 08:57:56 2014 -0800
@@ -1,7 +1,7 @@
<?php
// Current Pidgin Release
-$pidgin_version = "2.10.10";
+$pidgin_version = "2.10.11";
// Current Windows Pidgin Release
$pidgin_win32_version = "2.10.10";