adium 4849:76b5e0220340: Adium 1.5.1 (tonight)
commits at adium.im
commits at adium.im
Wed Jun 6 14:52:41 UTC 2012
details: http://hg.adium.im/adium/rev/76b5e0220340
revision: 4849:76b5e0220340
branch: adium-1.5.1
author: Robert Vehse
date: Wed Jun 06 16:34:26 2012 +0200
Adium 1.5.1 (tonight)
diffs (71 lines):
diff -r 7adb4713197b -r 76b5e0220340 ChangeLogs/Changes.txt
--- a/ChangeLogs/Changes.txt Tue May 29 00:05:57 2012 +0200
+++ b/ChangeLogs/Changes.txt Wed Jun 06 16:34:26 2012 +0200
@@ -1,9 +1,9 @@
Adium Version History
-----------------------
Version 1.5.1
- * Adium is now securely signed with an Apple Developer ID for OS X 10.8 / GateKeeper compatibility
+ * Adium is now securely signed with an Apple Developer ID for OS X 10.8 / GateKeeper compatibility.
* Updated to libpurple 2.10.4
- * AIM/ICQ: Fixed communication with buddies containing periods and underscores
+ * AIM/ICQ: Fixed communication with buddies containing periods and underscores.
* MSN: Fixed messages to offline contacts.
* MSN: Switched to MSN protocol version 18, therefore re-enabling Multiple Points of Presence support.
* Fixed a number of security issues (see http://pidgin.im/news/security/), small memory leaks, miscellaneous bugs.
@@ -12,9 +12,9 @@
* Fixed status indicators in chat windows with only one chat. (#9620)
* Increased the size of the focus indicators so that they can be better seen when using overlay scrollbars.
* Fixed the transcript viewer not saving the user list size.
+ * Corrected some MSN emoticon shortcuts. (Paul Wilde) (#15926)
* 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) (#12678)
* Made "View Release Notes" localizable. (#15914)
diff -r 7adb4713197b -r 76b5e0220340 Plists/Info.plist
--- a/Plists/Info.plist Tue May 29 00:05:57 2012 +0200
+++ b/Plists/Info.plist Wed Jun 06 16:34:26 2012 +0200
@@ -354,7 +354,7 @@
<key>CFBundleExecutable</key>
<string>Adium</string>
<key>CFBundleGetInfoString</key>
- <string>1.5.1b2, Copyright © 2001-2012 The Adium Team</string>
+ <string>1.5.1, 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.1b2</string>
+ <string>1.5.1</string>
<key>CFBundleSignature</key>
<string>AdIM</string>
<key>CFBundleURLTypes</key>
@@ -469,7 +469,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
- <string>1.5.1b2</string>
+ <string>1.5.1</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.social-networking</string>
<key>LSFileQuarantineEnabled</key>
diff -r 7adb4713197b -r 76b5e0220340 Release/Makefile
--- a/Release/Makefile Tue May 29 00:05:57 2012 +0200
+++ b/Release/Makefile Wed Jun 06 16:34:26 2012 +0200
@@ -17,9 +17,9 @@
# - make all
###########
-VERSION=1.5.1b2
+VERSION=1.5.1
BUILD_IN_DEBUG_MODE?=FALSE
-BETA?=TRUE
+BETA?=FALSE
OFFICIAL_BUILD?=TRUE
# Always builds in debug mode.
More information about the commits
mailing list