aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSteven R. Loomis <srloomis@us.ibm.com>2015-08-03 12:44:06 -0700
committerSteven R. Loomis <srloomis@us.ibm.com>2015-08-13 06:44:27 -0700
commit6dc01eb7fd961a6f7e9efc6aa765be567a80d300 (patch)
treedfbef5f0a1243f4cfa55b02eab67a325e641027e /tools
parenta642a76ef4a5f49eeeaf0668b7a851d8d87e812b (diff)
downloadandroid-node-v8-6dc01eb7fd961a6f7e9efc6aa765be567a80d300.tar.gz
android-node-v8-6dc01eb7fd961a6f7e9efc6aa765be567a80d300.tar.bz2
android-node-v8-6dc01eb7fd961a6f7e9efc6aa765be567a80d300.zip
build: Intl: bump ICU4C from 54 to 55
node was using ICU4C 54 ( released 2014-oct-06 ) * Bump to ICU4C 55 ( released 2015-apr-08) * Timezone fixes, translation fixes, bug/performance fixes. * Speed improvements in date formatting * ICU4C 55 changelog: http://site.icu-project.org/download/55 * CLDR 27 changelog: http://cldr.unicode.org/index/downloads/cldr-27 * Retarget the file exclusions from ICU4C 54 to ICU4C 55 * (improves on-disk footprint on some platforms) Reviewed-By: João Reis <reis@janeasystems.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu> Fixes: https://github.com/nodejs/node/issues/2292 PR-URL: https://github.com/nodejs/node/pull/2293
Diffstat (limited to 'tools')
-rw-r--r--tools/icu/icu-generic.gyp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/icu/icu-generic.gyp b/tools/icu/icu-generic.gyp
index bb2b5e5e4d..900cdb96f0 100644
--- a/tools/icu/icu-generic.gyp
+++ b/tools/icu/icu-generic.gyp
@@ -111,8 +111,8 @@
'<@(icu_src_i18n)'
],
'conditions': [
- [ 'icu_ver_major == 54', { 'sources!': [
- ## Strip out the following for ICU 54 only.
+ [ 'icu_ver_major == 55', { 'sources!': [
+ ## Strip out the following for ICU 55 only.
## add more conditions in the future?
## if your compiler can dead-strip, this will
## make ZERO difference to binary size.
@@ -369,8 +369,8 @@
'<@(icu_src_common)',
],
'conditions': [
- [ 'icu_ver_major == 54', { 'sources!': [
- ## Strip out the following for ICU 54 only.
+ [ 'icu_ver_major == 55', { 'sources!': [
+ ## Strip out the following for ICU 55 only.
## add more conditions in the future?
## if your compiler can dead-strip, this will
## make ZERO difference to binary size.