adium 5764:286fca122412: Enter 1.5.9b3 zone.

commits at adium.im commits at adium.im
Wed Nov 13 19:29:14 UTC 2013


details:	http://hg.adium.im/adium/rev/286fca122412
revision:	5764:286fca122412
branch:		adium-1.5.9
author:		Robert Vehse <robertvehse at fastmail.fm>
date:		Wed Nov 13 20:29:07 2013 +0100

Enter 1.5.9b3 zone.

diffs (53 lines):

diff -r 8f720b2fc502 -r 286fca122412 ChangeLogs/Changes.txt
--- a/ChangeLogs/Changes.txt	Tue Nov 12 19:47:13 2013 -0500
+++ b/ChangeLogs/Changes.txt	Wed Nov 13 20:29:07 2013 +0100
@@ -3,6 +3,7 @@
 Version 1.5.9 (//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)
diff -r 8f720b2fc502 -r 286fca122412 Plists/Info.plist
--- a/Plists/Info.plist	Tue Nov 12 19:47:13 2013 -0500
+++ b/Plists/Info.plist	Wed Nov 13 20:29:07 2013 +0100
@@ -354,7 +354,7 @@
 	<key>CFBundleExecutable</key>
 	<string>Adium</string>
 	<key>CFBundleGetInfoString</key>
-	<string>1.5.9b2, Copyright © 2001-2013 The Adium Team</string>
+	<string>1.5.9b3, 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.9b2</string>
+	<string>1.5.9b3</string>
 	<key>CFBundleSignature</key>
 	<string>AdIM</string>
 	<key>CFBundleURLTypes</key>
@@ -469,7 +469,7 @@
 		</dict>
 	</array>
 	<key>CFBundleVersion</key>
-	<string>1.5.9b2</string>
+	<string>1.5.9b3</string>
 	<key>LSApplicationCategoryType</key>
 	<string>public.app-category.social-networking</string>
 	<key>LSFileQuarantineEnabled</key>
diff -r 8f720b2fc502 -r 286fca122412 Release/Makefile
--- a/Release/Makefile	Tue Nov 12 19:47:13 2013 -0500
+++ b/Release/Makefile	Wed Nov 13 20:29:07 2013 +0100
@@ -17,7 +17,7 @@
 # - make all
 ###########
 
-VERSION=1.5.9b2
+VERSION=1.5.9b3
 BUILD_IN_DEBUG_MODE?=TRUE
 BETA?=TRUE
 OFFICIAL_BUILD?=TRUE




More information about the commits mailing list