adium/adium

Adium 1.5.3
adium-1.5.3
2012-08-12, Robert Vehse
4152af398351
Parents fc01993d6f99
Children c9b03688370c
Adium 1.5.3
--- a/ChangeLogs/Changes.txt Fri Aug 10 16:29:09 2012 +0100
+++ b/ChangeLogs/Changes.txt Sun Aug 12 20:50:54 2012 +0200
@@ -1,6 +1,6 @@
Adium Version History
-----------------------
-Version 1.5.3 (8/XX/2012)
+Version 1.5.3 (8/12/2012)
* Fixed another problem with the transcript viewer causing search to fail when closing and reopening the window. (#13586, #15699)
* Fixed a problem with iTunes 10.6.3 on Mac OS X 10.6.8 causing the chat window's toolbar to break. (#16046)
* Fixed crash at startup that was meant to be fixed in 1.5.2. (#15787)
--- a/Plists/Info.plist Fri Aug 10 16:29:09 2012 +0100
+++ b/Plists/Info.plist Sun Aug 12 20:50:54 2012 +0200
@@ -354,7 +354,7 @@
<key>CFBundleExecutable</key>
<string>Adium</string>
<key>CFBundleGetInfoString</key>
- <string>1.5.3rc1, Copyright © 2001-2012 The Adium Team</string>
+ <string>1.5.3, 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.3rc1</string>
+ <string>1.5.3</string>
<key>CFBundleSignature</key>
<string>AdIM</string>
<key>CFBundleURLTypes</key>
@@ -469,7 +469,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
- <string>1.5.3rc1</string>
+ <string>1.5.3</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.social-networking</string>
<key>LSFileQuarantineEnabled</key>
--- a/Release/Makefile Fri Aug 10 16:29:09 2012 +0100
+++ b/Release/Makefile Sun Aug 12 20:50:54 2012 +0200
@@ -17,9 +17,9 @@
# - make all
###########
-VERSION=1.5.3rc1
+VERSION=1.5.3
BUILD_IN_DEBUG_MODE?=FALSE
-BETA?=TRUE
+BETA?=FALSE
OFFICIAL_BUILD?=TRUE
# Always builds in debug mode.