adium-1.4 3253:31b7242b6e69: im.pidgin.adium.1-4 @ 241c0dfb30b8d...
commits at adium.im
commits at adium.im
Mon Nov 15 02:59:25 UTC 2010
details: http://hg.adium.im/adium-1.4/rev/31b7242b6e69
revision: 3253:31b7242b6e69
author: Evan Schoenberg
date: Sun Nov 14 20:56:54 2010 -0600
im.pidgin.adium.1-4 @ 241c0dfb30b8d26fef38047807a31e939fb9423e which is libpurple 2.7.5. This is a separate head from the previous commit, as we have now returned to 2.7.5 stable rather than 2.7.6mtn.
Subject: adium-1.4 3254:bcaa0b37b4bf: 1.4.1b2
details: http://hg.adium.im/adium-1.4/rev/bcaa0b37b4bf
revision: 3254:bcaa0b37b4bf
author: Evan Schoenberg
date: Sun Nov 14 20:58:45 2010 -0600
1.4.1b2
diffs (69 lines):
diff -r 95ed1cf02a6e -r bcaa0b37b4bf Frameworks/libpurple.framework/Versions/0/Headers/auth.h
--- a/Frameworks/libpurple.framework/Versions/0/Headers/auth.h Sun Nov 14 18:36:41 2010 -0800
+++ b/Frameworks/libpurple.framework/Versions/0/Headers/auth.h Sun Nov 14 20:58:45 2010 -0600
@@ -59,9 +59,6 @@
#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 95ed1cf02a6e -r bcaa0b37b4bf Frameworks/libpurple.framework/Versions/0/Headers/version.h
--- a/Frameworks/libpurple.framework/Versions/0/Headers/version.h Sun Nov 14 18:36:41 2010 -0800
+++ b/Frameworks/libpurple.framework/Versions/0/Headers/version.h Sun Nov 14 20:58:45 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 (6)
+#define PURPLE_MICRO_VERSION (5)
#define PURPLE_VERSION_CHECK(x,y,z) ((x) == PURPLE_MAJOR_VERSION && \
((y) < PURPLE_MINOR_VERSION || \
diff -r 95ed1cf02a6e -r bcaa0b37b4bf Frameworks/libpurple.framework/Versions/0/libpurple
Binary file Frameworks/libpurple.framework/Versions/0/libpurple has changed
diff -r 95ed1cf02a6e -r bcaa0b37b4bf Plists/Info.plist
--- a/Plists/Info.plist Sun Nov 14 18:36:41 2010 -0800
+++ b/Plists/Info.plist Sun Nov 14 20:58:45 2010 -0600
@@ -354,7 +354,7 @@
<key>CFBundleExecutable</key>
<string>Adium</string>
<key>CFBundleGetInfoString</key>
- <string>1.4.1b1, Copyright 2001-2010 The Adium Team</string>
+ <string>1.4.1b2, Copyright 2001-2010 The Adium Team</string>
<key>CFBundleHelpBookFolder</key>
<string>AdiumHelp</string>
<key>CFBundleHelpBookName</key>
@@ -370,7 +370,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>1.4.1b1</string>
+ <string>1.4.1b2</string>
<key>CFBundleSignature</key>
<string>AdIM</string>
<key>CFBundleURLTypes</key>
@@ -469,7 +469,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
- <string>1.4.1b1</string>
+ <string>1.4.1b2</string>
<key>LSMinimumSystemVersion</key>
<string>10.5.8</string>
<key>LSRequiresNativeExecution</key>
diff -r 95ed1cf02a6e -r bcaa0b37b4bf Release/Makefile
--- a/Release/Makefile Sun Nov 14 18:36:41 2010 -0800
+++ b/Release/Makefile Sun Nov 14 20:58:45 2010 -0600
@@ -17,7 +17,7 @@
# - make all
###########
-VERSION=1.4.1b1
+VERSION=1.4.1b2
BUILD_IN_DEBUG_MODE?=TRUE
BETA?=TRUE
OFFICIAL_BUILD?=TRUE
More information about the commits
mailing list