www: ce26bc18: 2.6.4.

rekkanoryo at pidgin.im rekkanoryo at pidgin.im
Mon Nov 30 00:40:34 EST 2009


-----------------------------------------------------------------
Revision: ce26bc18175edb646f91edb128b1f71d2673d09b
Ancestor: 59b5f382ffcdc41ab849f413a4ad7abb337051cc
Author: rekkanoryo at pidgin.im
Date: 2009-11-30T05:37:06
Branch: im.pidgin.www
URL: http://d.pidgin.im/viewmtn/revision/info/ce26bc18175edb646f91edb128b1f71d2673d09b

Modified files:
        htdocs/ChangeLog htdocs/index.php inc/version.inc

ChangeLog: 

2.6.4.

-------------- next part --------------
============================================================
--- htdocs/ChangeLog	0ea7799165e6dbaf9afa3b9309cfbd31d80ae838
+++ htdocs/ChangeLog	934d107369e900c5a3c4aff35b3b792895113040
@@ -1,5 +1,107 @@ Pidgin and Finch: The Pimpin' Penguin IM
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
+version 2.6.4 (11/29/2009):
+	libpurple:
+	* Actually emit the hold signal for media calls.
+	* Fix building the GnuTLS plugin with older versions of GnuTLS.
+	* Fix DNS TXT query resolution.
+	* Don't send Proxy-Authorization headers to HTTP proxy servers until we've
+	  received a "407 Proxy Authentication Required" response from the server.
+	  (thecrux)
+	* Added "MXit" protocol plugin, supported and maintained by the MXit folks
+	  themselves (MXit Lifestyle (Pty) Ltd.)
+
+	General:
+	* New 'plugins' sub-command to 'debug' command (i.e. '/debug plugins')
+	  to announce the list of loaded plugins (in both Finch and Pidgin).
+	* Always rejoin open chats after an account reconnects.
+
+	AIM and ICQ:
+	* Better rate limit calculations and other improvements.  (Aman Gupta)
+	* More detailed error messages when messages fail to send.  (Aman Gupta)
+	* The simultaneous login account option is respected when using
+	  the clientLogin authentication method.
+	* Fix offline message retrieval (broken in 2.6.3)
+	* Fix handling of markup on some messages (broken in 2.6.2)
+	* Fix SSL when clientLogin is enabled.
+	* Fix sending and receiving Unicode characters in a Direct IM
+
+	MSN:
+	* Don't forget display names for buddies.
+	* Fix a random crash that might occur when idle.
+	* Fix more FQY 240 connection errors.
+	* Fix a crash that could occur when adding a buddy.
+	* Fix an occasional crash when sending message to an offline user.
+	* Fix a random crash that might occur when idle.
+	* Fix a crash when logging in with some long non-ASCII passwords.
+	  (Shaun Lindsay)
+	* Cache our own friendly name as the server no longer does that for
+	  us.  Users of older versions may need to re-set their friendly name
+	  as it has probably been reset.
+
+	XMPP:
+	* Users connecting to Google Talk now have an "Initiate Chat" context menu
+	  option for their buddies.  (Eion Robb)
+	* Fix a crash when attempting to validate an invalid JID.
+	* Resolve an issue when connecting to iChat Server when no resource
+	  is specified.
+	* Try to automatically find a STUN server by using an SRV lookup on the
+	  account's domain, and use that for voice and video if found and the user
+	  didn't set one manually in prefs.
+	* Fix a crash when adding a buddy without an '@'.
+	* Don't show the option to send a file to a buddy if we know for certain
+	  they don't support any file transfer method supported by libpurple.
+	* Keep the avatar on the server if one is not set locally.
+
+	Yahoo:
+	* Fix sending /buzz.
+	* Fix blocking behavior for federated (MSN/OCS/Sametime) service users.
+	  (Jason Cohen)
+	* Add support for adding OCS and Sametime buddies.  OCS users are added
+	  as "ocs/user at domain.tld" and Sametime users are added as
+	  "ibm/sametime_id".  (Jason Cohen)
+
+	Finch:
+	* The TinyURL plugin now creates shorter URLs for long non-conversation
+	  URLs, e.g. URLs to open Inbox in Yahoo/MSN protocols, or the Yahoo
+	  Captcha when joining chat rooms.
+	* Fix displaying umlauts etc. in non-utf8 locale (fix in libgnt).
+
+	Pidgin:
+	* The userlist in a multiuser chat can be styled via gtkrc by using the
+	  widget name "pidgin_conv_userlist". (Heiko Schmitt)
+	* Add a hold button to the media window.
+	* Fix a bug where the conversation backlog stops scrolling in a very busy
+	  chat room.
+	* In the Conversation "Send To" menu, offline buddies appear grayed
+	  out (but are still selectable).  Previously, only offline buddies on
+	  accounts that do not support offline messaging appeared grayed out.
+
+	Pidgin Preference and Preference Window Changes:
+	* Removed the "Use font from theme" and "Conversation Font" preferences
+	  for everyone except Windows users.  The font can be controlled from the
+	  Pidgin GTK+ Theme Control plugin.
+	* Tabs in the Preferences window are now on the left side.
+	* The Browser tab is now visible for GNOME users.
+	* Added a Proxy tab shown no matter what environment Pidgin runs in.
+	* The Browser and Proxy tabs show appropriate GNOME-specific messages and
+	  allow launching the correct applications to change the relevant GNOME
+	  preferences if found.  These were previously together on the Network
+	  tab.
+	* Moved the port range spin buttons on the Network tab to be beside the
+	  checkbox that enables/disables them.
+	* Reorganized preferences on the Status/Idle tab to have one less
+	  "section."
+	* Reorganized preferences on the Sounds tab to have one less "section."
+	* Renamed Smiley Themes tab to Themes.
+	* Moved Buddy List Theme and Status Icon Theme selectors from Interface
+	  tab to Themes tab.
+	* Moved Sound Theme selector from Sounds tab to Themes tab.
+	* Changed the Smiley Theme selector to be consistent with the other theme
+	  selectors.
+	* Rearranged tabs such that Interface is first and all remaining tabs are
+	  alphabetized in English.
+
 version 2.6.3 (10/16/2009):
 	General:
 	* Fix a crash when performing DNS queries on Unixes that use the
@@ -8,7 +110,7 @@ version 2.6.3 (10/16/2009):
 	AIM and ICQ:
 	* Fix a crash when some clients send contacts in a format we don't
 	  understand.
-	* Fix blocking and other privacy list problems.
+	* Fix blocking and other privacy lists.  (Thanks to AOL)
 
 version 2.6.2 (09/05/2009):
 	libpurple:
============================================================
--- htdocs/index.php	7b0b87b04b982bd689204b9518cbb655b409c578
+++ htdocs/index.php	7af06d9427d08d3b7049c3c9518cbc70c8b2fb41
@@ -71,7 +71,7 @@ include($_SERVER['DOCUMENT_ROOT'] . "/..
 
 <!-- This will pull from somewhere else at some point -->
 <p class="more" id="lowblurb">
-2.6.1 adds XMPP Voice and Video support (but not on Windows yet)
+2.6.4 fixes the MSN friendly name and AIM Blast issues.
 </p>
 
 <? /* Avoid outputting this stuff yet.
============================================================
--- inc/version.inc	4bfbc56d44e543be4cfc590107a32b3daf072ae1
+++ inc/version.inc	9905ff31e30ce5b8cf5eeb75f8e6f54898ba117e
@@ -1,10 +1,10 @@
 <?
 
 // Current Pidgin Release
-$pidgin_version        = "2.6.3";
+$pidgin_version        = "2.6.4";
 
 // Current Windows Pidgin Release
-$pidgin_win32_version  = "2.6.3";
+$pidgin_win32_version  = "2.6.4";
 $gtk_win32_version     = "2.14.7";
 $gtk_win32_revision    = "a";
 


More information about the Commits mailing list