[Adium-commits] adium-1.3 315:2de64a15fa0c: 1.3.4 changes, versioning

adium-commits at adiumx.com adium-commits at adiumx.com
Fri Apr 24 10:53:56 UTC 2009


details:	http://hg.adiumx.com/adium-1.3/rev/2de64a15fa0c
revision:	315:2de64a15fa0c
author:		Evan Schoenberg
date:		Fri Apr 24 06:53:35 2009 -0400

1.3.4 changes, versioning

diffstat:

 ChangeLogs/Changes.txt |  7 +++++++
 Plists/Info.plist      |  6 +++---
 Release/Makefile       |  6 +++---
 3 files changed, 13 insertions(+), 6 deletions(-)

diffs (63 lines):

diff -r 50f08d0f5a89 -r 2de64a15fa0c ChangeLogs/Changes.txt
--- a/ChangeLogs/Changes.txt	Fri Apr 24 06:16:12 2009 -0400
+++ b/ChangeLogs/Changes.txt	Fri Apr 24 06:53:35 2009 -0400
@@ -1,5 +1,12 @@
 				Adium Version History
 				-----------------------
+Version 1.3.4
+ * Facebook fixes
+   * Updated to pidgin-facebook 1.5.0, fixing a major bug in which massive amounts of data could be continuously sent and received under certain situations as well as several minor bugs
+   * Fixed a bug in which the Facebook numeric ID rather than name could be shown in the contact list (#11676)
+ * Fixed a crash when loading Jabber/XMPP account preferences when the computer's host name is not set (#11246)
+ * Updated to libpurple 2.5.5
+
 Version 1.3.3 (2/19/2009)
  * Major changes
     * Fixed a crash when using XMPP gateways and removing contacts
diff -r 50f08d0f5a89 -r 2de64a15fa0c Plists/Info.plist
--- a/Plists/Info.plist	Fri Apr 24 06:16:12 2009 -0400
+++ b/Plists/Info.plist	Fri Apr 24 06:53:35 2009 -0400
@@ -330,7 +330,7 @@
 	<key>CFBundleExecutable</key>
 	<string>Adium</string>
 	<key>CFBundleGetInfoString</key>
-	<string>1.3.4hg, Copyright 2001-2008 The Adium Team</string>
+	<string>1.3.4b1, Copyright 2001-2008 The Adium Team</string>
 	<key>CFBundleHelpBookFolder</key>
 	<string>AdiumHelp</string>
 	<key>CFBundleHelpBookName</key>
@@ -346,7 +346,7 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>1.3.4hg</string>
+	<string>1.3.4b1</string>
 	<key>CFBundleSignature</key>
 	<string>AdIM</string>
 	<key>CFBundleURLTypes</key>
@@ -415,7 +415,7 @@
 		</dict>
 	</array>
 	<key>CFBundleVersion</key>
-	<string>1.3.4hg</string>
+	<string>1.3.4b1</string>
 	<key>LSMinimumSystemVersion</key>
 	<string>10.4.0</string>
 	<key>LSRequiresNativeExecution</key>
diff -r 50f08d0f5a89 -r 2de64a15fa0c Release/Makefile
--- a/Release/Makefile	Fri Apr 24 06:16:12 2009 -0400
+++ b/Release/Makefile	Fri Apr 24 06:53:35 2009 -0400
@@ -17,10 +17,10 @@
 # - make all
 ###########
 
-VERSION=1.3.4hg
-BUILD_IN_DEBUG_MODE?=FALSE
+VERSION=1.3.4b1
+BUILD_IN_DEBUG_MODE?=TRUE
 BETA?=TRUE
-OFFICIAL_BUILD?=FALSE
+OFFICIAL_BUILD?=TRUE
 
 # Always builds in debug mode.
 NIGHTLY?=FALSE




More information about the commits mailing list