adium-1.4 3239:87d4f5499e28: im.pidgin.adium.1-4 @ dd5af287dc938...

commits at adium.im commits at adium.im
Sat Nov 13 18:04:47 UTC 2010


details:	http://hg.adium.im/adium-1.4/rev/87d4f5499e28
revision:	3239:87d4f5499e28
author:		Evan Schoenberg
date:		Sat Nov 13 12:04:03 2010 -0600

im.pidgin.adium.1-4 @ dd5af287dc9387c55f1967458d670e8e301de4e2, which is libpurple 2.7.6mtn near release. Includes the ICQ fixes.

diffs (29 lines):

diff -r 80bc77e30a4d -r 87d4f5499e28 Frameworks/libpurple.framework/Versions/0/Headers/auth.h
--- a/Frameworks/libpurple.framework/Versions/0/Headers/auth.h	Sat Nov 13 08:35:57 2010 -0600
+++ b/Frameworks/libpurple.framework/Versions/0/Headers/auth.h	Sat Nov 13 12:04:03 2010 -0600
@@ -59,6 +59,9 @@
 #endif
 JabberSaslMech *jabber_auth_get_fb_mech(void);
 
+void jabber_auth_add_mech(JabberSaslMech *);
+void jabber_auth_remove_mech(JabberSaslMech *);
+
 void jabber_auth_init(void);
 void jabber_auth_uninit(void);
 
diff -r 80bc77e30a4d -r 87d4f5499e28 Frameworks/libpurple.framework/Versions/0/Headers/version.h
--- a/Frameworks/libpurple.framework/Versions/0/Headers/version.h	Sat Nov 13 08:35:57 2010 -0600
+++ b/Frameworks/libpurple.framework/Versions/0/Headers/version.h	Sat Nov 13 12:04:03 2010 -0600
@@ -29,7 +29,7 @@
 /** The minor version of the running libpurple. */
 #define PURPLE_MINOR_VERSION (7)
 /** The micro version of the running libpurple. */
-#define PURPLE_MICRO_VERSION (5)
+#define PURPLE_MICRO_VERSION (6)
 
 #define PURPLE_VERSION_CHECK(x,y,z) ((x) == PURPLE_MAJOR_VERSION && \
 									 ((y) < PURPLE_MINOR_VERSION || \
diff -r 80bc77e30a4d -r 87d4f5499e28 Frameworks/libpurple.framework/Versions/0/Resources/ro/LC_MESSAGES/pidgin.mo
Binary file Frameworks/libpurple.framework/Versions/0/Resources/ro/LC_MESSAGES/pidgin.mo has changed
diff -r 80bc77e30a4d -r 87d4f5499e28 Frameworks/libpurple.framework/Versions/0/libpurple
Binary file Frameworks/libpurple.framework/Versions/0/libpurple has changed




More information about the commits mailing list