Files
perl-Number-Phone/perl-Number-Phone.changes
2023-07-11 13:11:57 +00:00

460 lines
20 KiB
Plaintext

-------------------------------------------------------------------
Thu Jun 15 03:09:57 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 3.9002
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
3.9002 2023-06-14
- Data updates only
-------------------------------------------------------------------
Wed Mar 8 03:10:13 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 3.9001
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
3.9001 2023-03-07
- Bug fix: if libphonenumber doesn't define any formatters for a country,
such as for Bonaire (BQ), do the best we can and return +CC NNNNN
instead of nothing. This was a regression in 3.9000, see
https://github.com/DrHyde/perl-modules-Number-Phone/issues/122
3.9000 2023-03-05
- Add validation using libphonenumber's data for non-geographic country
codes like +800 (International free phone) and +870 (Inmarsat). See
https://github.com/DrHyde/perl-modules-Number-Phone/issues/17
- Bug fix: NANP toll-free numbers corrected. 833 area code now supported,
and regex fixed to only match when the B and C digits are the same, so
800 is toll-free, 888 is toll-free, but 808 is not. See
https://github.com/DrHyde/perl-modules-Number-Phone/issues/110
- Bug fix: NANP 1-600 area code is non-geographic. See
https://github.com/DrHyde/perl-modules-Number-Phone/issues/113
- Workaround: OFCOM have the wrong number length for the +44 800 716 range,
we now have an egregious hack to work around that. See
https://github.com/DrHyde/perl-modules-Number-Phone/issues/112
- No longer auto-tested on 5.10 because a 'make test'-time dependency (Test::Deep)
no longer supports that.
- Data updates
3.8007 2022-12-02
- Data updates
-------------------------------------------------------------------
Sun Sep 4 03:10:02 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 3.8006
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
3.8006 2022-09-03
- Data updates
- No longer auto-tested on 5.8 because a 'make dist'-time dependency (XML::XPath)
no longer supports that.
-------------------------------------------------------------------
Thu Jun 2 03:11:58 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 3.8005
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
3.8005 2022-06-01
- Data updates only
-------------------------------------------------------------------
Tue Mar 8 03:12:38 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 3.8004
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
3.8004 2022-03-07
- Fix test failure that only occurred if Number::Phone::JP was installed
(it doesn't have exactly the data we expect from ...::StubCountry::JP)
- Data updates from OFCOM
3.8003 2022-03-05
- New Canadian area codes
- +882 34 recognised as Antarctica, via Global Networks Switzerland
-------------------------------------------------------------------
Tue Dec 7 03:08:46 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 3.8002
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
3.8002 2021-12-06
- Fix Makefile.PL to not consume arguments that my code doesn't know about but
which are relevant to EU::MM (https://github.com/DrHyde/perl-modules-Number-Phone/pull/106)
- Explicitly open databases read-only so it works on a RO filesystem
(https://github.com/DrHyde/perl-modules-Number-Phone/issues/107)
- Data updates
-------------------------------------------------------------------
Wed Sep 22 03:09:23 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 3.8001
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
3.8001 2021-09-21
- Tweak build to use more compatible options to tar(1) so some really old tars
can read the archive correctly
3.8000 2021-09-19
- Bugfix for numbers in local format which may be ambiguous for UK Crown Dependencies
when using Number::Phone::Lib
- Bugfix for when you ask for an object representing a number in one country
but provide a number for a different country. This mostly affects countries
that contain other jurisdictions squatting on parts of their number plan,
such as the Vatican in the Italian plan, and the Crown Dependencies in the UK
plan. It is now an error to ask for an object representing a number in a
'sub-country' which isn't valid in that sub-country (eg asking for a Jersey
object but passing a Guernsey number); but if you ask for an object representing
the 'super-country' but pass a 'sub-country' number you'll still get an object
representing the sub-country. ie, say "gimme a GB object for this 'ere Guernsey number"
and you'll get a Guernsey object.
- Data updates
-------------------------------------------------------------------
Thu Jun 3 03:09:01 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 3.7003
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
3.7003 2021-06-02
- Data updates;
- Add deprecation warning for platforms with 32 bit int (support will
go away some time after 2023-06-01 with no further warning)
-------------------------------------------------------------------
Wed Mar 10 03:09:54 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 3.7002
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
-------------------------------------------------------------------
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