www: 29f62fc7: 2.4.3
nosnilmot at pidgin.im
nosnilmot at pidgin.im
Tue Jul 1 23:55:51 EDT 2008
-----------------------------------------------------------------
Revision: 29f62fc767a32af2447a659765ec08e6ddb5cd5b
Ancestor: d0c64e0347abeff2237f0d4876dde64edafe30ba
Author: nosnilmot at pidgin.im
Date: 2008-07-02T03:51:45
Branch: im.pidgin.www
URL: http://d.pidgin.im/viewmtn/revision/info/29f62fc767a32af2447a659765ec08e6ddb5cd5b
Modified files:
htdocs/ChangeLog htdocs/inc/version.inc.php htdocs/index.php
htdocs/win32/ChangeLog.win32 inc/version.inc
ChangeLog:
2.4.3
-------------- next part --------------
============================================================
--- htdocs/ChangeLog 4df23ebd039582b8adb9eec5dedc5c875724b41e
+++ htdocs/ChangeLog 5208fa6bd437bcfff17473b14683db55ca52b949
@@ -1,5 +1,23 @@ Pidgin and Finch: The Pimpin' Penguin IM
Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
+version 2.4.3 (07/01/2008):
+ libpurple:
+ * Yahoo! Japan now uses UTF-8, matching the behavior of official clients
+ and restoring compatibility with the web messenger (Yusuke Odate)
+ * Setting your buddy icon once again works for Yahoo! accounts.
+ * Fixes in the Yahoo! protocol to prevent a double free, crashes on
+ aliases, and alias functionality
+ * Fix crashes in the bonjour protocol
+ * Always use UTF-8 for Yahoo! (#5973)
+ * Fix a crash when the given jabber id is invalid.
+ * Make the IRC "unknown message" debugging messages UTF-8 safe.
+ * Fix connecting to ICQ
+ * Fix a memleak when handling jabber xforms.
+
+ Pidgin:
+ * Include the send button plugin in the win32 build
+ * Various memory leak fixes
+
version 2.4.2 (05/17/2008):
libpurple:
* In MySpaceIM, messages from spambots are discarded (Justin Williams)
============================================================
--- htdocs/inc/version.inc.php a1ad22217ea77eed6699c6170b84af26984919a7
+++ htdocs/inc/version.inc.php 1bea606095a9720b0a5fbaae65227d84f3ad1915
@@ -3,8 +3,8 @@
* This variable will be inserted into the source tarball and bz2ball
* path. Update with every new release.
*/
- $current_version = "2.4.2";
- $current_win32_version = "2.4.2";
+ $current_version = "2.4.3";
+ $current_win32_version = "2.4.3";
$current_win32_gtk_version = "2.12.8";
$current_win32_gtk_revision = "a";
?>
============================================================
--- htdocs/index.php 2d650b37fb9f64bf2a8d804b962dc1ea0cc0fbf0
+++ htdocs/index.php 79ae1d104a51277700bba3408a8404e3ce708067
@@ -82,10 +82,10 @@ source code as well.</p>
</div>
<!-- This will pull from somewhere else at some point -->
-<p class="more" id="lowblurb">We are aware of the problems connecting to ICQ with Pidgin
+<!-- p class="more" id="lowblurb">We are aware of the problems connecting to ICQ with Pidgin
2.4.2 and older. We hope to have a new release and packages out soon to fix
this. In the meantime, if you compile Pidgin from source you can use this
-<a href="pidgin-2.4.2-icq6.patch">patch</a> to fix it.</p>
+<a href="pidgin-2.4.2-icq6.patch">patch</a> to fix it.</p -->
<? /* Avoid outputting this stuff yet.
<!-- These are not ready to go yet -->
============================================================
--- htdocs/win32/ChangeLog.win32 37ad6aa87d64354e128598a86476eb412449d631
+++ htdocs/win32/ChangeLog.win32 a9ffdd41335f7faaf349db4b9bb216bfd06271df
@@ -1,3 +1,6 @@
+version 2.4.3 (07/01/2008):
+ * No changes
+
version 2.4.2 (05/17/2008):
* No changes
============================================================
--- inc/version.inc b3e904fcd7b80b131b0fae297d4fa42580f32b8b
+++ inc/version.inc 5eae724d3b12f73f28b47c5257ed201914f0e5f3
@@ -1,8 +1,8 @@
<?
// Current Pidgin Release
-$pidgin_version = "2.4.2";
-$pidgin_win32_version = "2.4.2";
+$pidgin_version = "2.4.3";
+$pidgin_win32_version = "2.4.3";
$gtk_win32_version = "2.12.8";
$gtk_win32_revision = "a";
More information about the Commits
mailing list