adium 4311:92981866ae1f: Level up (1.5b4)
commits at adium.im
commits at adium.im
Sun Nov 20 20:29:30 UTC 2011
details: http://hg.adium.im/adium/rev/92981866ae1f
revision: 4311:92981866ae1f
branch: (none)
author: Stephen Holt <sholt at adium.im>
date: Sun Nov 20 12:26:11 2011 -0800
Level up (1.5b4)
diffs (53 lines):
diff -r 6d8b47174089 -r 92981866ae1f ChangeLogs/Changes Between Betas.txt
--- a/ChangeLogs/Changes Between Betas.txt Sat Nov 19 16:15:08 2011 -0800
+++ b/ChangeLogs/Changes Between Betas.txt Sun Nov 20 12:26:11 2011 -0800
@@ -1,5 +1,6 @@
Adium 1.5b4
- * Adium no longer erroneously reports it supports VV. (#15466, #15639)
+ * Reduced application bundle size and memory overhead. (#15466)
+ * Adium no longer erroneously reports it supports VV. (#15639)
* Fixed a visual glitch in AB and status advanced prefs. (#15646)
* Removed import from Fire. (#15366)
* Increased robustness of message context display.
diff -r 6d8b47174089 -r 92981866ae1f Plists/Info.plist
--- a/Plists/Info.plist Sat Nov 19 16:15:08 2011 -0800
+++ b/Plists/Info.plist Sun Nov 20 12:26:11 2011 -0800
@@ -354,7 +354,7 @@
<key>CFBundleExecutable</key>
<string>Adium</string>
<key>CFBundleGetInfoString</key>
- <string>1.5b3, Copyright 2001-2011 The Adium Team</string>
+ <string>1.5b4, 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.5b3</string>
+ <string>1.5b4</string>
<key>CFBundleSignature</key>
<string>AdIM</string>
<key>CFBundleURLTypes</key>
@@ -469,7 +469,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
- <string>1.5b3</string>
+ <string>1.5b4</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.social-networking</string>
<key>LSFileQuarantineEnabled</key>
diff -r 6d8b47174089 -r 92981866ae1f Release/Makefile
--- a/Release/Makefile Sat Nov 19 16:15:08 2011 -0800
+++ b/Release/Makefile Sun Nov 20 12:26:11 2011 -0800
@@ -17,7 +17,7 @@
# - make all
###########
-VERSION=1.5b3
+VERSION=1.5b4
BUILD_IN_DEBUG_MODE?=TRUE
BETA?=TRUE
OFFICIAL_BUILD?=TRUE
More information about the commits
mailing list