www: db773c19: 2.5.0
nosnilmot at pidgin.im
nosnilmot at pidgin.im
Tue Aug 19 09:40:47 EDT 2008
-----------------------------------------------------------------
Revision: db773c19becaa07f3f0219702ed2f5e4014fe383
Ancestor: 526f6fb41117f5ef13fa9cf486bc2510a70b67fb
Author: nosnilmot at pidgin.im
Date: 2008-08-19T13:33:29
Branch: im.pidgin.www
URL: http://d.pidgin.im/viewmtn/revision/info/db773c19becaa07f3f0219702ed2f5e4014fe383
Modified files:
htdocs/ChangeLog htdocs/win32/ChangeLog.win32
inc/version.inc
ChangeLog:
2.5.0
-------------- next part --------------
============================================================
--- htdocs/ChangeLog 5208fa6bd437bcfff17473b14683db55ca52b949
+++ htdocs/ChangeLog 1aec78e5a34d020c603546baf47f657819b98f2c
@@ -1,5 +1,68 @@ Pidgin and Finch: The Pimpin' Penguin IM
Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
+version 2.5.0 (08/18/2008):
+ libpurple:
+ * Ability to create custom smileys (currently only the MSN protocol
+ utilizes the feature). (Thanks to Mauro Sérgio Ferreira Brasil,
+ Marcus Lundblad, Jorge Villaseñor and other contributors)
+ * Add a configure option, --with-system-ssl-certs to allow packagers
+ to specify a system-wide SSL CA certificates directory. When set,
+ we don't install our SSL CA certs, so it's important that the
+ libpurple package depend on the CA certificates.
+ * Add SSL Certificates support to the NSS SSL plugin. (Thanks to Lou
+ Cipher)
+
+ XMPP:
+ * Fix a bug that caused the UI to not refresh and caused the client
+ to use 99% CPU when an XMPP account lost its connection to the
+ server.
+ * Possibly fix a bug where some clients could get into a state
+ where they moved a buddy back and forth between two groups in
+ an endless loop.
+
+ IRC:
+ * /ctcp command (Vladislav GuberiniÄ)
+ * Allow for auto-detection of incoming UTF-8 formatted text on
+ accounts which are configured to use some other encoding.
+
+ MSN:
+ * Update MSN support to protocol 15 (Elliott Sales de Andrade, Jorge
+ Villaseñor, Mike Ruprecht, Carlos Silva, Ma Yuan, Daniel Ljungborg
+ and others)
+ * Personal messages are now supported. They are treated as status
+ messages.
+ * Offline IM is now supported.
+ * Aliasing is now supported server-side.
+ * Buddies are now emblemed. Bots and web clients should now be
+ distinguished.
+ * Update smiley set for non-faces.
+ * Failing to update a buddy icon when the buddy has gone offline no
+ longer crashes.
+ * Custom smileys received in a chat no longer go to a new window.
+ * Processing is no longer completely frozen after the servers block a
+ message because it contains (what they consider) inappropriate text.
+
+ Pidgin:
+ * Custom buddy icons can now be added to and removed from buddy list
+ entries via the buddy list entry right-click menu.
+ * Resize large incoming custom smileys to a maximum of 96px on either
+ side.
+ * Offer to add new buddies into the same contact as existing buddies
+ in the same group if the alias given is the same.
+ * Minor smiley style update.
+
+ General:
+ * Group and Chat buddy list entries can now be given custom buddy
+ icons.
+
+ Finch:
+ * Added "Invite..." menu to chats.
+ * Added "View All Logs" menu in the buddylist to display a list of all IM
+ logs.
+ * Added '/msgcolor' command to change colors of different classes of
+ messages in a conversation. See '/help msgcolor' for details.
+ * Added tab-completion for commands in conversation windows.
+
version 2.4.3 (07/01/2008):
libpurple:
* Yahoo! Japan now uses UTF-8, matching the behavior of official clients
@@ -19,6 +82,7 @@ version 2.4.2 (05/17/2008):
* Various memory leak fixes
version 2.4.2 (05/17/2008):
+ http://developer.pidgin.im/query?status=closed&milestone=2.4.2
libpurple:
* In MySpaceIM, messages from spambots are discarded (Justin Williams)
* Strip mIRC formatting codes from quit and part messages.
============================================================
--- htdocs/win32/ChangeLog.win32 a9ffdd41335f7faaf349db4b9bb216bfd06271df
+++ htdocs/win32/ChangeLog.win32 196d5f846592f0841d62063ea001c032ec826f77
@@ -1,3 +1,12 @@
+version 2.5.0 (08/18/2008):
+ * Don't install the GSSAPI SASL plugin on NT4 to avoid an error popup.
+ * Use the Kerberos for Windows libraries installed on the system (if
+ present) instead of including enough to load the plugin (Kfw still
+ needed to be installed for it to actually work before this change).
+ * Upgrade to Perl 5.10 (System Perl runtime must be upgraded for Perl
+ plugins to continue to work).
+ * Upgrade SILC to use the 1.1.7 toolkit
+
version 2.4.3 (07/01/2008):
* No changes
============================================================
--- inc/version.inc 5eae724d3b12f73f28b47c5257ed201914f0e5f3
+++ inc/version.inc 804b02a8a4c7735e80c50f14745529e30d67ec5c
@@ -1,8 +1,8 @@
<?
// Current Pidgin Release
-$pidgin_version = "2.4.3";
-$pidgin_win32_version = "2.4.3";
+$pidgin_version = "2.5.0";
+$pidgin_win32_version = "2.5.0";
$gtk_win32_version = "2.12.8";
$gtk_win32_revision = "a";
More information about the Commits
mailing list