Changelog for
perl-Number-Phone-3.4006-1.1.noarch.rpm :
Thu Dec 6 13:00:00 2018 Stephan Kulow
- updated to 3.4006
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
2018-12-05 3.4006 Expose libphonenumber\'s IDD prefix regexes
(see https://github.com/DrHyde/perl-modules-Number-Phone/pull/89);
New NANP area codes for Jamaica and Canada;
Data updates
Thu Jun 21 14:00:00 2018 cooloAATTsuse.com
- updated to 3.4005
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
Thu Apr 12 14:00:00 2018 cooloAATTsuse.com
- updated to 3.4004
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
Wed Feb 7 13:00:00 2018 cooloAATTsuse.com
- updated to 3.4003
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
2018-01-08 3.4003 UK \"protected\" numbers should have false is_allocated();
Bugfix for countries that don\'t have area names (see
https://github.com/DrHyde/perl-modules-Number-Phone/issues/64);
Match libphonenumber\'s behaviour when countries have identical
validators for fixed_line and mobile (see
https://github.com/DrHyde/perl-modules-Number-Phone/issues/84);
Accept numbers in some more unusual national dialling formats (see
https://github.com/DrHyde/perl-modules-Number-Phone/issues/77);
Recognise some more special rate numbers in Barbados and Bahamas (see
https://github.com/DrHyde/perl-modules-Number-Phone/pull/86);
Add format_for_country method;
Data updates
2017-09-05 3.4002 Add new US and CA area codes;
UK data is now in a normal data file instead of a humungous binary
module;
Re-open the UK database in children after forking
(see https://github.com/DrHyde/perl-modules-Number-Phone/issues/72);
UK data can be slurped into memory for faster access (but slow startup);
Data updates
Mon Jul 3 14:00:00 2017 cooloAATTsuse.com
- updated to 3.4001
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
2017-07-02 3.4001 Added some nominally redundant dependencies (see
https://github.com/DrHyde/perl-modules-Number-Phone/pull/68);
UK \"protected\" numbers are now included;
Data updates
Wed Mar 15 13:00:00 2017 cooloAATTsuse.com
- updated to 3.4000
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
2017-03-14 3.4000 Changed Kosovo\'s placeholder country-code from KOS to XK;
+383 (Kosovo) is now a special-case for validation
(see https://github.com/DrHyde/perl-modules-Number-Phone/issues/66);
Data updates
Wed Dec 7 13:00:00 2016 cooloAATTsuse.com
- updated to 3.3000
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
2016-12-06 3.3000 Implemented is_drama
(see https://github.com/DrHyde/perl-modules-Number-Phone/pull/61);
NANP modules now know about is_tollfree, is_specialrate and
is_personal;
Number::Phone::Country will now warn that exporting is deprecated;
Stubs and dial_to are no longer experimental;
Minor doco improvements, including some from the Debian project
(see https://github.com/DrHyde/perl-modules-Number-Phone/issues/60);
Minor coverage improvements by getting rid of some redundant
code paths;
More comprehensive testing of stubs, and resulting bug-fixes for
territories that appear as part of another\'s number plan, such
as enormous Kazakhstan and tiny Tristan da Cunha;
Thu Sep 8 14:00:00 2016 cooloAATTsuse.com
- updated to 3.2001
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
2016-09-07 3.2001 Data updates
Sun Jun 12 14:00:00 2016 cooloAATTsuse.com
- updated to 3.2000
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
2016-06-05 3.2000 Bump version number because rpm is stupid and thinks
3.1 < 3.0014;
Recognize Isle of Man (IM) free/special-rate
numbers;
Data updates
Tue Mar 8 13:00:00 2016 cooloAATTsuse.com
- updated to 3.1
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
2016-03-04 3.1 Added the format_using() method and the ability to
use third-party formatters, thanks to Michael
Schout for the suggestion;
Data updates
Wed Dec 9 13:00:00 2015 cooloAATTsuse.com
- updated to 3.0014
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
2015-12-08 3.0014 Deprecated APIs of being able to call most methods as
class methods or functions instead of object methods
have now been deleted;
Remove unnecessary N::P::NANP->country method - the
implementation in the superclass is sufficient
Sat Nov 14 13:00:00 2015 cooloAATTsuse.com
- updated to 3.0013
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
2015-11-04 3.0013 Fix another bug in the tests which threw up
misleading failures if a country-specific subclass
was installed
2015-10-26 3.0012 Updated dialing prefixes in N::P::Country
from Michael Gray;
Fix broken code for is_specialrate in stubs,
which previously always returned undef (ie
unknown) even when libphonenumber knew it was
eg premium rate (bug found by Gerhard Poul\'s
PR 46);
+44 3 numbers have is_specialrate set;
Fix bug where Number::Phone::Country would get
re-set to \'UK\' mode instead of the ISO-ly
correct \'GB\' mode;
Data updates.
Wed Sep 23 14:00:00 2015 cooloAATTsuse.com
- updated to 3.0011
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
2015-09-09 3.0011 Data updates
Fri Jul 24 14:00:00 2015 cooloAATTsuse.com
- updated to 3.0010
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
2015-07-20 3.0010 Fix a minor bug in the tests which were throiwing up
misleading failures if a country-specific subclass
was installed
Sun Jul 19 14:00:00 2015 cooloAATTsuse.com
- updated to 3.0009
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
2015-07-18 3.0009 Data updates;
Heard Island has nothing to do with the Marshall Islands!
Don\'t create stub objects when given just a country code
(see https://github.com/DrHyde/perl-modules-Number-Phone/issues/40)
Sun Jun 21 14:00:00 2015 cooloAATTsuse.com
- updated to 3.0008
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
2015-06-05 3.0008 Turn on the utf-8 flag on areacode names;
Data updates
Fri Apr 17 14:00:00 2015 cooloAATTsuse.com
- initial package