Preparing for 1.5.4b1. adium-1.5.4
authorThijs Alkemade <thijsalkemade@gmail.com>
Fri, 17 Aug 2012 16:03:20 +0200
branchadium-1.5.4
changeset 5003a577d388f81e
parent 5001 47e32218485b
child 5007 6885cc11568c
Preparing for 1.5.4b1.
ChangeLogs/Changes.txt
Plists/Info.plist
Release/Makefile
     1.1 --- a/ChangeLogs/Changes.txt	Thu Aug 16 09:45:58 2012 +0200
     1.2 +++ b/ChangeLogs/Changes.txt	Fri Aug 17 16:03:20 2012 +0200
     1.3 @@ -1,5 +1,11 @@
     1.4  				Adium Version History
     1.5  				-----------------------
     1.6 +Version 1.5.4 (XX/XX/XXXX)
     1.7 + * Updated the included Growl SDK to 2.0, adding support for Notification Center on 10.8 if Growl is not installed. (#15867)
     1.8 + * Fixed a problem where accepting a group chat invite on Sametime 8.5.1 would crash Adium. (Jere Krischel and Jonathan Rice) (#16114)
     1.9 + * Limit the tracking of the last seen time to contacts who are on your contact list.
    1.10 +
    1.11 +
    1.12  Version 1.5.3 (8/12/2012)
    1.13   * Fixed another problem with the transcript viewer causing search to fail when closing and reopening the window. (#13586, #15699)
    1.14   * Fixed a problem with iTunes 10.6.3 on Mac OS X 10.6.8 causing the chat window's toolbar to break. (#16046)
     2.1 --- a/Plists/Info.plist	Thu Aug 16 09:45:58 2012 +0200
     2.2 +++ b/Plists/Info.plist	Fri Aug 17 16:03:20 2012 +0200
     2.3 @@ -354,7 +354,7 @@
     2.4  	<key>CFBundleExecutable</key>
     2.5  	<string>Adium</string>
     2.6  	<key>CFBundleGetInfoString</key>
     2.7 -	<string>1.5.4hg, Copyright © 2001-2012 The Adium Team</string>
     2.8 +	<string>1.5.4b1, Copyright © 2001-2012 The Adium Team</string>
     2.9  	<key>CFBundleHelpBookFolder</key>
    2.10  	<string>AdiumHelp</string>
    2.11  	<key>CFBundleHelpBookName</key>
    2.12 @@ -370,7 +370,7 @@
    2.13  	<key>CFBundlePackageType</key>
    2.14  	<string>APPL</string>
    2.15  	<key>CFBundleShortVersionString</key>
    2.16 -	<string>1.5.4hg</string>
    2.17 +	<string>1.5.4b1</string>
    2.18  	<key>CFBundleSignature</key>
    2.19  	<string>AdIM</string>
    2.20  	<key>CFBundleURLTypes</key>
    2.21 @@ -469,7 +469,7 @@
    2.22  		</dict>
    2.23  	</array>
    2.24  	<key>CFBundleVersion</key>
    2.25 -	<string>1.5.4hg</string>
    2.26 +	<string>1.5.4b1</string>
    2.27  	<key>LSApplicationCategoryType</key>
    2.28  	<string>public.app-category.social-networking</string>
    2.29  	<key>LSFileQuarantineEnabled</key>
     3.1 --- a/Release/Makefile	Thu Aug 16 09:45:58 2012 +0200
     3.2 +++ b/Release/Makefile	Fri Aug 17 16:03:20 2012 +0200
     3.3 @@ -17,7 +17,7 @@
     3.4  # - make all
     3.5  ###########
     3.6  
     3.7 -VERSION=1.5.4hg
     3.8 +VERSION=1.5.4b1
     3.9  BUILD_IN_DEBUG_MODE?=FALSE
    3.10  BETA?=YES
    3.11  OFFICIAL_BUILD?=TRUE