adium 5003:a577d388f81e: Preparing for 1.5.4b1.

commits at adium.im commits at adium.im
Fri Aug 17 14:03:35 UTC 2012


details:	http://hg.adium.im/adium/rev/a577d388f81e
revision:	5003:a577d388f81e
branch:		adium-1.5.4
author:		Thijs Alkemade <thijsalkemade at gmail.com>
date:		Fri Aug 17 16:03:20 2012 +0200

Preparing for 1.5.4b1.

diffs (57 lines):

diff -r 47e32218485b -r a577d388f81e ChangeLogs/Changes.txt
--- a/ChangeLogs/Changes.txt	Thu Aug 16 09:45:58 2012 +0200
+++ b/ChangeLogs/Changes.txt	Fri Aug 17 16:03:20 2012 +0200
@@ -1,5 +1,11 @@
 				Adium Version History
 				-----------------------
+Version 1.5.4 (XX/XX/XXXX)
+ * Updated the included Growl SDK to 2.0, adding support for Notification Center on 10.8 if Growl is not installed. (#15867)
+ * Fixed a problem where accepting a group chat invite on Sametime 8.5.1 would crash Adium. (Jere Krischel and Jonathan Rice) (#16114)
+ * Limit the tracking of the last seen time to contacts who are on your contact list.
+
+
 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)
diff -r 47e32218485b -r a577d388f81e Plists/Info.plist
--- a/Plists/Info.plist	Thu Aug 16 09:45:58 2012 +0200
+++ b/Plists/Info.plist	Fri Aug 17 16:03:20 2012 +0200
@@ -354,7 +354,7 @@
 	<key>CFBundleExecutable</key>
 	<string>Adium</string>
 	<key>CFBundleGetInfoString</key>
-	<string>1.5.4hg, Copyright © 2001-2012 The Adium Team</string>
+	<string>1.5.4b1, 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.4hg</string>
+	<string>1.5.4b1</string>
 	<key>CFBundleSignature</key>
 	<string>AdIM</string>
 	<key>CFBundleURLTypes</key>
@@ -469,7 +469,7 @@
 		</dict>
 	</array>
 	<key>CFBundleVersion</key>
-	<string>1.5.4hg</string>
+	<string>1.5.4b1</string>
 	<key>LSApplicationCategoryType</key>
 	<string>public.app-category.social-networking</string>
 	<key>LSFileQuarantineEnabled</key>
diff -r 47e32218485b -r a577d388f81e Release/Makefile
--- a/Release/Makefile	Thu Aug 16 09:45:58 2012 +0200
+++ b/Release/Makefile	Fri Aug 17 16:03:20 2012 +0200
@@ -17,7 +17,7 @@
 # - make all
 ###########
 
-VERSION=1.5.4hg
+VERSION=1.5.4b1
 BUILD_IN_DEBUG_MODE?=FALSE
 BETA?=YES
 OFFICIAL_BUILD?=TRUE




More information about the commits mailing list