www: a80a63eb: This should be everything to update us f...
rekkanoryo at pidgin.im
rekkanoryo at pidgin.im
Thu Oct 21 00:22:02 EDT 2010
----------------------------------------------------------------------
Revision: a80a63eb37c77d9c010a04f19c405e0fb70aa3df
Parent: dead18fa650b6a00be4084c448a5924e7823e00a
Author: rekkanoryo at pidgin.im
Date: 10/20/10 19:54:26
Branch: im.pidgin.www
URL: http://d.pidgin.im/viewmtn/revision/info/a80a63eb37c77d9c010a04f19c405e0fb70aa3df
Changelog:
This should be everything to update us for announcing Pidgin 2.7.4.
Changes against parent dead18fa650b6a00be4084c448a5924e7823e00a
patched htdocs/ChangeLog
patched htdocs/index.php
patched inc/version.inc
-------------- next part --------------
============================================================
--- htdocs/index.php 37443084ca6bd24e0b0c7481dbe40ec328bfb418
+++ htdocs/index.php 06dd19deb1f04151da35aa27a840a655dfaa4481
@@ -72,7 +72,7 @@ include($_SERVER['DOCUMENT_ROOT'] . "/..
<!-- This will pull from somewhere else at some point -->
<p class="more" id="lowblurb">
-Pidgin 2.7.3 is out and contains some important crash fixes.
+Pidgin 2.7.4 contains important security fixes and several bug fixes.
</p>
<? /* Avoid outputting this stuff yet.
============================================================
--- inc/version.inc d42c2ca2086e44906ea20beb961ccd56c0cfb979
+++ inc/version.inc 83fc8dde57f5258fed5fc15c101573c11ca7b7b0
@@ -1,10 +1,10 @@
<?
// Current Pidgin Release
-$pidgin_version = "2.7.3";
+$pidgin_version = "2.7.4";
// Current Windows Pidgin Release
-$pidgin_win32_version = "2.7.3";
+$pidgin_win32_version = "2.7.4";
// Version of Pidgin in the Ubuntu PPA
$pidgin_ubuntu_version = "2.7.3";
============================================================
--- htdocs/ChangeLog 6978824694ed3069575a2e2e4009996008bffdb1
+++ htdocs/ChangeLog 6b3a2dbb2666b9125bba76a17f6e30348157fcba
@@ -1,5 +1,86 @@ Pidgin and Finch: The Pimpin' Penguin IM
Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
+version 2.7.4 (10/20/2010):
+ General:
+ * Fix search path for Tk when compiling on Debian Squeeze. (#12465)
+ * purple-remote now expects and produces UTF-8. (Guillaume Brunerie)
+ (#12049)
+ * Add Deutsche Telekom, Thawte Primary, and Go Daddy Class 2 root CAs
+ (#12667, #12668, and #12594)
+ * Fix CVE-2010-3711 by properly validating return values from the
+ purple_base64_decode() function before using them.
+ * Fix two local crash bugs by properly validating return values from the
+ purple_base16_decode() function before using them.
+
+ libpurple:
+ * Fall back to an ordinary request if a UI does not support showing a
+ request with an icon. Fixes receiving MSN file transfer requests
+ including a thumbnail in Finch. (#12561)
+ * Fix an invalid memory access when removing UPnP mappings that could
+ cause sporadic crashes, most notably when MSN Direct Connections are
+ enabled. (#12387)
+ * Add a sentence to the certificate warning for expired certificates
+ suggesting the user check their computer's date and time. (#12654)
+
+ Pidgin:
+ * Add support for the Gadu-Gadu protocol in the gevolution plugin to
+ provide Evolution integration with contacts with GG IDs. (#10709)
+ * Remap the "Set User Mood" shortcut to Control-D, which does not
+ conflict with the previous shortcut for Get Buddy Info on the
+ selected buddy.
+ * Add a plugin action menu (under Tools) for the Voice and Video
+ Settings plugin.
+ * Use GRegex for the debug window where available. This brings regex
+ filtering to the debug window on Windows. (Eion Robb) (#12601)
+ * Add Google Chrome to the list of possible browsers on non-Windows
+ systems.
+ * Add Chromium to the list of possible browsers on non-Windows systems.
+ * The "Manual" browser option is now stored as a string. It is no
+ longer necessary to specify a full path to the browser command.
+ (Rodrigo Tobar Carrizo) (#12024)
+ * The Send To menu can now be used if the active account in the
+ conversation becomes disabled or inactive. (Keith Moyer) (#12471)
+ * xdg-open is now the default browser for new users on non-Windows
+ platforms. (Stanislav Brabec) (#12505)
+
+ Finch:
+ * Add support for drop-down account options (like the SILC cipher
+ and HMAC options or the QQ protocol version).
+
+ XMPP:
+ * Unify the connection security-related settings into one dropdown.
+ * Fix a crash when multiple accounts are simultaneously performing
+ SASL authentication when built with Cyrus SASL support. (thanks
+ to Jan Kaluza) (#11560)
+ * Restore the ability to connect to XMPP servers that do not offer
+ Stream ID. (#12331)
+ * Added support for using Google's relay servers when making voice and
+ video calls to Google clients.
+ * Fix detecting file transfer proxies advertised by the server.
+ * Advertise support for Google Talk's JID Domain Discovery extension
+ in all cases again (changed in 2.7.0), not just when the domain
+ is "gmail.com" or "googlemail.com" (it's also needed for Google
+ Talk used for accounts on arbitrary domains not using Google Apps
+ for Your Domain). (#a14153)
+ * Improved handling of adding oneself to your buddy list when using
+ Non-SASL (legacy) authentication. (#12499)
+ * Generate a connection error instead of just stalling when the
+ _xmppconnect TXT record returns results, but none of them result
+ in a valid BOSH URI. (#a14367, #12744)
+
+ Yahoo/Yahoo JAPAN:
+ * Stop doing unnecessary lookups of certain alias information. This
+ solves deadlocks when a given Yahoo account has a ridiculously large
+ (>500 buddies) list and may improve login speed for those on slow
+ connections. (#12532)
+ * Fix sending SMS messages. The lookup host changed on us. (Thanks to
+ todo) (#12688).
+ * Improvements for some file transfer scenarios, but not all.
+
+ Windows:
+ * Bonjour support now requires Apple Bonjour Print Services version
+ 2.0.0 or newer (http://support.apple.com/kb/dl999).
+
version 2.7.3 (08/10/2010):
General:
* Use silent build rules for automake >1.11. You can enable verbose
More information about the Commits
mailing list