/www/pidgin: 11d0d2ce76e2: Changes for 2.10.11. Maybe let's wait...
Mark Doliner <[email protected]>
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: 11d0d2ce76e2252264c329d5789a0318ab31ec19 Author: Mark Doliner <[email protected]> Date: 2014-11-23 08:57 -0800 Branch: default URL: https://hg.pidgin.im/www/pidgin/rev/11d0d2ce76e2 Description: 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? diffstat: htdocs/ChangeLog | 18 ++++++++++++++++++ inc/version.inc | 2 +- 2 files changed, 19 insertions(+), 1 deletions(-) diffs (39 lines): diff --git a/htdocs/ChangeLog b/htdocs/ChangeLog --- a/htdocs/ChangeLog +++ b/htdocs/ChangeLog @@ -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 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.10"; +$pidgin_version = "2.10.11"; // Current Windows Pidgin Release $pidgin_win32_version = "2.10.10";