From: Marius Gavrilescu Date: Sat, 20 Dec 2014 21:20:22 +0000 (+0200) Subject: Bump version and update Changes X-Git-Tag: 5999.000_013 X-Git-Url: http://git.ieval.ro/?p=gruntmaster-data.git;a=commitdiff_plain;h=refs%2Ftags%2F5999.000_013 Bump version and update Changes --- diff --git a/Changes b/Changes index d9c0dee..88c3ca1 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,12 @@ Revision history for Perl extension Gruntmaster::Data. +5999.000_013 2014-12-20T23:20+02:00 + - Improve user_list performance + - Sort problem and contest lists in user_entry + - Add a purge sub and use it where needed. + - Add table and column comments + - Make job_list only return public jobs + 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 diff --git a/README b/README index e4afc21..faf1f8b 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Gruntmaster-Data version 5999.000_012 +Gruntmaster-Data version 5999.000_013 ===================================== This distribution contains: diff --git a/lib/Gruntmaster/Data.pm b/lib/Gruntmaster/Data.pm index aa3a533..aad2dde 100644 --- a/lib/Gruntmaster/Data.pm +++ b/lib/Gruntmaster/Data.pm @@ -16,7 +16,7 @@ __PACKAGE__->load_namespaces; # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:dAEmtAexvUaNXLgYz2rNEg use parent qw/Exporter/; -our $VERSION = '5999.000_012'; +our $VERSION = '5999.000_013'; our @EXPORT = qw/purge/; ## no critic (ProhibitAutomaticExportation) use Lingua::EN::Inflect qw/PL_N/;