build: Intl: deps: bump ICU to 56.1 (GA)
authorSteven R. Loomis <srl@icu-project.org>
Wed, 7 Oct 2015 22:40:26 +0000 (18:40 -0400)
committerJames M Snell <jasnell@gmail.com>
Thu, 8 Oct 2015 23:56:10 +0000 (16:56 -0700)
commitaf24376e187d444654787724b1cfc724137b0e85
treea8c8e22ce40d7b6e1c5f11dd612a1eb312fc820d
parent7c85557ef0ec9907e74f6a331d6694fea3fcd271
build: Intl: deps: bump ICU to 56.1 (GA)

* ICU 56 was just released yesterday. Update to it.
* Notable changes: Unicode 8, CLDR 28, 2-3x number format perf,
  20% improvement in Collator startup
  * more at http://site.icu-project.org/download/56 or in #2917

Also:

* cleanup out/**/*.d and deps/icu  on "make clean"
* cleanup deps/icu on "vcbuild clean"

When building from an non-clean directory, it's important to
run `make clean` or `vcbuild clean` to remove the existing
ICU 55 from the deps path before building.

Fixes: https://github.com/nodejs/node/issues/2917
PR-URL: https://github.com/nodejs/node/pull/3281
Reviewed-By: James M Snell <jasnell@gmail.com>
Makefile
configure
vcbuild.bat