adium 5102:636322280fe5: Prepare 1.5.4b2

commits at adium.im commits at adium.im
Tue Oct 9 10:08:14 UTC 2012


details:	http://hg.adium.im/adium/rev/636322280fe5
revision:	5102:636322280fe5
branch:		adium-1.5.4
author:		Robert Vehse
date:		Tue Oct 09 12:08:04 2012 +0200

Prepare 1.5.4b2

diffs (71 lines):

diff -r bdcf20050785 -r 636322280fe5 ChangeLogs/Changes.txt
--- a/ChangeLogs/Changes.txt	Tue Oct 09 00:12:51 2012 +0200
+++ b/ChangeLogs/Changes.txt	Tue Oct 09 12:08:04 2012 +0200
@@ -1,12 +1,13 @@
 				Adium Version History
 				-----------------------
 Version 1.5.4 (XX/XX/XXXX)
- * Changed the default tab switching shortcuts for new users to Control-Tab/Control-Shift-Tab, to match Safari. (#16102)
- * Limit the tracking of the last seen time to contacts who are on your contact list.
  * 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)
- * Fixed a problem where accepting a group chat invite on Sametime 8.5.1 would crash Adium. (Jere Krischel and Jonathan Rice) (#16114)
+ * Changed the default tab switching shortcuts for new users to Control-Tab/Control-Shift-Tab, to match Safari. (#16102)
+ * Improved disk usage: limit the tracking of the "last seen" time to contacts who are on your contact list.
+ * Fixed a problem where accepting a group chat invite on Sametime 8.5.1 would crash Adium. (Jonathan Rice and Jere Krischel) (#16114)
  * Fixed a problem where accepting a group chat invite on HipChat's XMPP server would crash Adium. (#16007)
+ * Fix a problem preventing Adium from executing Applescripts when Gatekeeper is enabled.
 
 
 Version 1.5.3 (8/12/2012)
@@ -18,7 +19,7 @@
  * 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)
  * Fixed a problem with emoticons scaling disproportionately in the yMous message style when using OS X 10.8.
- * Improved memory use slightly.
+ * Improved memory usage slightly.
 
 
 Version 1.5.2 (7/21/2012)
diff -r bdcf20050785 -r 636322280fe5 Plists/Info.plist
--- a/Plists/Info.plist	Tue Oct 09 00:12:51 2012 +0200
+++ b/Plists/Info.plist	Tue Oct 09 12:08:04 2012 +0200
@@ -354,7 +354,7 @@
 	<key>CFBundleExecutable</key>
 	<string>Adium</string>
 	<key>CFBundleGetInfoString</key>
-	<string>1.5.4b1, Copyright © 2001-2012 The Adium Team</string>
+	<string>1.5.4b2, 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.4b1</string>
+	<string>1.5.4b2</string>
 	<key>CFBundleSignature</key>
 	<string>AdIM</string>
 	<key>CFBundleURLTypes</key>
@@ -469,7 +469,7 @@
 		</dict>
 	</array>
 	<key>CFBundleVersion</key>
-	<string>1.5.4b1</string>
+	<string>1.5.4b2</string>
 	<key>LSApplicationCategoryType</key>
 	<string>public.app-category.social-networking</string>
 	<key>LSFileQuarantineEnabled</key>
diff -r bdcf20050785 -r 636322280fe5 Release/Makefile
--- a/Release/Makefile	Tue Oct 09 00:12:51 2012 +0200
+++ b/Release/Makefile	Tue Oct 09 12:08:04 2012 +0200
@@ -17,7 +17,7 @@
 # - make all
 ###########
 
-VERSION=1.5.4b1
+VERSION=1.5.4b2
 BUILD_IN_DEBUG_MODE?=FALSE
 BETA?=YES
 OFFICIAL_BUILD?=TRUE




More information about the commits mailing list