adium 5771:213f4163a8b5: Adium 1.5.9
commits at adium.im
commits at adium.im
Mon Dec 2 16:47:47 UTC 2013
details: http://hg.adium.im/adium/rev/213f4163a8b5
revision: 5771:213f4163a8b5
branch: adium-1.5.9
author: Robert Vehse <robertvehse at fastmail.fm>
date: Mon Dec 02 17:47:35 2013 +0100
Adium 1.5.9
diffs (64 lines):
diff -r 7a7aed005b2b -r 213f4163a8b5 ChangeLogs/Changes.txt
--- a/ChangeLogs/Changes.txt Thu Apr 25 14:09:50 2013 -0400
+++ b/ChangeLogs/Changes.txt Mon Dec 02 17:47:35 2013 +0100
@@ -1,12 +1,13 @@
Adium Version History
-----------------------
-Version 1.5.9 (//2013)
+Version 1.5.9 (11/23/2013)
* Fixed a crash which could occur when attempting to send files, especially on OS X 10.9. ("fain") (#16352, #16430)
* Fixed a crash which could occur on OS X 10.9.
* Fixed an issue causing Adium to hang when encoding a message.
* Fixed greyed-out user icons in the message view when using the "Stockholm" message style. (#16502)
* Fixed borderless contact lists not taking multi-screen menu bars into account. (#16514)
* Fixed building Adium on OS X 10.9. (#16408)
+ * Fixed some deprecated functions which were being logged to Console.app. (#16362)
Version 1.5.8 (10/13/2013)
diff -r 7a7aed005b2b -r 213f4163a8b5 Plists/Info.plist
--- a/Plists/Info.plist Thu Apr 25 14:09:50 2013 -0400
+++ b/Plists/Info.plist Mon Dec 02 17:47:35 2013 +0100
@@ -354,7 +354,7 @@
<key>CFBundleExecutable</key>
<string>Adium</string>
<key>CFBundleGetInfoString</key>
- <string>1.5.9b3, Copyright © 2001-2013 The Adium Team</string>
+ <string>1.5.9, Copyright © 2001-2013 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.9b3</string>
+ <string>1.5.9</string>
<key>CFBundleSignature</key>
<string>AdIM</string>
<key>CFBundleURLTypes</key>
@@ -469,7 +469,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
- <string>1.5.9b3</string>
+ <string>1.5.9</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.social-networking</string>
<key>LSFileQuarantineEnabled</key>
diff -r 7a7aed005b2b -r 213f4163a8b5 Release/Makefile
--- a/Release/Makefile Thu Apr 25 14:09:50 2013 -0400
+++ b/Release/Makefile Mon Dec 02 17:47:35 2013 +0100
@@ -17,9 +17,9 @@
# - make all
###########
-VERSION=1.5.9b3
-BUILD_IN_DEBUG_MODE?=TRUE
-BETA?=TRUE
+VERSION=1.5.9
+BUILD_IN_DEBUG_MODE?=FALSE
+BETA?=FALSE
OFFICIAL_BUILD?=TRUE
# Always builds in debug mode.
More information about the commits
mailing list