File: Changes

package info (click to toggle)
libidna-punycode-perl 1.100%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 112 kB
  • sloc: perl: 62; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 650 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Revision history for Perl extension IDNA::Punycode

1.100 (2011-04-15)
	- fixed incompatibility with Net::IDN::Encode >= 1.10
	  by no longer depending on Net::IDN::Encode

1.001 (2010-01-20)
	- fixed incompability with Net::IDN::Encode >= 1.00

1.000 (2010-01-20)
	- complete rewrite based on Net::IDN::Punycode/::Encode
	- deprecate this module, only provide it for compatibility

0.03  Thu Sep  1 14:49:17 MEST 2005
	* added idn_prefix() function
	* made "xn--" default prefix for punycode format

0.02  Mon May 20 12:17:26 JST 2002
	* [API change] now exception is thrown in conversion failure

0.01  Tue May  7 11:47:28 2002
	- original version