adium/adium

1.5.3rc1
adium-1.5.3
2012-08-05, Robert Vehse
09a2e943cd4e
Parents 6511dcb8e2da
Children c0141ab924b4
1.5.3rc1
--- a/ChangeLogs/Changes.txt Sun Aug 05 22:46:04 2012 +0200
+++ b/ChangeLogs/Changes.txt Sun Aug 05 22:48:55 2012 +0200
@@ -1,14 +1,16 @@
Adium Version History
-----------------------
-Version 1.5.3 (XX/XX/XXXX)
+Version 1.5.3 (8/XX/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)
* Fixed an issue that caused logging in to Facebook to fail when login approvals are enabled. (#15705)
* Icons set for group chat bookmarks will now show up on the tab bar in the chat window. (Andreas Marienborg) (#14484)
* Fixed tables not being declared as such via VoiceOver. (Marco Zehe) (#16085)
* Improved memory use slightly.
* Fixed a crash when receiving invalid XML on 10.8. (#16095)
+
Version 1.5.2 (7/21/2012)
* Fixed an issue where the log indexer would never finish.
* Fixed a number of crashes that could occur after closing the Transcript Viewer. (#15984, #15823)
--- a/Plists/Info.plist Sun Aug 05 22:46:04 2012 +0200
+++ b/Plists/Info.plist Sun Aug 05 22:48:55 2012 +0200
@@ -354,7 +354,7 @@
<key>CFBundleExecutable</key>
<string>Adium</string>
<key>CFBundleGetInfoString</key>
- <string>1.5.3b1, Copyright © 2001-2012 The Adium Team</string>
+ <string>1.5.3rc1, 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.3b1</string>
+ <string>1.5.3rc1</string>
<key>CFBundleSignature</key>
<string>AdIM</string>
<key>CFBundleURLTypes</key>
@@ -469,7 +469,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
- <string>1.5.3b1</string>
+ <string>1.5.3rc1</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.social-networking</string>
<key>LSFileQuarantineEnabled</key>
--- a/Release/Makefile Sun Aug 05 22:46:04 2012 +0200
+++ b/Release/Makefile Sun Aug 05 22:48:55 2012 +0200
@@ -17,7 +17,7 @@
# - make all
###########
-VERSION=1.5.3b1
+VERSION=1.5.3rc1
BUILD_IN_DEBUG_MODE?=FALSE
BETA?=TRUE
OFFICIAL_BUILD?=TRUE