www: ec69caea: 2.5.4

nosnilmot at pidgin.im nosnilmot at pidgin.im
Mon Jan 12 20:40:40 EST 2009


-----------------------------------------------------------------
Revision: ec69caea820c470d209a5d8445a19c9f3dbe6731
Ancestor: f4b0cd9d9dfcfa740384dea983bf0d14bc067c94
Author: nosnilmot at pidgin.im
Date: 2009-01-13T01:37:42
Branch: im.pidgin.www
URL: http://d.pidgin.im/viewmtn/revision/info/ec69caea820c470d209a5d8445a19c9f3dbe6731

Modified files:
        htdocs/ChangeLog htdocs/about/index.php htdocs/index.php
        htdocs/support/index.php htdocs/win32/ChangeLog.win32
        inc/version.inc

ChangeLog: 

2.5.4

-------------- next part --------------
============================================================
--- htdocs/ChangeLog	73d7b36a13ac97084545558eece7a26643b67011
+++ htdocs/ChangeLog	85d5f64a1282d214ae1a24c150d9423b70feca32
@@ -1,5 +1,35 @@ Pidgin and Finch: The Pimpin' Penguin IM
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
+version 2.5.4 (01/12/2009):
+	libpurple:
+	* Fix a connection timeout with empty Gadu-Gady buddy lists. (Martin
+	  Rosinski)
+	* Don't ignore namespace information when parsing XMPP data. (Michal
+	  Witkowski)
+	* Fix a crash that occurred when retrieving certain Offline Messages
+	  on MSN.
+	* Extended purple-url-handler to handle "gtalk" URI's. (Paul Aurich)
+	* Fix the hang on exit in Network Location Awareness for Windows XP
+	  and Windows Vista. (Paul Aurich)
+
+	MSN:
+	* Change Contact Server to temporarily fix connection problems.
+	  (Thanks to Youness Alaoui)
+
+	XMPP:
+	* Support for XEP-0191 blocking.  (Vijay Raghunathan)
+	* Don't put SASL PLAIN or IQ Auth passwords in debug logs. (Paul Aurich)
+	* Fix removal of avatars (both PEP and vCard), we weren't removing
+	  them correctly before. (Paul Aurich)
+
+	Pidgin:
+	* Fix a crash in the Add Account dialog when changing protocols under
+	  certain circumstances.
+
+	Finch:
+	* Redirect stderr outputs to the debug window.
+	* Fix rebinding actions with the arrow-keys and tab.
+
 version 2.5.3 (12/20/2008):
 	libpurple:
 	* The Buddy State Notification plugin no longer prints duplicate
@@ -120,7 +150,7 @@ version 2.5.3 (12/20/2008):
 	  if no custom smilies have previously been added using the smiley
 	  manager.
 	* Improved support for some message formatting in conversations.
-	* Allow focusing the coversation history or userlist with F6.
+	* Allow focusing the conversation history or userlist with F6.
 	* Fixed the Send Button plugin to avoid duplicate buttons in a single
 	  conversation.
 	* Double-clicking a saved status will now activate it and close the
============================================================
--- htdocs/about/index.php	bcce1b18f924e9c54c9be0889b0a95237393e9bd
+++ htdocs/about/index.php	bb835e2f827aa8d0d49d8ad738e344a4fa8d8f88
@@ -73,6 +73,7 @@ generous contributions of our volunteer 
 <ul class="condensed">
 <?php
 
+asort($languages);
 foreach (array_keys($languages) as $lang){
 
 echo '<li>'.$languages[$lang].'</li>';
============================================================
--- htdocs/index.php	bb5c746b352ed3c7e3bda2530f2cd92b481c7f81
+++ htdocs/index.php	73014a2bbcd28eb561c3775effd94dd72baa49bb
@@ -70,9 +70,9 @@ Current user? Take the <a href="http://p
 </div>
 
 <!-- This will pull from somewhere else at some point -->
-<p class="more" id="lowblurb">We are aware of the problems connecting to MSN with Pidgin
+<!-- p class="more" id="lowblurb">We are aware of the problems connecting to MSN with Pidgin
 2.5.3 and older. We hope to have a new release and packages out soon to fix
-this.</p>
+this.</p -->
 
 <? /* Avoid outputting this stuff yet.
 <!-- These are not ready to go yet -->
============================================================
--- htdocs/support/index.php	3c444116122d48980f1d55b1923b7dff2b6a172f
+++ htdocs/support/index.php	79d435000186011fce22272bd8b092ba77b71a97
@@ -36,11 +36,11 @@ Chat on IRC: <a onclick="javascript:this
 
 <h1>I have a problem to report</h1>
 
-<div class="prominent_box">
+<!-- div class="prominent_box">
 <strong>Common issues</strong><br/>
 <a href="http://developer.pidgin.im/ticket/8080">Pidgin cannot connect to MSN</a> (2.5.x)<br/>
 <a href="http://developer.pidgin.im/ticket/7849">Pidgin hangs when closed</a> (Windows/2.5.3)
-</div>
+</div -->
 
 <ul>
 <li>First, don't panic.</li>
============================================================
--- htdocs/win32/ChangeLog.win32	86030cf9311635501b5433dcb6edecf3171e0c67
+++ htdocs/win32/ChangeLog.win32	c245eee3c2924e81a19a09cb18f80d18f84c06f8
@@ -1,3 +1,7 @@
+version 2.5.4 (01/12/2009):
+	* Fix the "Hang on Exit" issue that a number of users encountered.
+	* Updated GTK+ to 2.14.6
+
 version 2.5.3 (12/20/2008):
 	* Upgrade SILC to use the 1.1.8 toolkit
 	* Updated included Meanwhile library to include patch referenced in #7563
============================================================
--- inc/version.inc	cb57d356e3e30ed9f3f597ebf9737b7c70626401
+++ inc/version.inc	6c5f7b282fc6d10b4611e5f9bcd54ee76b3e5359
@@ -1,9 +1,9 @@
 <?
 
 // Current Pidgin Release
-$pidgin_version       = "2.5.3";
-$pidgin_win32_version = "2.5.3";
-$gtk_win32_version    = "2.12.12";
+$pidgin_version       = "2.5.4";
+$pidgin_win32_version = "2.5.4";
+$gtk_win32_version    = "2.14.6";
 $gtk_win32_revision   = "a";
 
 ?>


More information about the Commits mailing list