Version 1.5.1b2 adium-1.5.1
authorRobert Vehse
Mon, 28 May 2012 22:38:52 +0200
branchadium-1.5.1
changeset 483670630a47af92
parent 4834 77986f019c23
child 4837 5c28842f2dc4
Version 1.5.1b2
ChangeLogs/Changes.txt
Copyright.txt
Plists/Info.plist
Release/Makefile
     1.1 --- a/ChangeLogs/Changes.txt	Mon May 21 22:02:27 2012 +0200
     1.2 +++ b/ChangeLogs/Changes.txt	Mon May 28 22:38:52 2012 +0200
     1.3 @@ -14,6 +14,7 @@
     1.4    * Renamed "Send Notification" to "Request Attention". (#15789)
     1.5    * Adjusted the layout of the profile selection window.
     1.6    * Corrected some MSN emoticon shortcuts. (Paul Wilde) (#15926)
     1.7 +  * Fixed alphabetical contact list sorting involving diacritics such as "å" and "ä" (Rafael Glauber) (#12578)
     1.8    * Made "View Release Notes" localizable. (#15914)
     1.9  
    1.10  Version 1.5 (3/15/2012)
     2.1 --- a/Copyright.txt	Mon May 21 22:02:27 2012 +0200
     2.2 +++ b/Copyright.txt	Mon May 28 22:38:52 2012 +0200
     2.3 @@ -1,5 +1,5 @@
     2.4  Adium
     2.5 -Copyright © 2001-2012 by the following:
     2.6 +Copyright © 2001-2012 by the following:
     2.7  
     2.8  Thijs Alkemade
     2.9  Adam Atlas
    2.10 @@ -36,6 +36,7 @@
    2.11  Tyler Funnell
    2.12  Brian Ganninger
    2.13  Thomas Gibson-Robinson
    2.14 +Rafael Glauber
    2.15  Kevin Glowacz
    2.16  Adrian Godoroja
    2.17  Alexei Gorny
     3.1 --- a/Plists/Info.plist	Mon May 21 22:02:27 2012 +0200
     3.2 +++ b/Plists/Info.plist	Mon May 28 22:38:52 2012 +0200
     3.3 @@ -354,7 +354,7 @@
     3.4  	<key>CFBundleExecutable</key>
     3.5  	<string>Adium</string>
     3.6  	<key>CFBundleGetInfoString</key>
     3.7 -	<string>1.5.1b1, Copyright © 2001-2012 The Adium Team</string>
     3.8 +	<string>1.5.1b2, Copyright © 2001-2012 The Adium Team</string>
     3.9  	<key>CFBundleHelpBookFolder</key>
    3.10  	<string>AdiumHelp</string>
    3.11  	<key>CFBundleHelpBookName</key>
    3.12 @@ -370,7 +370,7 @@
    3.13  	<key>CFBundlePackageType</key>
    3.14  	<string>APPL</string>
    3.15  	<key>CFBundleShortVersionString</key>
    3.16 -	<string>1.5.1b1</string>
    3.17 +	<string>1.5.1b2</string>
    3.18  	<key>CFBundleSignature</key>
    3.19  	<string>AdIM</string>
    3.20  	<key>CFBundleURLTypes</key>
    3.21 @@ -469,7 +469,7 @@
    3.22  		</dict>
    3.23  	</array>
    3.24  	<key>CFBundleVersion</key>
    3.25 -	<string>1.5.1b1</string>
    3.26 +	<string>1.5.1b2</string>
    3.27  	<key>LSApplicationCategoryType</key>
    3.28  	<string>public.app-category.social-networking</string>
    3.29  	<key>LSFileQuarantineEnabled</key>
     4.1 --- a/Release/Makefile	Mon May 21 22:02:27 2012 +0200
     4.2 +++ b/Release/Makefile	Mon May 28 22:38:52 2012 +0200
     4.3 @@ -17,7 +17,7 @@
     4.4  # - make all
     4.5  ###########
     4.6  
     4.7 -VERSION=1.5.1b1
     4.8 +VERSION=1.5.1b2
     4.9  BUILD_IN_DEBUG_MODE?=FALSE
    4.10  BETA?=TRUE
    4.11  OFFICIAL_BUILD?=TRUE