Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 1.01.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git Changes Changes
index e4f103f..a54cf21 100644
--- Changes
+++ Changes
@@ -2,6 +2,11 @@ Revision history for Perl extension HTTP-Session2

 {{$NEXT}}

+1.01 2014-07-28T11:43:10Z
+
+    - Revert HMAC strategy...
+      It breaks our code...
+
 1.00 2014-07-28T04:09:47Z

     [INCOMPATIBLE CHANGE]
  • Loading branch information
tokuhirom committed Jul 28, 2014
1 parent 0d7cf00 commit 9091760
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ Revision history for Perl extension HTTP-Session2

{{$NEXT}}

1.01 2014-07-28T11:43:10Z

- Revert HMAC strategy...
It breaks our code...

1.00 2014-07-28T04:09:47Z

[INCOMPATIBLE CHANGE]
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"web" : "https://github.com/tokuhirom/HTTP-Session2"
}
},
"version" : "1.00",
"version" : "1.01",
"x_contributors" : [
"magai <xxmagai@gmail.com>"
]
Expand Down
2 changes: 1 addition & 1 deletion lib/HTTP/Session2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use 5.008005;
use strict;
use warnings;

our $VERSION = "1.00";
our $VERSION = "1.01";

1;
__END__
Expand Down
2 changes: 1 addition & 1 deletion lib/HTTP/Session2/ServerStore.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;
use utf8;
use 5.008_001;

our $VERSION = "1.00";
our $VERSION = "1.01";

use Carp ();
use Digest::HMAC;
Expand Down

0 comments on commit 9091760

Please sign in to comment.