Skip to content

Commit 5d0a770

Browse files
committedMay 9, 2017
deps: ICU 59.1 bump
* No feature changes. * Bug fixes. * Details: http://site.icu-project.org/download/59 Fixes: #12077 PR-URL: #12486 Refs: #7844 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
1 parent 147048a commit 5d0a770

File tree

899 files changed

+11192
-6834
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

899 files changed

+11192
-6834
lines changed
 

‎LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The externally maintained libraries used by Node.js are:
100100
"""
101101
COPYRIGHT AND PERMISSION NOTICE (ICU 58 and later)
102102

103-
Copyright © 1991-2016 Unicode, Inc. All rights reserved.
103+
Copyright © 1991-2017 Unicode, Inc. All rights reserved.
104104
Distributed under the Terms of Use in http://www.unicode.org/copyright.html
105105

106106
Permission is hereby granted, free of charge, to any person obtaining

‎configure

+2-2
Original file line numberDiff line numberDiff line change
@@ -1043,8 +1043,8 @@ def glob_to_var(dir_base, dir_sub, patch_dir):
10431043
def configure_intl(o):
10441044
icus = [
10451045
{
1046-
'url': 'https://ssl.icu-project.org/files/icu4c/58.2/icu4c-58_2-src.zip',
1047-
'md5': 'f4fca37508fc5d14390501cf17aef084',
1046+
'url': 'https://ssl.icu-project.org/files/icu4c/59.1/icu4c-59_1-src.zip',
1047+
'md5': '29a41f9bb576b06c7eef0487a84a7674',
10481048
},
10491049
]
10501050
def icu_download(path):

0 commit comments

Comments
 (0)