Skip to content

Commit

Permalink
Release 1.58
Browse files Browse the repository at this point in the history
  • Loading branch information
gisle committed Jan 22, 2011
1 parent f202246 commit 6276f5c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2011-01-23 Gisle Aas <gisle@ActiveState.com>

Release 1.58

This release reverts the patch in 1.57 that made query_form distingush
between empty and undef values. It broke stuff. [RT#62708]



2011-01-22 Gisle Aas <gisle@ActiveState.com>

Release 1.57
Expand Down
2 changes: 1 addition & 1 deletion URI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package URI;

use strict;
use vars qw($VERSION);
$VERSION = "1.57";
$VERSION = "1.58";

use vars qw($ABS_REMOTE_LEADING_DOTS $ABS_ALLOW_RELATIVE_SCHEME $DEFAULT_QUERY_FORM_DELIMITER);

Expand Down

0 comments on commit 6276f5c

Please sign in to comment.