Skip to content

Commit

Permalink
Prepare release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
coudot committed Jul 22, 2015
1 parent 50c1b0d commit 2d669e3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ Revision history for Perl extension Apache::Session::NoSQL.
0.1 Mon Dec 6 21:54:55 +0100 2010
- Bug: materialize does not work with Redis

0.2 Wed Jul 22 2015
- Bug: [RT#94613] Bug in Apache::Session::NoSQL when trying to use Apache::Session::Redis #2
5 changes: 3 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Apache::Session::NoSQL

Perl dependencies:
Apache::Session module to store sessions in NoSQL databases.

Perl dependencies:
Apache::Session

Under Debian:

aptitude install libapache-session-perl

then install Net::Cassandra or Redis from CPAN.
Expand Down
2 changes: 1 addition & 1 deletion lib/Apache/Session/NoSQL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use Apache::Session::Serialize::Base64;
#use Apache::Session::Serialize::Storable;

use vars qw($VERSION);
$VERSION = '0.1';
$VERSION = '0.2';

sub populate {
my $self = shift;
Expand Down

0 comments on commit 2d669e3

Please sign in to comment.