summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGisle Aas <gisle@aas.no>2003-11-30 13:52:35 +0000
committerGisle Aas <gisle@aas.no>2003-11-30 13:52:35 +0000
commita1d85e45d5b8041ddb076a7826e478d3d547457c (patch)
treeb136dd3662819ec80bb080d7145a5dc0577742fd
parent13f0c5ba3dcd7d24d8d918da59b5a9f95070e524 (diff)
downloaduri-a1d85e45d5b8041ddb076a7826e478d3d547457c.tar.gz
Release 1.28R1.28
-rw-r--r--Changes3
-rw-r--r--URI.pm2
2 files changed, 4 insertions, 1 deletions
diff --git a/Changes b/Changes
index 0265b0d..16addd9 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+2003-11-30 Gisle Aas <gisle@ActiveState.com>
+
+ Release 1.28
The query_param_delete() method was not able to delete
the last parameter from a form. Similar problem existing
diff --git a/URI.pm b/URI.pm
index b60388f..25b07f2 100644
--- a/URI.pm
+++ b/URI.pm
@@ -2,7 +2,7 @@ package URI;
use strict;
use vars qw($VERSION);
-$VERSION = "1.27"; # $Date: 2003/11/30 13:28:45 $
+$VERSION = "1.28"; # $Date: 2003/11/30 13:52:35 $
use vars qw($ABS_REMOTE_LEADING_DOTS $ABS_ALLOW_RELATIVE_SCHEME);