Files
perl-Number-Phone/perl-Number-Phone.changes

327 lines
14 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Fri Feb 5 03:11:18 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 3.7001
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
2020-02-04 3.7001 Data from OFCOM/CNAC/NPA/localcallingguide.com squirreled
away during builds for greater reproducibility;
Data updates
-------------------------------------------------------------------
Sat Dec 5 03:09:02 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 3.7000
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
2020-12-04 3.7000 Bugfixes in dial_to for stubs and unallocated UK numbers;
Windows doesn't properly support fork() so skip the tests for it;
Minor documentation clarification re constructor;
Stub classes shrunk by de-duping areanames;
Kosovo appears to have fully switched to using its own country code;
Option to build --without_uk and save disk space
(see https://github.com/DrHyde/perl-modules-Number-Phone/issues/95);
Correctly identify UK 04, 05[01234789], and 06 numbers as invalid,
instead of valid but unallocated (fix arising from
https://github.com/DrHyde/perl-modules-Number-Phone/issues/98);
Use data from a tagged release of libphonenumber instead of whatever
is in master, so builds are more reproducible, and expose that
tag in libphonenumber_tag method;
Expose OFCOM, CNAC, NPA and localcallingguide.com data update
date/time in N::P::{UK,NANP::CA,NANP::US,NANP}->data_source;
Data updates
-------------------------------------------------------------------
Sat Sep 5 03:22:10 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 3.6006
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
2020-09-04 3.6006 Data updates
-------------------------------------------------------------------
Sun Jun 7 03:23:47 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 3.6005
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
2020-06-06 3.6005 Data updates
-------------------------------------------------------------------
Tue May 12 03:26:45 UTC 2020 - Tina Müller <timueller+perl@suse.de>
updated to 3.6004
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
2020-05-11 3.6004 Data updates;
Improved doco on the data update policy :-)
-------------------------------------------------------------------
Thu May 7 12:59:25 UTC 2020 - Tina Müller <tina.mueller@suse.com>
- Add manual license to cpanspec.yml
-------------------------------------------------------------------
Thu May 7 12:54:08 UTC 2020 - Tina Müller <tina.mueller@suse.com>
- updated to 3.6003
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
2020-04-27 3.6003 Testing improvements for fork()ing code;
Data updates
-------------------------------------------------------------------
Tue Mar 10 03:24:33 UTC 2020 - <timueller+perl@suse.de>
- updated to 3.6002
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
2020-03-09 3.6002 Data updates
-------------------------------------------------------------------
Thu Dec 12 03:24:06 UTC 2019 - <timueller+perl@suse.de>
- updated to 3.6001
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
2019-12-11 3.6001 Inmarsat +871 to +874 have been de-commissioned;
Added some US overlay codes (not all are in use yet);
Data updates
-------------------------------------------------------------------
Wed Sep 18 08:46:47 UTC 2019 - <timueller+perl@suse.de>
- updated to 3.6000
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
2019-09-12 3.6000 Data updates;
UK is_drama() numbers now all respond appropriately
to is_mobile, is_tollfree etc, and the mobile range
is correctly identified as being UK-wide and not Jersey
(see https://github.com/DrHyde/perl-modules-Number-Phone/issues/67);
Areaname() sensitive to your locale
-------------------------------------------------------------------
Wed Jun 12 05:24:04 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 3.5001
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
2019-06-11 3.5001 Corrected international dialling data for Antarctic
research stations;
Cleaned up Unicode-spoor in some US operators' names;
Numerous new area codes in the US;
Doco clarification re incomplete numbers;
Data updates
-------------------------------------------------------------------
Wed Mar 13 16:24:49 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 3.5000
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
2019-03-03 3.5000 Added operator data for almost all of the NANP;
Data updates
-------------------------------------------------------------------
Thu Dec 6 16:02:04 UTC 2018 - Stephan Kulow <coolo@suse.com>
- 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 05:44:11 UTC 2018 - coolo@suse.com
- updated to 3.4005
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
-------------------------------------------------------------------
Thu Apr 12 05:45:07 UTC 2018 - coolo@suse.com
- updated to 3.4004
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
-------------------------------------------------------------------
Wed Feb 7 17:01:20 UTC 2018 - coolo@suse.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 06:01:06 UTC 2017 - coolo@suse.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 07:32:04 UTC 2017 - coolo@suse.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 06:58:01 UTC 2016 - coolo@suse.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 05:50:48 UTC 2016 - coolo@suse.com
- updated to 3.2001
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
2016-09-07 3.2001 Data updates
-------------------------------------------------------------------
Sun Jun 12 13:30:56 UTC 2016 - coolo@suse.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 10:42:18 UTC 2016 - coolo@suse.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 09:30:27 UTC 2015 - coolo@suse.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 10:05:18 UTC 2015 - coolo@suse.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 08:55:11 UTC 2015 - coolo@suse.com
- updated to 3.0011
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
2015-09-09 3.0011 Data updates
-------------------------------------------------------------------
Fri Jul 24 08:47:26 UTC 2015 - coolo@suse.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 09:07:09 UTC 2015 - coolo@suse.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 08:40:18 UTC 2015 - coolo@suse.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 12:02:21 UTC 2015 - coolo@suse.com
- initial package