adium-1.4 3623:e9876704681e: 1.4.3rc1
commits at adium.im
commits at adium.im
Mon Aug 22 14:26:54 UTC 2011
details: http://hg.adium.im/adium-1.4/rev/e9876704681e
revision: 3623:e9876704681e
branch: (none)
author: Robert Vehse
date: Mon Aug 22 16:26:10 2011 +0200
1.4.3rc1
We're getting there...
diffs (63 lines):
diff -r c730cfa6f4d6 -r e9876704681e ChangeLogs/Changes.txt
--- a/ChangeLogs/Changes.txt Mon Aug 22 13:06:41 2011 +0200
+++ b/ChangeLogs/Changes.txt Mon Aug 22 16:26:10 2011 +0200
@@ -1,13 +1,16 @@
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. (reverted to MSNP15 support from MSNP16) (#15256)
+ * 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. (reverted to libpurple's MSNP15 support from MSNP16) (#15256)
* MSN: Fixed an issue involving the "Friendly name changes too often" error. (#15364)
+ * GoogleTalk: Worked around an issue where messages contained XML code. (#15419)
* 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. (#15239)
+ * Fixed a fairly common crash related to user lists. (#14294)
+ * Activated overlay scrollers on Mac OS X Lion. (#15394)
* Fixed an issue where Adium was constantly writing with the computer screen off for a long time. (#15147)
* Fixed the "Add Link" function, which was broken in 1.4.2. (#15259)
* Fixed instances where contacts weren't being highlighted despite having been set to. (#14493).
diff -r c730cfa6f4d6 -r e9876704681e Plists/Info.plist
--- a/Plists/Info.plist Mon Aug 22 13:06:41 2011 +0200
+++ b/Plists/Info.plist Mon Aug 22 16:26:10 2011 +0200
@@ -354,7 +354,7 @@
<key>CFBundleExecutable</key>
<string>Adium</string>
<key>CFBundleGetInfoString</key>
- <string>1.4.3b3, Copyright 2001-2011 The Adium Team</string>
+ <string>1.4.3rc1, 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.3b3</string>
+ <string>1.4.3rc1</string>
<key>CFBundleSignature</key>
<string>AdIM</string>
<key>CFBundleURLTypes</key>
@@ -469,7 +469,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
- <string>1.4.3b3</string>
+ <string>1.4.3rc1</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.social-networking</string>
<key>LSMinimumSystemVersion</key>
diff -r c730cfa6f4d6 -r e9876704681e Release/Makefile
--- a/Release/Makefile Mon Aug 22 13:06:41 2011 +0200
+++ b/Release/Makefile Mon Aug 22 16:26:10 2011 +0200
@@ -17,7 +17,7 @@
# - make all
###########
-VERSION=1.4.3b3
+VERSION=1.4.3rc1
BUILD_IN_DEBUG_MODE?=TRUE
BETA?=TRUE
OFFICIAL_BUILD?=TRUE
More information about the commits
mailing list