www: dfc4654b: Updates for 2.7.3
markdoliner at pidgin.im
markdoliner at pidgin.im
Tue Aug 10 13:10:50 EDT 2010
----------------------------------------------------------------------
Revision: dfc4654bb12dd643551f1b20af86acbf3d35b5e7
Parent: 25a4c1e5e202a294d1e87dba294e81e89fcdceba
Author: markdoliner at pidgin.im
Date: 08/10/10 13:06:04
Branch: im.pidgin.www
URL: http://d.pidgin.im/viewmtn/revision/info/dfc4654bb12dd643551f1b20af86acbf3d35b5e7
Changelog:
Updates for 2.7.3
Changes against parent 25a4c1e5e202a294d1e87dba294e81e89fcdceba
patched htdocs/ChangeLog
patched htdocs/index.php
patched inc/version.inc
-------------- next part --------------
============================================================
--- htdocs/index.php 793a2a2d04609be3dfc7ea5b5162d500542c912d
+++ htdocs/index.php 37443084ca6bd24e0b0c7481dbe40ec328bfb418
@@ -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.2 is out and contains some important crash fixes.
+Pidgin 2.7.3 is out and contains some important crash fixes.
</p>
<? /* Avoid outputting this stuff yet.
============================================================
--- inc/version.inc eea0ddf7144d6c9795ea9c22f877854a632774ff
+++ inc/version.inc 1456a1c90e670e8e9cc5c59ff8e6d845d127ea78
@@ -1,10 +1,10 @@
<?
// Current Pidgin Release
-$pidgin_version = "2.7.2";
+$pidgin_version = "2.7.3";
// Current Windows Pidgin Release
-$pidgin_win32_version = "2.7.2";
+$pidgin_win32_version = "2.7.3";
// Version of Pidgin in the Ubuntu PPA
$pidgin_ubuntu_version = "2.7.0";
============================================================
--- htdocs/ChangeLog 47a010926b061b2c381c8fa5caf2d7b8794a8162
+++ htdocs/ChangeLog aa9dd17bd8f810c8d8fce0467417f6389a862462
@@ -1,5 +1,73 @@ Pidgin and Finch: The Pimpin' Penguin IM
Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
+version 2.7.3 (08/10/2010):
+ General:
+ * Use silent build rules for automake >1.11. You can enable verbose
+ builds with the --disable-silent-rules configure option, or using
+ make V=1.
+
+ libpurple:
+ * Fix the TURN server settings (broken in 2.7.0).
+
+ Pidgin:
+ * Re-focus the input area after clicking the attention toolbar button.
+ * Re-arrange media window to make it more netbook-friendly.
+
+ Finch:
+ * Rebindable 'suggest-next-page' and 'suggest-prev-page' actions for
+ textboxes (GntEntry) to scroll through list of suggestions.
+ * Rebindable 'dropdown' action for comboboxes (GntComboBox) to show the
+ dropdown list of options.
+
+ IRC:
+ * Fix non-ASCII arguments to /mode et al. (thanks to Max Ulidtko)
+
+ MSN:
+ * Support for web-based buddy icons, used when a buddy logs in to the
+ messenger on the Live website.
+ * Fix file transfers with some clients that don't support direct
+ connections (e.g., papyon, telepathy-butterfly, etc.) (#12150)
+
+ MXit:
+ * Fix filename for the Shocked emoticon. (#12364)
+ * Implement the new naming conventions where possible. (MXitId, etc)
+ * Display a message in the Groupchat window when you invite somebody.
+ * Birthday field in profile cannot be edited when server says it is
+ locked.
+ * If a buddy is offline, show in their profile when last they were online.
+ * Handle pushed profile update packets (ie, when changing your avatar via
+ the Gallery bot).
+ * If a buddy is offline and we see from their profile that they have
+ updated their avatar, request the new avatar image from the server.
+ * Fix a possible crash if a link is clicked while disconnected.
+ * Unescape any escaped characters in a chatroom nickname.
+ * Add the new MXit moods and emoticons.
+ * MXit emoticons added to the small emoticon theme.
+
+ XMPP:
+ * Allow connecting to servers that only advertise GSSAPI and expect
+ a fallback to legacy IQ authentication (broken in 2.7.0).
+ * Fix a crash when receiving custom emoticons that don't adhere to
+ the specification.
+ * When initiating a file transfer, don't show resources that are certain
+ to not support file transfers in the resource selection dialog.
+ * Fix connecting to servers using BOSH and authenticating with
+ DIGEST-MD5 when libpurple was built with Cyrus SASL support.
+
+ Yahoo/Yahoo JAPAN:
+ * Renamed "Use account proxy for SSL connections" to "Use account proxy
+ for HTTP and HTTPS requests" and tied the option to HTTP requests too.
+ * Properly detect HTTP proxy server use when the HTTP proxy is the
+ global proxy server, an account-level non-HTTP proxy server is
+ configured, and the "Use account proxy for HTTP and HTTPS requests"
+ account option is turned off. This fixes connecting for some HTTP
+ proxy servers.
+ * Fall back to connecting to scsa.msg.yahoo.com (not configurable) if
+ the HTTP-based connect server lookup fails. This does not work for
+ Yahoo JAPAN accounts.
+ * Fix file transfers that get stuck with "Waiting for transfer to
+ begin".
+
version 2.7.2 (07/21/2010):
AIM and ICQ:
* Fix a crash bug related to X-Status messages that can be triggered by
More information about the Commits
mailing list