Bump version and update Changes 5999.000_013
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 20 Dec 2014 21:20:22 +0000 (23:20 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 20 Dec 2014 21:20:22 +0000 (23:20 +0200)
Changes
README
lib/Gruntmaster/Data.pm

diff --git a/Changes b/Changes
index d9c0dee670d43093a4452cc1d7435c1517808392..88c3ca121e5fc37279c8eb2327dbbec34db0ffec 100644 (file)
--- 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 e4afc215b6fd7d1617364283f3367d9dfe9d781b..faf1f8b0e8d0f35233ee3cffb3b354e3b3810073 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Gruntmaster-Data version 5999.000_012
+Gruntmaster-Data version 5999.000_013
 =====================================
 
 This distribution contains:
index aa3a5337cada23a424263b507b230677a625607b..aad2dde0fc6eefde3f869e829c1ba07135717e16 100644 (file)
@@ -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/;
This page took 0.013408 seconds and 4 git commands to generate.