summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGisle Aas <gisle@aas.no>2008-04-03 00:31:44 +0200
committerGisle Aas <gisle@aas.no>2008-04-03 00:31:44 +0200
commit930f80ea9dd771c83575e48ef875cdde71090494 (patch)
treec2b5f73715fa1c459571c471a04aced504e19356
parent1b62ac3c25c263b428b6aab371d12961862fa795 (diff)
downloaduri-930f80ea9dd771c83575e48ef875cdde71090494.tar.gz
Change log summary for R1.36.R1.36
-rw-r--r--Changes18
-rw-r--r--README2
-rw-r--r--URI.pm2
3 files changed, 20 insertions, 2 deletions
diff --git a/Changes b/Changes
index b3ef6c7..a4a9506 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,21 @@
+2008-04-03 Gisle Aas <gisle@ActiveState.com>
+
+ Release 1.36
+
+ <gerard@tty.nl>: Escape Unicode strings as UTF-8.
+
+ Bjoern Hoehrmann <derhoermi@gmx.net>: fixed URL encoded data: URLs
+
+ GAAS: uri_escape_utf8() now exported by default as documented.
+
+ BDFOY: Test fails with Business::ISBN installed [RT#33220]
+
+ JDHEDDEN: lc(undef) reports warning in blead [RT#32742]
+
+ GEOFFR: add some tests for gopher URIs [RT#29211]
+
+
+
2004-11-05 Gisle Aas <gisle@ActiveState.com>
Release 1.35
diff --git a/README b/README
index 4cee5de..2825b32 100644
--- a/README
+++ b/README
@@ -23,7 +23,7 @@ Questions about how to use this library should be directed to the
comp.lang.perl.modules USENET Newsgroup. Bug reports and suggestions
for improvements can be sent to the <libwww@perl.org> mailing list.
-Copyright 1998-2003 Gisle Aas.
+Copyright 1998-2004,2008 Gisle Aas.
Copyright 1998 Graham Barr.
This library is free software; you can redistribute it and/or modify
diff --git a/URI.pm b/URI.pm
index 9b902f4..9f2524a 100644
--- a/URI.pm
+++ b/URI.pm
@@ -997,7 +997,7 @@ http://www.w3.org/Addressing/
=head1 COPYRIGHT
-Copyright 1995-2003 Gisle Aas.
+Copyright 1995-2004,2008 Gisle Aas.
Copyright 1995 Martijn Koster.