adium 3295:99f0701271b2: Add some 1.5 changes to changes.txt.
commits at adium.im
commits at adium.im
Mon Sep 13 13:33:15 UTC 2010
details: http://hg.adium.im/adium/rev/99f0701271b2
revision: 3295:99f0701271b2
author: Robert Vehse
date: Mon Sep 13 15:31:42 2010 +0200
Add some 1.5 changes to changes.txt.
Subject: adium 3296:c06115b7fac4: Merge
details: http://hg.adium.im/adium/rev/c06115b7fac4
revision: 3296:c06115b7fac4
author: Robert Vehse
date: Mon Sep 13 15:32:50 2010 +0200
Merge
diffs (79 lines):
diff -r fb6284e51795 -r c06115b7fac4 ChangeLogs/Changes.txt
--- a/ChangeLogs/Changes.txt Sun Sep 12 21:55:46 2010 -0400
+++ b/ChangeLogs/Changes.txt Mon Sep 13 15:32:50 2010 +0200
@@ -1,8 +1,20 @@
Adium Version History
-----------------------
Version 1.5 (X/X/XXX)
+ * 64bit support
+
+ * Fix a crash related to Cyrillic nicknames in IRC. (#13351)
+ * Add a "Do Nothing" event. (#3590).
* Clicking on a link whilst holding the Cmd key opens the link in the background. (#12129)
-
+ * Improved the logic for the display of tooltips. (#12774)
+ * Added a "Reopen Closed Tab" menu item to the File menu that will restore the most recently closed tab. (#12537)
+ * Regex support for mentions. (#12832)
+ * Added version numbers for Xtras to Xtras Manager. (#11285)
+ * Fix link insertion for NetNewsWire. (#11389)
+ * Add Google Chrome support for link insertion.
+ * Added a menu item to view release notes in the help menu. (#8569)
+ * Miscellaneous improvements to Copyright.txt file.
+
Version 1.4 (X/X/XXX)
* Requires Mac OS X 10.5 or later
* Added Twitter
@@ -179,26 +191,26 @@
* Moved dock icon and status menu item controls to a new "Message Alerts" advanced preferences.
* Updated to Sparkle 1.5
-== Version 1.3.10 (01/12/2010) ==
+Version 1.3.10 (01/12/2010)
* Disabled the Facebook CAPTCHA, updated the Facebook plugin.
* Updated libjson-glib, fixing some 64-bit issues.
-== Version 1.3.9 (01/11/2010) ==
+Version 1.3.9 (01/11/2010)
* Updated libpurple to fix a security issue with custom emoticons.
* Corrected user icons not updating correctly on Snow Leopard.
-== Version 1.3.8 (11/04/2009) ==
+Version 1.3.8 (11/04/2009)
* Updated pidgin-facebook chat, fixing login.
* Corrected the Events preferences not displaying the correct list on Snow Leopard.
-== Version 1.3.7 (10/16/2009) ==
+Version 1.3.7 (10/16/2009)
* Updated libpurple
* Fix a crash when some clients send contacts in a format we don't understand on ICQ.
* Fix blocking and other privacy lists on AIM/ICQ.
* Fixed CAPTCHA not working properly on Facebook.
* Fixed iChat emoticons on Snow Leopard.
-== Version 1.3.6 (8/20/2009) ==
+Version 1.3.6 (8/20/2009)
* Updated to libpurple 2.5.9
* Fix a crash via a specially crafted MSN message (CVE-2009-2694).
* Fix a crash in Bonjour, MSN, and XMPP when trying to transfer files with NULL names.
diff -r fb6284e51795 -r c06115b7fac4 xcconfigs/Adium.xcconfig
--- a/xcconfigs/Adium.xcconfig Sun Sep 12 21:55:46 2010 -0400
+++ b/xcconfigs/Adium.xcconfig Mon Sep 13 15:32:50 2010 +0200
@@ -5,7 +5,6 @@
FRAMEWORK_SEARCH_PATHS = $(inherited)
INFOPLIST_OTHER_PREPROCESSOR_FLAGS = -C
INFOPLIST_PREPROCESS = YES
-OTHER_LDFLAGS =
INFOPLIST_FILE = Plists/Info.plist
INFOPLIST_PREFIX_HEADER = $(TARGET_BUILD_DIR)/include/PlistMacros.h
LD_RUNPATH_SEARCH_PATHS = @executable_path/../Frameworks
diff -r fb6284e51795 -r c06115b7fac4 xcconfigs/Base.xcconfig
--- a/xcconfigs/Base.xcconfig Sun Sep 12 21:55:46 2010 -0400
+++ b/xcconfigs/Base.xcconfig Mon Sep 13 15:32:50 2010 +0200
@@ -25,6 +25,7 @@
VALID_ARCHS = i386 ppc x86_64
DEBUG_INFORMATION_FORMAT = dwarf
WARNING_CFLAGS = -Wall
+OTHER_LDFLAGS = -Wl -pie
FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_PROJECT_1 = "$(BUILT_PRODUCTS_DIR)"
GCC_WARN_64_TO_32_BIT_CONVERSION = YES
GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES
More information about the commits
mailing list