adium-1.4 3552:e21fa99b1f27: 1.4.3b1
commits at adium.im
commits at adium.im
Sun Jun 26 15:26:18 UTC 2011
details: http://hg.adium.im/adium-1.4/rev/e21fa99b1f27
revision: 3552:e21fa99b1f27
branch: (none)
author: Evan Schoenberg
date: Sun Jun 26 10:26:12 2011 -0500
1.4.3b1
diffs (64 lines):
diff -r 7309beb46a0a -r e21fa99b1f27 ChangeLogs/Changes.txt
--- a/ChangeLogs/Changes.txt Sat Jun 25 16:02:59 2011 -0500
+++ b/ChangeLogs/Changes.txt Sun Jun 26 10:26:12 2011 -0500
@@ -1,5 +1,14 @@
 Adium Version History
-----------------------
+Version 1.4.3
+ * MSN: Fixed direct file transfers, user icons, and receiving custom emoticons, while disabling multiple points of presence (MPOP). We determined that this was the better trade-off based on user feedback.
+ * Facebook
+ * Fixed connectivity.
+ * Facebook will now connect via the officially-sanctioned mechanism. You no longer have to provide Adium with your username and password; you will be prompted to authenticate via a facebook.com window when you first log in. Existing accounts are automatically upgraded.
+ * AIM/ICQ: Fixed connecting while using a proxy server
+ * Twitter: Fixed loading the Following list.
+ * Fixed the 'Add Link' function, which was broken in 1.4.2
+
Version 1.4.2 (06/13/2011)
Updated to libpurple 2.7.11. Highlights of applicable changes:
* MSN
diff -r 7309beb46a0a -r e21fa99b1f27 Plists/Info.plist
--- a/Plists/Info.plist Sat Jun 25 16:02:59 2011 -0500
+++ b/Plists/Info.plist Sun Jun 26 10:26:12 2011 -0500
@@ -354,7 +354,7 @@
<key>CFBundleExecutable</key>
<string>Adium</string>
<key>CFBundleGetInfoString</key>
- <string>1.4.2, Copyright 2001-2011 The Adium Team</string>
+ <string>1.4.3b1, Copyright 2001-2011 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.2</string>
+ <string>1.4.3b1</string>
<key>CFBundleSignature</key>
<string>AdIM</string>
<key>CFBundleURLTypes</key>
@@ -469,7 +469,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
- <string>1.4.2</string>
+ <string>1.4.3b1</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.social-networking</string>
<key>LSMinimumSystemVersion</key>
diff -r 7309beb46a0a -r e21fa99b1f27 Release/Makefile
--- a/Release/Makefile Sat Jun 25 16:02:59 2011 -0500
+++ b/Release/Makefile Sun Jun 26 10:26:12 2011 -0500
@@ -17,9 +17,9 @@
# - make all
###########
-VERSION=1.4.2
-BUILD_IN_DEBUG_MODE?=FALSE
-BETA?=FALSE
+VERSION=1.4.3b1
+BUILD_IN_DEBUG_MODE?=TRUE
+BETA?=TRUE
OFFICIAL_BUILD?=TRUE
# Always builds in debug mode.
More information about the commits
mailing list