adium 4940:09a2e943cd4e: 1.5.3rc1

commits at adium.im commits at adium.im
Sun Aug 5 20:49:04 UTC 2012


details:	http://hg.adium.im/adium/rev/09a2e943cd4e
revision:	4940:09a2e943cd4e
branch:		adium-1.5.3
author:		Robert Vehse
date:		Sun Aug 05 22:48:55 2012 +0200

1.5.3rc1

diffs (63 lines):

diff -r 6511dcb8e2da -r 09a2e943cd4e ChangeLogs/Changes.txt
--- 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)
diff -r 6511dcb8e2da -r 09a2e943cd4e Plists/Info.plist
--- 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>
diff -r 6511dcb8e2da -r 09a2e943cd4e Release/Makefile
--- 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




More information about the commits mailing list