summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGisle Aas <gisle@aas.no>2009-12-30 22:32:48 +0100
committerGisle Aas <gisle@aas.no>2009-12-30 22:32:48 +0100
commit3b2798763ded51206b0556b753b4d65ed5aae40c (patch)
treec1481dd0820f1fb0fd40a13b71c5c5fda6dddfae
parent7a2788a01f48f53f93c54b745c28aa717ae4e5ec (diff)
downloaduri-3b2798763ded51206b0556b753b4d65ed5aae40c.tar.gz
Release 1.521.52
-rw-r--r--Changes16
-rw-r--r--URI.pm2
2 files changed, 16 insertions, 2 deletions
diff --git a/Changes b/Changes
index 1df56c0..40a8975 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,18 @@
+2009-12-30 Gisle Aas <gisle@ActiveState.com>
+
+ Release 1.52
+
+ Gisle Aas (7):
+ Encode::decode('UTF-8',...) with callback implemented in 2.39
+ %%host%% hack can be removed when URI::_server::as_iri works
+ Don't croak on IRIs that can't be IDNA encoded
+ IDNA roundtrip test on wrong variable
+ Check behaviour when feeded URI constructor Latin-1 chars
+ Add some test examples from draft-duerst-iri-bis.txt
+ Need to recognize lower case hex digits as well
+
+
+
2009-11-23 Gisle Aas <gisle@ActiveState.com>
Release 1.51
@@ -6,7 +21,6 @@
-
2009-11-21 Gisle Aas <gisle@ActiveState.com>
Release 1.50
diff --git a/URI.pm b/URI.pm
index b313198..20504a7 100644
--- a/URI.pm
+++ b/URI.pm
@@ -2,7 +2,7 @@ package URI;
use strict;
use vars qw($VERSION);
-$VERSION = "1.51";
+$VERSION = "1.52";
use vars qw($ABS_REMOTE_LEADING_DOTS $ABS_ALLOW_RELATIVE_SCHEME $DEFAULT_QUERY_FORM_DELIMITER);