merge of 'effc828cc5e89e786e8f0895144096173f51fc8a' release-2.4.3

Tue, 01 Jul 2008 23:21:30 +0000

author
Evan Schoenberg <evands@pidgin.im>
date
Tue, 01 Jul 2008 23:21:30 +0000
branch
release-2.4.3
changeset 23209
0a559887b900
parent 23204
effc828cc5e8 (current diff)
parent 23206
024477f4ce50 (diff)
child 23210
8a7ad02cd9fb

merge of 'effc828cc5e89e786e8f0895144096173f51fc8a'
and '024477f4ce507270b0433171ea3909e438d78378'

--- a/ChangeLog	Tue Jul 01 21:49:46 2008 +0000
+++ b/ChangeLog	Tue Jul 01 23:21:30 2008 +0000
@@ -5,6 +5,19 @@
 	* 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 setting buddy icons on yahoo.
+	* 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:
--- a/libpurple/protocols/oscar/oscar.h	Tue Jul 01 21:49:46 2008 +0000
+++ b/libpurple/protocols/oscar/oscar.h	Tue Jul 01 23:21:30 2008 +0000
@@ -258,6 +258,15 @@
 	"us", "en", \
 }
 
+#define CLIENTINFO_ICQ6_6_0_6059 { \
+	"ICQ Client", \
+	0x010a, \
+	0x0006, 0x0000, \
+	0x0000, 0x17ab, \
+	0x00007535, \
+	"us", "en", \
+}
+
 #define CLIENTINFO_ICQBASIC_14_3_1068 { \
 	"ICQBasic", \
 	0x010a, \
@@ -302,9 +311,9 @@
 #define CLIENTINFO_PURPLE_ICQ { \
 	"Purple/" VERSION, \
 	0x010a, \
-	0x0014, 0x0034, \
-	0x0000, 0x0bb8, \
-	0x0000043d, \
+	0x0006, 0x0000, \
+	0x0000, 0x17ab, \
+	0x00007535, \
 	"us", "en", \
 }
 

mercurial