adium 5874:ff320603e213: Adium 1.5.10
commits at adium.im
commits at adium.im
Fri May 16 23:43:08 UTC 2014
details: http://hg.adium.im/adium/rev/ff320603e213
revision: 5874:ff320603e213
branch: adium-1.5.10
author: Robert Vehse <robertvehse at fastmail.fm>
date: Sat May 17 01:42:55 2014 +0200
Adium 1.5.10
diffs (69 lines):
diff -r ec2eef3dc990 -r ff320603e213 ChangeLogs/Changes.txt
--- a/ChangeLogs/Changes.txt Mon May 05 19:23:03 2014 +0200
+++ b/ChangeLogs/Changes.txt Sat May 17 01:42:55 2014 +0200
@@ -1,7 +1,8 @@
Adium Version History
-----------------------
-Version 1.5.10 (04/XX/2014)
+
+Version 1.5.10 (05/16/2014)
* Updated libpurple to 2.10.9, fixing many security issues.
* Updated the PSMTabBarControl framework, used in Adium for tabs:
* Fixed an issue which occurred when dragging a conversation window into an existing tabbed conversation window and which caused Adium to become unresponsive. (#16281)
@@ -16,7 +17,7 @@
* Fixed idle checks to no longer use the proximity sensor of modern Macs. (Christopher Loessl)
* Fixed dates in the chat log viewer not showing up for very old logs (2006 and earlier). (#16554)
* Security: Enabled a number of TLS ciphers using SHA256.
- * Fixed connecting to servers with outdated TLS support using the unofficial SIPE plugin. (Michael Lamb) (#16550)
+ * Fixed connecting to servers with outdated TLS support using the unofficial SIPE plugin. (Michael Lamb) (#16550) The fix only applies to OS X 10.9, one for OS X 10.8.5 should follow.
* Fixed vertical placement of the unread count in tabs. (#16318)
* Fixed a misbehaving link in the Setup Wizard. (#16587)
diff -r ec2eef3dc990 -r ff320603e213 Plists/Info.plist
--- a/Plists/Info.plist Mon May 05 19:23:03 2014 +0200
+++ b/Plists/Info.plist Sat May 17 01:42:55 2014 +0200
@@ -354,7 +354,7 @@
<key>CFBundleExecutable</key>
<string>Adium</string>
<key>CFBundleGetInfoString</key>
- <string>1.5.10b3, Copyright © 2001-2013 The Adium Team</string>
+ <string>1.5.10, Copyright © 2001-2014 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.10b3</string>
+ <string>1.5.10</string>
<key>CFBundleSignature</key>
<string>AdIM</string>
<key>CFBundleURLTypes</key>
@@ -469,7 +469,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
- <string>1.5.10b3</string>
+ <string>1.5.10</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.social-networking</string>
<key>LSFileQuarantineEnabled</key>
diff -r ec2eef3dc990 -r ff320603e213 Release/Makefile
--- a/Release/Makefile Mon May 05 19:23:03 2014 +0200
+++ b/Release/Makefile Sat May 17 01:42:55 2014 +0200
@@ -17,10 +17,10 @@
# - make all
###########
-VERSION=1.5.10b3
+VERSION=1.5.10
BUILD_IN_DEBUG_MODE?=TRUE
-BETA?=TRUE
-OFFICIAL_BUILD?=TRUE
+BETA?=FALSE
+OFFICIAL_BUILD?=FALSE
# Always builds in debug mode.
NIGHTLY?=FALSE
More information about the commits
mailing list