adium/adium

Adium 1.5.4
adium-1.5.4 1.5.4
2012-11-04, Robert Vehse
5efcd11df694
Parents 7888ba0cb6b1
Children c436f536180f
Adium 1.5.4
--- a/ChangeLogs/Changes.txt Sun Nov 04 15:07:22 2012 +0100
+++ b/ChangeLogs/Changes.txt Sun Nov 04 23:43:44 2012 +0100
@@ -1,6 +1,6 @@
Adium Version History
-----------------------
-Version 1.5.4 (XX/XX/XXXX)
+Version 1.5.4 (11/4/2012)
* Updated the included Growl SDK to 2.0, adding support for Notification Center on 10.8 if Growl is not installed. (#15867)
* Updated libotr to 3.2.1, fixing a security vulnerability. (#16122)
* Updated libpurple to 2.10.6.
--- a/Plists/Info.plist Sun Nov 04 15:07:22 2012 +0100
+++ b/Plists/Info.plist Sun Nov 04 23:43:44 2012 +0100
@@ -354,7 +354,7 @@
<key>CFBundleExecutable</key>
<string>Adium</string>
<key>CFBundleGetInfoString</key>
- <string>1.5.4b4, Copyright © 2001-2012 The Adium Team</string>
+ <string>1.5.4, Copyright © 2001-2012 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.5.4b4</string>
+ <string>1.5.4</string>
<key>CFBundleSignature</key>
<string>AdIM</string>
<key>CFBundleURLTypes</key>
@@ -469,7 +469,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
- <string>1.5.4b4</string>
+ <string>1.5.4</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.social-networking</string>
<key>LSFileQuarantineEnabled</key>
@@ -848,8 +848,8 @@
</array>
</dict>
</dict>
- </array>
- <key>NSSupportsAutomaticGraphicsSwitching</key>
- <true/>
+ </array>
+ <key>NSSupportsAutomaticGraphicsSwitching</key>
+ <true/>
</dict>
</plist>
--- a/Release/Makefile Sun Nov 04 15:07:22 2012 +0100
+++ b/Release/Makefile Sun Nov 04 23:43:44 2012 +0100
@@ -17,9 +17,9 @@
# - make all
###########
-VERSION=1.5.4b4
-BUILD_IN_DEBUG_MODE?=TRUE
-BETA?=TRUE
+VERSION=1.5.4
+BUILD_IN_DEBUG_MODE?=FALSE
+BETA?=FALSE
OFFICIAL_BUILD?=TRUE
# Always builds in debug mode.