adium-1.4 3670:d33a27072196: 1.4.5rc1
commits at adium.im
commits at adium.im
Sat Mar 17 22:17:21 UTC 2012
details: http://hg.adium.im/adium-1.4/rev/d33a27072196
revision: 3670:d33a27072196
branch: (none)
author: Robert Vehse
date: Sat Mar 17 23:17:10 2012 +0100
1.4.5rc1
diffs (65 lines):
diff -r 77f7b9068ed9 -r d33a27072196 ChangeLogs/Changes.txt
--- a/ChangeLogs/Changes.txt Wed Mar 07 13:37:01 2012 +0100
+++ b/ChangeLogs/Changes.txt Sat Mar 17 23:17:10 2012 +0100
@@ -1,12 +1,13 @@
Adium Version History
-----------------------
-Version 1.4.5 (X/X/X)
+Version 1.4.5 (03/XX/2012)
+ * Fixed a crash on PPC Macs when logging in to ICQ. (#15881)
* Fixed crash when starting certain group chat requests. (#15674)
* Fixed not being able to delete Gadu-Gadu contacts disabling contact list synchronisation with the Gadu-Gadu servers (for now). (#9126)
* Fixed a leak. (#15484)
* Fixed some mistakes in the Russian localisation. (#15571, #15769)
-Version 1.4.4 (12/5/2011)
+Version 1.4.4 (12/05/2011)
Services
* Facebook: Fixed connectivity. (#15544, #15583)
* Yahoo: Fixed avatars of contacts not updating correctly.
diff -r 77f7b9068ed9 -r d33a27072196 Plists/Info.plist
--- a/Plists/Info.plist Wed Mar 07 13:37:01 2012 +0100
+++ b/Plists/Info.plist Sat Mar 17 23:17:10 2012 +0100
@@ -354,7 +354,7 @@
<key>CFBundleExecutable</key>
<string>Adium</string>
<key>CFBundleGetInfoString</key>
- <string>1.4.4, Copyright 2001-2011 The Adium Team</string>
+ <string>1.4.5rc1, 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.4</string>
+ <string>1.4.5rc1</string>
<key>CFBundleSignature</key>
<string>AdIM</string>
<key>CFBundleURLTypes</key>
@@ -469,7 +469,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
- <string>1.4.4</string>
+ <string>1.4.5rc1</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.social-networking</string>
<key>LSMinimumSystemVersion</key>
diff -r 77f7b9068ed9 -r d33a27072196 Release/Makefile
--- a/Release/Makefile Wed Mar 07 13:37:01 2012 +0100
+++ b/Release/Makefile Sat Mar 17 23:17:10 2012 +0100
@@ -18,9 +18,9 @@
# - make all
###########
-VERSION=1.4.4
-BUILD_IN_DEBUG_MODE?=FALSE
-BETA?=FALSE
+VERSION=1.4.5rc1
+BUILD_IN_DEBUG_MODE?=TRUE
+BETA?=TRUE
OFFICIAL_BUILD?=TRUE
# Always builds in debug mode.
More information about the commits
mailing list