Skip to content

Commit

Permalink
Metadata updates for release 8.0.0 (#1466)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkeshava authored Dec 7, 2016
1 parent 7a5355f commit b8a5b50
Show file tree
Hide file tree
Showing 51 changed files with 23,044 additions and 22,065 deletions.
4 changes: 2 additions & 2 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
cmake_minimum_required (VERSION 2.8)

project (libphonenumber)
set (libphonenumber_VERSION_MAJOR 7)
set (libphonenumber_VERSION_MINOR 7)
set (libphonenumber_VERSION_MAJOR 8)
set (libphonenumber_VERSION_MINOR 0)

# Helper functions dealing with finding libraries and programs this library
# depends on.
Expand Down
19,628 changes: 9,823 additions & 9,805 deletions cpp/src/phonenumbers/lite_metadata.cc

Large diffs are not rendered by default.

21,323 changes: 10,671 additions & 10,652 deletions cpp/src/phonenumbers/metadata.cc

Large diffs are not rendered by default.

2,721 changes: 1,373 additions & 1,348 deletions cpp/src/phonenumbers/short_metadata.cc

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified java/carrier/src/com/google/i18n/phonenumbers/carrier/data/90_en
Binary file not shown.
Binary file modified java/carrier/src/com/google/i18n/phonenumbers/carrier/data/91_en
Binary file not shown.
Binary file modified java/carrier/src/com/google/i18n/phonenumbers/carrier/data/95_en
Binary file not shown.
Binary file modified java/carrier/src/com/google/i18n/phonenumbers/carrier/data/config
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/95_en
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
8 changes: 1 addition & 7 deletions java/pending_code_changes.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
Code changes:
- Deleting deprecated methods in ShortNumberInfo that work on strings, instead
of phone number objects. These have been marked deprecated for months. Any
users of these methods should call PhoneNumberUtil.parse first to create a
PhoneNumber object, and pass this in.
- Support semicolon as extension character while parsing phone numbers. This
is not applicable when you are trying to find the phone numbers.

18 changes: 18 additions & 0 deletions java/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Dec 07, 2016: v8.0.0
Code changes:
- Deleting deprecated methods in ShortNumberInfo that work on strings, instead
of phone number objects. These have been marked deprecated for months. Any
users of these methods should call PhoneNumberUtil.parse first to create a
PhoneNumber object, and pass this in.
- Support semicolon as extension character while parsing phone numbers. This
is not applicable when you are trying to find the phone numbers.
Metadata changes:
- Updated phone metadata for region code(s):
AM, BD, BR, CI, ES, IN, KI, KR, LI, MC, MM, TZ
- Updated short number metadata for region code(s): KI, MV, MY
- New geocoding data for country calling code(s): 227 (en), 240 (en), 255 (en)
- Updated geocoding data for country calling code(s): 95 (en), 686 (en)
- New carrier data for country calling code(s): 423 (en)
- Updated carrier data for country calling code(s):
90 (en), 91 (en), 95 (en), 255 (en), 374 (en, ru)

Nov 23, 2016: v7.7.5
Code changes:
- Removing all references to possible_number_pattern other than the proto
Expand Down
183 changes: 91 additions & 92 deletions javascript/i18n/phonenumbers/demo-compiled.js

Large diffs are not rendered by default.

55 changes: 27 additions & 28 deletions javascript/i18n/phonenumbers/metadata.js

Large diffs are not rendered by default.

55 changes: 27 additions & 28 deletions javascript/i18n/phonenumbers/metadatalite.js

Large diffs are not rendered by default.

Loading

0 comments on commit b8a5b50

Please sign in to comment.