adium 4836:70630a47af92: Version 1.5.1b2
commits at adium.im
commits at adium.im
Mon May 28 20:39:10 UTC 2012
details: http://hg.adium.im/adium/rev/70630a47af92
revision: 4836:70630a47af92
branch: adium-1.5.1
author: Robert Vehse
date: Mon May 28 22:38:52 2012 +0200
Version 1.5.1b2
diffs (71 lines):
diff -r 77986f019c23 -r 70630a47af92 ChangeLogs/Changes.txt
--- a/ChangeLogs/Changes.txt Mon May 21 22:02:27 2012 +0200
+++ b/ChangeLogs/Changes.txt Mon May 28 22:38:52 2012 +0200
@@ -14,6 +14,7 @@
* Renamed "Send Notification" to "Request Attention". (#15789)
* Adjusted the layout of the profile selection window.
* Corrected some MSN emoticon shortcuts. (Paul Wilde) (#15926)
+ * Fixed alphabetical contact list sorting involving diacritics such as "å" and "ä" (Rafael Glauber) (#12578)
* Made "View Release Notes" localizable. (#15914)
Version 1.5 (3/15/2012)
diff -r 77986f019c23 -r 70630a47af92 Copyright.txt
--- a/Copyright.txt Mon May 21 22:02:27 2012 +0200
+++ b/Copyright.txt Mon May 28 22:38:52 2012 +0200
@@ -1,5 +1,5 @@
Adium
-Copyright © 2001-2012 by the following:
+Copyright © 2001-2012 by the following:
Thijs Alkemade
Adam Atlas
@@ -36,6 +36,7 @@
Tyler Funnell
Brian Ganninger
Thomas Gibson-Robinson
+Rafael Glauber
Kevin Glowacz
Adrian Godoroja
Alexei Gorny
diff -r 77986f019c23 -r 70630a47af92 Plists/Info.plist
--- a/Plists/Info.plist Mon May 21 22:02:27 2012 +0200
+++ b/Plists/Info.plist Mon May 28 22:38:52 2012 +0200
@@ -354,7 +354,7 @@
<key>CFBundleExecutable</key>
<string>Adium</string>
<key>CFBundleGetInfoString</key>
- <string>1.5.1b1, Copyright © 2001-2012 The Adium Team</string>
+ <string>1.5.1b2, 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.1b1</string>
+ <string>1.5.1b2</string>
<key>CFBundleSignature</key>
<string>AdIM</string>
<key>CFBundleURLTypes</key>
@@ -469,7 +469,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
- <string>1.5.1b1</string>
+ <string>1.5.1b2</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.social-networking</string>
<key>LSFileQuarantineEnabled</key>
diff -r 77986f019c23 -r 70630a47af92 Release/Makefile
--- a/Release/Makefile Mon May 21 22:02:27 2012 +0200
+++ b/Release/Makefile Mon May 28 22:38:52 2012 +0200
@@ -17,7 +17,7 @@
# - make all
###########
-VERSION=1.5.1b1
+VERSION=1.5.1b2
BUILD_IN_DEBUG_MODE?=FALSE
BETA?=TRUE
OFFICIAL_BUILD?=TRUE
More information about the commits
mailing list