From 9e130d3b6dcf583ba2a156ff5742945d4e250961 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 20 Dec 2014 23:20:22 +0200 Subject: [PATCH] Bump version and update Changes --- Changes | 7 +++++++ README | 2 +- lib/Gruntmaster/Data.pm | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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/; -- 2.30.2