summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Schoenberg <evands@pidgin.im>2008-07-01 23:21:30 +0000
committerEvan Schoenberg <evands@pidgin.im>2008-07-01 23:21:30 +0000
commit88675a313eaba78cffc00f7dfca91002a99b392f (patch)
treefc9d6e989f061669b608918ce5dc19acf50faaf3
parent49c3582c2fdf9b66a94e8fe9e3e4d60af1ec33e9 (diff)
parent6341d8cd19068b94354d9a0aa6994d14fe40f85b (diff)
downloadpidgin-88675a313eaba78cffc00f7dfca91002a99b392f.tar.gz
merge of 'effc828cc5e89e786e8f0895144096173f51fc8a'
and '024477f4ce507270b0433171ea3909e438d78378'
-rw-r--r--ChangeLog13
-rw-r--r--libpurple/protocols/oscar/oscar.h15
2 files changed, 25 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 87b429a20a..88f9d7c973 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,19 @@ version 2.4.3 (??/??/2008):
* 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:
diff --git a/libpurple/protocols/oscar/oscar.h b/libpurple/protocols/oscar/oscar.h
index 176f7bac65..0777c6e502 100644
--- a/libpurple/protocols/oscar/oscar.h
+++ b/libpurple/protocols/oscar/oscar.h
@@ -258,6 +258,15 @@ struct _ClientInfo
"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 @@ struct _ClientInfo
#define CLIENTINFO_PURPLE_ICQ { \
"Purple/" VERSION, \
0x010a, \
- 0x0014, 0x0034, \
- 0x0000, 0x0bb8, \
- 0x0000043d, \
+ 0x0006, 0x0000, \
+ 0x0000, 0x17ab, \
+ 0x00007535, \
"us", "en", \
}