adium-1.3 333:a54a886ea1ac: Ignore .DS_Store

commits at adium.im commits at adium.im
Sat May 16 20:34:18 UTC 2009


details:	http://hg.adium.im/adium-1.3/rev/a54a886ea1ac
revision:	333:a54a886ea1ac
author:		Zachary West <zacw at adium.im>
date:		Sat May 16 16:29:12 2009 -0400

Ignore .DS_Store
Subject: adium-1.3 334:3e95aaf0a768: im.pidgin.adium.1-3 at d86ba5dabb2878bdc997f97140693db5db92fb32, which is soon-to-be 2.5.6 final.

details:	http://hg.adium.im/adium-1.3/rev/3e95aaf0a768
revision:	334:3e95aaf0a768
author:		Zachary West <zacw at adium.im>
date:		Sat May 16 16:32:38 2009 -0400

im.pidgin.adium.1-3 at d86ba5dabb2878bdc997f97140693db5db92fb32, which is soon-to-be 2.5.6 final.
Subject: adium-1.3 335:964a5b4bb5a8: Version up for 1.3.4rc1. I do not want to push a release with modifications without at least a little testing.

details:	http://hg.adium.im/adium-1.3/rev/964a5b4bb5a8
revision:	335:964a5b4bb5a8
author:		Zachary West <zacw at adium.im>
date:		Sat May 16 16:33:28 2009 -0400

Version up for 1.3.4rc1. I do not want to push a release with modifications without at least a little testing.

diffstat:

 .hgignore                                                                        |  1 +
 Frameworks/libpurple.framework/Versions/0.5.6/Resources/de/LC_MESSAGES/pidgin.mo |    
 Frameworks/libpurple.framework/Versions/0.5.6/libpurple                          |    
 Plists/Info.plist                                                                |  6 +++---
 Release/Makefile                                                                 |  4 ++--
 5 files changed, 6 insertions(+), 5 deletions(-)

diffs (57 lines):

diff -r 3d01d85bec14 -r 964a5b4bb5a8 .hgignore
--- a/.hgignore	Thu May 14 13:57:46 2009 -0700
+++ b/.hgignore	Sat May 16 16:33:28 2009 -0400
@@ -1,4 +1,5 @@
 syntax: glob
+.DS_Store
 Adium.xcodeproj/*.mode*
 Adium.xcodeproj/*.pbxuser
 build
diff -r 3d01d85bec14 -r 964a5b4bb5a8 Frameworks/libpurple.framework/Versions/0.5.6/Resources/de/LC_MESSAGES/pidgin.mo
Binary file Frameworks/libpurple.framework/Versions/0.5.6/Resources/de/LC_MESSAGES/pidgin.mo has changed
diff -r 3d01d85bec14 -r 964a5b4bb5a8 Frameworks/libpurple.framework/Versions/0.5.6/libpurple
Binary file Frameworks/libpurple.framework/Versions/0.5.6/libpurple has changed
diff -r 3d01d85bec14 -r 964a5b4bb5a8 Plists/Info.plist
--- a/Plists/Info.plist	Thu May 14 13:57:46 2009 -0700
+++ b/Plists/Info.plist	Sat May 16 16:33:28 2009 -0400
@@ -330,7 +330,7 @@
 	<key>CFBundleExecutable</key>
 	<string>Adium</string>
 	<key>CFBundleGetInfoString</key>
-	<string>1.3.4b3, Copyright 2001-2009 The Adium Team</string>
+	<string>1.3.4rc1, Copyright 2001-2009 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.4b3</string>
+	<string>1.3.4rc1</string>
 	<key>CFBundleSignature</key>
 	<string>AdIM</string>
 	<key>CFBundleURLTypes</key>
@@ -415,7 +415,7 @@
 		</dict>
 	</array>
 	<key>CFBundleVersion</key>
-	<string>1.3.4b3</string>
+	<string>1.3.4rc1</string>
 	<key>LSMinimumSystemVersion</key>
 	<string>10.4.0</string>
 	<key>LSRequiresNativeExecution</key>
diff -r 3d01d85bec14 -r 964a5b4bb5a8 Release/Makefile
--- a/Release/Makefile	Thu May 14 13:57:46 2009 -0700
+++ b/Release/Makefile	Sat May 16 16:33:28 2009 -0400
@@ -17,8 +17,8 @@
 # - make all
 ###########
 
-VERSION=1.3.4b3
-BUILD_IN_DEBUG_MODE?=TRUE
+VERSION=1.3.4rc1
+BUILD_IN_DEBUG_MODE?=FALSE
 BETA?=TRUE
 OFFICIAL_BUILD?=TRUE
 




More information about the commits mailing list