Browse Source

Keghani update 7.7.0 (#1349)

Sep 19, 2016: libphonenumber-7.7.0

Code changes:

Removed the dependency on protobuf (protobuf-javanano) from the Java library, resurrecting java/libphonenumber/src/com/google/i18n/phonenumbers/Phonemetadata.java which was present until libphonenumber-7.1.1.

Does not affect the C++ or JavaScript libraries.
pull/1350/head
Keghani Kouzoujian 9 years ago
committed by lararennie
parent
commit
c606c24c83
5 changed files with 10 additions and 7 deletions
  1. +1
    -1
      cpp/CMakeLists.txt
  2. BIN
      java/carrier/src/com/google/i18n/phonenumbers/carrier/data/config
  3. BIN
      java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/config
  4. +1
    -6
      java/pending_code_changes.txt
  5. +8
    -0
      java/release_notes.txt

+ 1
- 1
cpp/CMakeLists.txt View File

@ -18,7 +18,7 @@ cmake_minimum_required (VERSION 2.8)
project (libphonenumber) project (libphonenumber)
set (libphonenumber_VERSION_MAJOR 7) set (libphonenumber_VERSION_MAJOR 7)
set (libphonenumber_VERSION_MINOR 6)
set (libphonenumber_VERSION_MINOR 7)
# Helper functions dealing with finding libraries and programs this library # Helper functions dealing with finding libraries and programs this library
# depends on. # depends on.


BIN
java/carrier/src/com/google/i18n/phonenumbers/carrier/data/config View File


BIN
java/geocoder/src/com/google/i18n/phonenumbers/geocoding/data/config View File


+ 1
- 6
java/pending_code_changes.txt View File

@ -1,6 +1 @@
Code changes:
- Removed the dependency on protobuf (protobuf-javanano) from the Java library,
resurrecting
java/libphonenumber/src/com/google/i18n/phonenumbers/Phonemetadata.java
which was present until libphonenumber-7.1.1.
Does not affect the C++ or JavaScript libraries.

+ 8
- 0
java/release_notes.txt View File

@ -1,3 +1,11 @@
Sep 19, 2016: libphonenumber-7.7.0
Code changes:
- Removed the dependency on protobuf (protobuf-javanano) from the Java library,
resurrecting
java/libphonenumber/src/com/google/i18n/phonenumbers/Phonemetadata.java
which was present until libphonenumber-7.1.1.
Does not affect the C++ or JavaScript libraries.
Sep 07, 2016: libphonenumber-7.6.1 Sep 07, 2016: libphonenumber-7.6.1
Code changes: Code changes:
- Phonemetadata.java has two more fields to represent possible lengths of phone - Phonemetadata.java has two more fields to represent possible lengths of phone


Loading…
Cancel
Save