adium 4635:d6735a33ebdf: 1.5rc3
commits at adium.im
commits at adium.im
Wed Feb 1 19:00:06 UTC 2012
details: http://hg.adium.im/adium/rev/d6735a33ebdf
revision: 4635:d6735a33ebdf
branch: (none)
author: Adrian Godoroja <robotive at me.com>
date: Wed Feb 01 20:59:57 2012 +0200
1.5rc3
diffs (87 lines):
diff -r cb5f4b09928a -r d6735a33ebdf Adium.xcodeproj/project.pbxproj
--- a/Adium.xcodeproj/project.pbxproj Wed Feb 01 12:45:52 2012 +0100
+++ b/Adium.xcodeproj/project.pbxproj Wed Feb 01 20:59:57 2012 +0200
@@ -12685,6 +12685,7 @@
"\"$(SRCROOT)/Frameworks\"",
"\"$(SRCROOT)/build/Debug\"",
);
+ MACOSX_DEPLOYMENT_TARGET = 10.6;
};
name = Debug;
};
@@ -12698,6 +12699,7 @@
"\"$(SRCROOT)/build/Debug\"",
);
GCC_PREPROCESSOR_DEFINITIONS = RELEASE_BUILD;
+ MACOSX_DEPLOYMENT_TARGET = 10.6;
};
name = Release;
};
@@ -12714,6 +12716,7 @@
RELEASE_BUILD,
DEBUG_BUILD,
);
+ MACOSX_DEPLOYMENT_TARGET = 10.6;
};
name = "Release-Debug";
};
diff -r cb5f4b09928a -r d6735a33ebdf ChangeLogs/Changes Between Betas.txt
--- a/ChangeLogs/Changes Between Betas.txt Wed Feb 01 12:45:52 2012 +0100
+++ b/ChangeLogs/Changes Between Betas.txt Wed Feb 01 20:59:57 2012 +0200
@@ -1,4 +1,12 @@
Adium 1.5xx
+
+Adium 1.5rc3
+General
+ * Fixed permission issues caused by previous release being built incorrectly.
+ * Blacklist the Skype plugin in 1.5, as it's known to be broken.
+ * Removed the hard-coded server name for LiveJournal accounts, they have an SRV record now.
+
+Localisation
* Updated localisations: Italian (#15810, #15808).
diff -r cb5f4b09928a -r d6735a33ebdf ChangeLogs/Changes.txt
--- a/ChangeLogs/Changes.txt Wed Feb 01 12:45:52 2012 +0100
+++ b/ChangeLogs/Changes.txt Wed Feb 01 20:59:57 2012 +0200
@@ -107,6 +107,9 @@
XMPP
* Added support for supported characters in Jabber IDs. (Marc Kalmes) (#13099)
+
+ LiveJournal
+ * Removed the hard-coded server name, they have an SRV record now.
Xtras
* Added version numbers for Xtras to Xtras Manager. (Ariel Chinn) (#11285)
@@ -122,6 +125,9 @@
* New "About Adium" dialog. (Thanks to Mike Houben & Paul Wilde for graphics)
* Aqualicious Graphite, new contact list theme to match OS X Graphite style.
* Updated Growl.framework to 1.3.1.
+ * Updated OAuthCustomer to latest.
+ * Updated Fribidi to version 2 (0.19.x)
+ * Updated JSONKit to latest.
* Fixed nummerous leaks.
* The Downloads stack in the Dock will now bounce when Adium finishes receiving a file.
* Quarantine received files after downloading, so the Finder will show a warning before opening received applications (similar to Safari).
diff -r cb5f4b09928a -r d6735a33ebdf Plists/Info.plist
--- a/Plists/Info.plist Wed Feb 01 12:45:52 2012 +0100
+++ b/Plists/Info.plist Wed Feb 01 20:59:57 2012 +0200
@@ -370,7 +370,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>1.5rc2</string>
+ <string>1.5rc3</string>
<key>CFBundleSignature</key>
<string>AdIM</string>
<key>CFBundleURLTypes</key>
@@ -469,7 +469,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
- <string>1.5rc2</string>
+ <string>1.5rc3</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.social-networking</string>
<key>LSFileQuarantineEnabled</key>
More information about the commits
mailing list