Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: bump ICU from 54 to 55 #2292

Closed
srl295 opened this issue Aug 3, 2015 · 5 comments
Closed

build: bump ICU from 54 to 55 #2292

srl295 opened this issue Aug 3, 2015 · 5 comments
Labels
build Issues and PRs related to build files or the CI. i18n-api Issues and PRs related to the i18n implementation.

Comments

@srl295
Copy link
Member

srl295 commented Aug 3, 2015

node is using ICU 54 ( 2014-oct-06 ). Bump to 55 ( 2015-apr-08)

Note that ICU 56 is scheduled for 2015-oct ish.

( Parallel to nodejs/node-v0.x-archive#25790 )

@mscdex mscdex added the build Issues and PRs related to build files or the CI. label Aug 3, 2015
@srl295
Copy link
Member Author

srl295 commented Aug 3, 2015

see nodejs/node-v0.x-archive#25790

@jbergstroem
Copy link
Member

Quick Q; what upstream fixes/functionality do we get?

@srl295
Copy link
Member Author

srl295 commented Aug 4, 2015

@jbergstroem Current/updated time zone and locale data. Speed improvements in date formatting. icu4c 55 changelot / cldr 27 changelog.

@silverwind silverwind added the i18n-api Issues and PRs related to the i18n implementation. label Aug 10, 2015
srl295 added a commit to srl295/node that referenced this issue Aug 13, 2015
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 <[email protected]>
Reviewed-By: Johan Bergström <[email protected]>
Fixes: nodejs#2292
PR-URL: nodejs#2293
srl295 added a commit that referenced this issue Aug 13, 2015
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 <[email protected]>
Reviewed-By: Johan Bergström <[email protected]>
Fixes: #2292
PR-URL: #2293
srl295 added a commit to srl295/node-v0.x-archive that referenced this issue Aug 13, 2015
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)

Fixes: nodejs#25855
PR-URL: https://github.com/joyent/node/pull/#%E2%98%83

Originally-Reviewed-By: João Reis <[email protected]>
Originally-Reviewed-By: Johan Bergström <[email protected]>
Originally-Fixes: nodejs/node#2292
Original-PR-URL: nodejs/node#2293
srl295 added a commit to srl295/node-v0.x-archive that referenced this issue Aug 13, 2015
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)

Fixes: nodejs#25855
PR-URL: nodejs#25856
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: João Reis <[email protected]>

Backport from nodejs/node:
> Originally-Fixes: nodejs/node#2292
> Original-PR-URL: nodejs/node#2293
srl295 added a commit to srl295/node-v0.x-archive that referenced this issue Aug 13, 2015
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)

Fixes: nodejs#25855
PR-URL: nodejs#25856
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: João Reis <[email protected]>

Backport from nodejs/node:
> Originally-Fixes: nodejs/node#2292
> Original-PR-URL: nodejs/node#2293
srl295 added a commit to srl295/node-v0.x-archive that referenced this issue Aug 13, 2015
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)

Fixes: nodejs#25855

Backport from nodejs/node:
> Originally-Fixes: nodejs/node#2292
> Original-PR-URL: nodejs/node#2293
srl295 added a commit to nodejs/node-v0.x-archive that referenced this issue Aug 14, 2015
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)

Fixes: #25855

Backport from nodejs/node:
> Originally-Fixes: nodejs/node#2292
> Original-PR-URL: nodejs/node#2293

PR-URL: #25856
Reviewed-By: João Reis <[email protected]>
Reviewed-By: James Snell <[email protected]>
srl295 added a commit that referenced this issue Aug 17, 2015
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 <[email protected]>
Reviewed-By: Johan Bergström <[email protected]>
Fixes: #2292
PR-URL: #2293
@srl295
Copy link
Member Author

srl295 commented Aug 25, 2015

  • TODO: update status here

@srl295
Copy link
Member Author

srl295 commented Sep 16, 2015

ICU 55 went into v3.1.0

@srl295 srl295 closed this as completed Sep 16, 2015
jBarz pushed a commit to ibmruntimes/node that referenced this issue Nov 4, 2016
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)

Fixes: nodejs#25855

Backport from nodejs/node:
> Originally-Fixes: nodejs/node#2292
> Original-PR-URL: nodejs/node#2293

PR-URL: nodejs#25856
Reviewed-By: João Reis <[email protected]>
Reviewed-By: James Snell <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI. i18n-api Issues and PRs related to the i18n implementation.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants