www: 1fd7242f: 2.5.5
khc at pidgin.im
khc at pidgin.im
Tue Mar 3 16:50:28 EST 2009
-----------------------------------------------------------------
Revision: 1fd7242fdb051af3072199a3f3f850934101f259
Ancestor: c1bfb0a996525ce8f2129cf3775c888d41518f05
Author: khc at pidgin.im
Date: 2009-03-03T21:48:16
Branch: im.pidgin.www
URL: http://d.pidgin.im/viewmtn/revision/info/1fd7242fdb051af3072199a3f3f850934101f259
Modified files:
htdocs/ChangeLog htdocs/win32/ChangeLog.win32
inc/version.inc
ChangeLog:
2.5.5
-------------- next part --------------
============================================================
--- htdocs/ChangeLog 85d5f64a1282d214ae1a24c150d9423b70feca32
+++ htdocs/ChangeLog a1fe7d2e4d64f113862db93642c3184f53a6c3a9
@@ -1,5 +1,76 @@ Pidgin and Finch: The Pimpin' Penguin IM
Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
+version 2.5.5 (03/01/2009):
+ libpurple:
+ * Fix a crash when removing an account with an unknown protocol id.
+ * Beta support for SSL connections for AIM and ICQ accounts. To
+ enable, check the "Use SSL" option from the Advanced tab when
+ editing your AIM or ICQ account. (Paul Aurich)
+ * Fix a memory leak in SILC. (Luke Petre)
+ * Fix some string handling in the SIMPLE prpl, which fixes some buddy name
+ handling and other issues. (Paul Aurich, Marcus Sundberg)
+ * Implement support for resolving DNS via the SOCKS4 proxy (SOCKS4a).
+
+ ICQ:
+ * Fix retrieval of status messages from users of ICQ 6.x, Miranda, and
+ other libpurple clients. (Daniel Ljungborg)
+ * Change client ID to match ICQ Basic 14.34.3096. This fixes publishing
+ of buddy icons and available messages.
+ * Properly publish status messages for statuses other than Available.
+ ICQ 6.x users can now see these status messages. (Daniel Ljungborg)
+ * Fix receipt of messages from the mobile client Slick. (David Jedelsky)
+
+ MSN:
+ * Fix transfer of buddy icons, custom smileys, and files from the
+ latest Windows Live Messenger 9 official client. (Thomas
+ Gibson-Robinson)
+ * Large (multi-part) messages are now correctly re-combined.
+ * Federated/Yahoo! buddies should now stop creating sync issues at
+ every signin. You may need to remove duplicates in the Address
+ Book. See the FAQ for more information. Thanks to Jason Lingohr
+ for lots of debugging and testing.
+ * Messages from Yahoo! buddies are no longer silently dropped.
+ * We now save and use the CacheKey for ABCH SOAP requests.
+ * Don't try to parse Personal Status Messages or Current Media if they
+ don't exist.
+ * Convert from ISO-8859-1 encoding to UTF-8 when no charset is specified
+ on incoming messages. This should fix some issues with messages from
+ older clients.
+ * Force sending the font "Segoe UI" if outgoing formatting doesn't specify
+ a font already.
+ * Queue callbacks when token updates are in progress to prevent two token
+ update attempts from trampling each other.
+ * Fixed a crash on Windows when removing a buddy's alias.
+ * Update the Address Book when buddies' friendly names change. This
+ prevents seeing an outdated alias or not seeing an alias at all for
+ buddies who are offline when you sign in.
+ * Update tokens for FindMembership and ABFindAll SOAP requests.
+ * We no longer try to send empty messages. This could happen when a
+ message contained only formatting and that formatting was not supported
+ on MSN.
+ * Buddies on both the Allow and Block list are now automatically
+ removed from the Allow list. Users with this problem will now no
+ longer receive an ADL 241 error. The problematic buddy should now
+ appear on the buddy list and can be removed or unblocked as desired.
+
+ XMPP:
+ * Resources using __HOSTNAME__ substitution will now grab only the short
+ hostname instead of the FQDN on systems which put the FQDN in the
+ hostname. (Mat?j Cepl)
+ * No longer send a 'to' attribute on an outgoing stanza when we haven't
+ received one. This fixes a registration bug as described in ticket
+ #6635.
+
+ Pidgin:
+ * Tooltip windows now appear below the mouse cursor. (Kosta Arvanitis)
+ * Tooltip windows now disappear on keypress events. (Kosta Arvanitis)
+ * Tooltip windows no longer linger when scrolling the buddy list. (Kosta
+ Arvanitis)
+
+ Finch:
+ * Allow rebinding keys to change the focused widget (details in the
+ man-page, look for GntBox::binding)
+
version 2.5.4 (01/12/2009):
libpurple:
* Fix a connection timeout with empty Gadu-Gady buddy lists. (Martin
@@ -598,13 +669,13 @@ version 2.2.0 (09/13/2007):
version 2.2.0 (09/13/2007):
http://developer.pidgin.im/query?status=closed&milestone=2.2.0
- Libpurple:
+ libpurple:
* New protocol plugin: MySpaceIM (Jeff Connelly, Google Summer of
Code)
* XMPP enhancements. See
- http://www.adiumx.com/blog/2007/07/soc-xmpp-update.php (Andreas
+ http://www.adiumx.com/blog/2007/07/soc-xmpp-update.php (Andreas
Monitzer, Google Summer of Code for Adium)
- * Certificate management. Libpurple will validate certificates on
+ * Certificate management. libpurple will validate certificates on
SSL-encrypted protocols (William Ehlhardt, Google Summer of Code)
* Some adjustments were made to fix sending messages when using
the MSN HTTP method. (Laszlo Pandy)
============================================================
--- htdocs/win32/ChangeLog.win32 c245eee3c2924e81a19a09cb18f80d18f84c06f8
+++ htdocs/win32/ChangeLog.win32 b8d70df0c5c8f342a479dabee0d90dea8faf736b
@@ -1,3 +1,9 @@
+version 2.5.5 (03/01/2009):
+ * Remove the "Flash window when chat messages are received" pref from
+ the Windows Pidgin Options plugin - the Message Notification plugin
+ does this (and much more).
+ * Updated GTK+ to 2.14.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
============================================================
--- inc/version.inc 6c5f7b282fc6d10b4611e5f9bcd54ee76b3e5359
+++ inc/version.inc 88c06baca9abba7002139dc502451bbe68c71834
@@ -1,9 +1,9 @@
<?
// Current Pidgin Release
-$pidgin_version = "2.5.4";
-$pidgin_win32_version = "2.5.4";
-$gtk_win32_version = "2.14.6";
+$pidgin_version = "2.5.5";
+$pidgin_win32_version = "2.5.5";
+$gtk_win32_version = "2.14.7";
$gtk_win32_revision = "a";
?>
More information about the Commits
mailing list