2014-07-22 14:01:12 +00:00
|
|
|
|
-------------------------------------------------------------------
|
2014-09-15 15:54:44 +00:00
|
|
|
|
Mon Sep 15 15:44:52 UTC 2014 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 2.201
|
|
|
|
|
- correct handling of uppercase a-labels in
|
|
|
|
|
domain_to_{ascii,unicode}
|
|
|
|
|
- FIXES: #98354: Capitalized ACE prefix does not work (reported
|
|
|
|
|
by victor@*****.ru)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2014-07-22 14:01:12 +00:00
|
|
|
|
Tue Jul 22 16:00:29 CEST 2014 - mls@suse.de
|
|
|
|
|
|
|
|
|
|
- fix off-by-one error in memory allocation in the punycode encoder
|
|
|
|
|
new patch: encodeoffbyone.diff
|
|
|
|
|
|
2014-07-20 07:30:06 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Jul 20 07:29:18 UTC 2014 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 2.200
|
|
|
|
|
- Net::IDN::UTS46: update to Unicode® 7.0.0 and UTS #46 r13
|
|
|
|
|
- typo and metadata fixes from dstreinbrunner
|
|
|
|
|
|
2014-03-17 13:36:38 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Mar 17 13:13:25 UTC 2014 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 2.100
|
|
|
|
|
- Net::IDN::Encode: preserve case in pure-ASCII labels (bypass
|
|
|
|
|
en-/decoding)
|
|
|
|
|
FIXES: #91059: case not preserved (reported by DMUEY)
|
|
|
|
|
- Net::IDN::Encode: simplify scalar-via-blob syntax (pull req.
|
|
|
|
|
by DMUEY)
|
|
|
|
|
- Net::IDN::Encode: add SMALL COMMERCIAL AT to list of possible
|
|
|
|
|
@ signs (pull req. by DMUEY)
|
|
|
|
|
- Net::IDN::UTS46: update to Unicode® 6.3.0 and UTS #46 r11:
|
|
|
|
|
* new UTS #46 test vectors in data/IdnaTest.txt
|
|
|
|
|
* built on perl-blead (5.19.7) for support of Unicode® 6.3.0
|
|
|
|
|
in tests generated from data/IdnaTest.txt
|
|
|
|
|
* tweaks and fixes regarding edge cases not clearly described
|
|
|
|
|
in UTS #46
|
|
|
|
|
- Net::IDN::UTS46: test vectors supposed to fail due to
|
|
|
|
|
Unassigned characters are no longer skipped.
|
|
|
|
|
- Net::IDN::Punycode: use utf8_to_uvchr_buf instead of deprecated
|
|
|
|
|
utf8_to_uvuni (perl 5.15.9 and higher; utf8_to_uvuni_buf is
|
|
|
|
|
deprecated from perl 5.19.5)
|
|
|
|
|
|
2013-11-25 10:25:10 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Nov 25 07:39:48 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 2.005
|
|
|
|
|
- better documentation for unassigned characters,
|
|
|
|
|
FIXES: #89750: Can't create IDN for a special domain
|
|
|
|
|
(reported by felix.*****@*****.de)
|
|
|
|
|
- FIXES: #89270: [PATCH] fix spelling errors in the docs
|
|
|
|
|
(reported by cstamas@*****.hu)
|
|
|
|
|
|
2013-10-04 17:27:08 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Oct 4 09:11:26 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 2.004
|
|
|
|
|
- FIXES: #85552 3 uts46 tests FAIL under perl-5.18.0
|
|
|
|
|
(reported by d.thomas@*****.au)
|
|
|
|
|
|
2013-07-30 04:57:36 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jul 30 04:54:38 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to 2.003
|
|
|
|
|
- FIXES required version of Unicode::Normalize in UTS46.pm
|
|
|
|
|
(reported by CPAN testers)
|
|
|
|
|
|
|
|
|
|
2.002 (2012-01-18)
|
|
|
|
|
- FIXES dependencies/required perl version
|
|
|
|
|
- FIXES: #74021 Makefile.PL bad value for
|
|
|
|
|
version-requirement
|
|
|
|
|
|
|
|
|
|
2.001 (2012-01-12)
|
|
|
|
|
- FIXES XS_VERSION mismatch
|
|
|
|
|
- FIXES depencency on Unicode::Normalize (was 1.000 or higher,
|
|
|
|
|
but this is not needed).
|
|
|
|
|
|
|
|
|
|
2.000 (2012-01-08)
|
|
|
|
|
- switch to Unicode Technical Standard #46 (previously,
|
|
|
|
|
IDNA2003 has been used, which is now available as
|
|
|
|
|
Net::IDN::IDNA2003):
|
|
|
|
|
- add Net::IDN::UTS46 + test vectors from UTS #46
|
|
|
|
|
- remove Net::IDN::Nameprep (only required for IDNA2003)
|
|
|
|
|
- add documentation about IDNA Standards and IDNA module
|
|
|
|
|
Overview/Roadmad
|
|
|
|
|
- allow NON-LDH labels (e.g. for SRV records), even if
|
|
|
|
|
UseSTD3Rules=true (parameter now only applies to
|
|
|
|
|
U-labels and A-labels, i.e. labels that are converted by
|
|
|
|
|
IDNA).
|
|
|
|
|
- FIXES potential portability problems in
|
|
|
|
|
Net::IDN::Punycode XS 1.999_20120108
|
|
|
|
|
- FIXES 'wide character' warning with tests if tests
|
|
|
|
|
fail/if TB2 is used on modern perl installations.
|
|
|
|
|
- FIXES decoding bug in Net::IDN::Punycode::PP (discovered
|
|
|
|
|
through UTS #46 test vectors)
|
|
|
|
|
|
|
|
|
|
1.101 (2011-12-08)
|
|
|
|
|
- FIXES: #72615 faulty data in Build.PL causes a lack of
|
|
|
|
|
meta files, which breaks carton.
|
|
|
|
|
|
2010-12-01 13:51:12 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Dec 1 13:34:06 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
|
|
- switch to perl_requires macro
|
|
|
|
|
|
2010-11-01 23:05:06 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Nov 1 23:04:29 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- initial package (1.100)
|
|
|
|
|
|