From: Marius Gavrilescu Date: Fri, 28 Feb 2014 16:07:23 +0000 (+0200) Subject: Bump version number and update Changes X-Git-Tag: 5999.000_002^0 X-Git-Url: http://git.ieval.ro/?p=gruntmaster-data.git;a=commitdiff_plain;h=7625bb863c3684441677052636abf78039f6d055 Bump version number and update Changes --- diff --git a/Changes b/Changes index bc781f2..2dd268e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for Perl extension Gruntmaster::Data. +5999.000_002 2014-02-28T18:07 + - Move most problem attributes outside problem_meta + - Add the HGETALL Redis command + - Add functions for getting/setting the last submit time of a user. + 5999.000_001 2014-02-02T01:01 - Initial release diff --git a/lib/Gruntmaster/Data.pm b/lib/Gruntmaster/Data.pm index e3d0947..da9d944 100644 --- a/lib/Gruntmaster/Data.pm +++ b/lib/Gruntmaster/Data.pm @@ -7,7 +7,7 @@ use JSON qw/encode_json decode_json/; use Redis; use Sub::Name qw/subname/; -our $VERSION = '5999.000_001'; +our $VERSION = '5999.000_002'; our $contest; my $redis = Redis->new;