adium 2400:5b4ffe8b8a28: Back to 1.4hg for the nightly.
commits at adium.im
commits at adium.im
Fri May 29 19:50:55 UTC 2009
details: http://hg.adium.im/adium/rev/5b4ffe8b8a28
revision: 2400:5b4ffe8b8a28
author: Zachary West <zacw at adium.im>
date: Fri May 29 15:50:44 2009 -0400
Back to 1.4hg for the nightly.
diffs (24 lines):
diff -r 0d364fd70a02 -r 5b4ffe8b8a28 Plugins/Image Uploading Plugin/AIPicImImageUploader.m
--- a/Plugins/Image Uploading Plugin/AIPicImImageUploader.m Fri May 29 12:39:07 2009 -0400
+++ b/Plugins/Image Uploading Plugin/AIPicImImageUploader.m Fri May 29 15:50:44 2009 -0400
@@ -131,6 +131,8 @@
response = [[NSMutableDictionary alloc] init];
resultData = [data copy];
+ AILogWithSignature(@"%@", [NSString stringWithData:data encoding:NSUTF8StringEncoding]);
+
responseParser = [[NSXMLParser alloc] initWithData:resultData];
[responseParser setDelegate:self];
[responseParser parse];
diff -r 0d364fd70a02 -r 5b4ffe8b8a28 Release/Makefile
--- a/Release/Makefile Fri May 29 12:39:07 2009 -0400
+++ b/Release/Makefile Fri May 29 15:50:44 2009 -0400
@@ -17,7 +17,7 @@
# - make all
###########
-VERSION=1.4b5
+VERSION=1.4hg
BUILD_IN_DEBUG_MODE?=TRUE
BETA?=TRUE
OFFICIAL_BUILD?=TRUE
More information about the commits
mailing list