From: Marius Gavrilescu Date: Sat, 13 Dec 2014 16:20:17 +0000 (+0200) Subject: Bump version and update Changes X-Git-Tag: 5999.000_012^0 X-Git-Url: http://git.ieval.ro/?p=gruntmaster-data.git;a=commitdiff_plain;h=625a7bd077ef2781d055a77bffa19dd9d6c0d1f2 Bump version and update Changes --- diff --git a/Changes b/Changes index 8bee94c..d9c0dee 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,12 @@ Revision history for Perl extension Gruntmaster::Data. +5999.000_012 2014-12-13T18:20+02:00 + - Add solution to pb_entry + - Add {problem,contest}_status tables and a method that updates them + - Improve performance of standings, move it to Result/Contest.pm + - Add many new keys to us_entry + - Remove support for archive standings + 5999.000_011 2014-12-07T00:55+02:00 - Make problem value NOT NULL - Add contest_start and contest_stop to pb_entry diff --git a/README b/README index ada3519..e4afc21 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Gruntmaster-Data version 5999.000_011 +Gruntmaster-Data version 5999.000_012 ===================================== This distribution contains: diff --git a/lib/Gruntmaster/Data.pm b/lib/Gruntmaster/Data.pm index 627fb8b..c46a358 100644 --- a/lib/Gruntmaster/Data.pm +++ b/lib/Gruntmaster/Data.pm @@ -15,7 +15,7 @@ __PACKAGE__->load_namespaces; # Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-03-05 13:11:39 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:dAEmtAexvUaNXLgYz2rNEg -our $VERSION = '5999.000_011'; +our $VERSION = '5999.000_012'; use Lingua::EN::Inflect qw/PL_N/; use JSON::MaybeXS qw/decode_json/;