Bump version number and update Changes 5999.000_002
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 28 Feb 2014 17:23:37 +0000 (19:23 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 28 Feb 2014 17:23:37 +0000 (19:23 +0200)
12 files changed:
Changes
lib/Gruntmaster/Daemon.pm
lib/Gruntmaster/Daemon/Constants.pm
lib/Gruntmaster/Daemon/Format.pm
lib/Gruntmaster/Daemon/Generator/File.pm
lib/Gruntmaster/Daemon/Generator/Run.pm
lib/Gruntmaster/Daemon/Generator/Undef.pm
lib/Gruntmaster/Daemon/Judge/Absolute.pm
lib/Gruntmaster/Daemon/Judge/Points.pm
lib/Gruntmaster/Daemon/Runner/File.pm
lib/Gruntmaster/Daemon/Runner/Interactive.pm
lib/Gruntmaster/Daemon/Runner/Verifier.pm

diff --git a/Changes b/Changes
index 2a7a30e09261fc514189731b744e8f28062fc4db..9326add37923c2d17f2849145d5bbb2dedb2b92a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Perl extension Gruntmaster::Daemon.
 
+5999.000_002 2014-02-28T19:23
+ - Move most problem attributes outside meta
+ - Pass test number as argument to verifier
+ - Use new varnish-based purge
+
 5999.000_001 2014-02-03T12:41
  - Change version to something that CPAN::Distnameinfo likes
  - Add Gruntmaster::Data to PREREQ_PM
index 9a02adb4ca6ecc77ce843c63384082535284ec70..a9a6d9971a52a863d765996c6ceadfdc5f0ccb25 100644 (file)
@@ -4,7 +4,7 @@ use 5.014000;
 use strict;
 use warnings;
 
-our $VERSION = '5999.000_001';
+our $VERSION = '5999.000_002';
 
 use Gruntmaster::Daemon::Constants qw/ERR/;
 use Gruntmaster::Daemon::Format qw/prepare_files/;
index 6eda41b63a92d14240b595e048566f66153c444c..e41218ad43e5a6f6d81aba512064d46e8195a1ae 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 use parent qw/Exporter/;
 
-our $VERSION = "5999.000_001";
+our $VERSION = "5999.000_002";
 
 use constant +{
   # Accepted
index b80dd7dd673740f2eb712e372a5fa4a5c75b817f..c49ffc1ea1b1b7336efa8ad04b76691c40531def 100644 (file)
@@ -15,7 +15,7 @@ use List::MoreUtils qw/natatime/;
 use Log::Log4perl qw/get_logger/;
 use IPC::Signal qw/sig_name sig_num/;
 
-our $VERSION = "5999.000_001";
+our $VERSION = "5999.000_002";
 our @EXPORT_OK = qw/prepare_files/;
 
 ##################################################
index 8c2ed5b26cc45ba13737a17e37ba906bcc9df143..132b902356f8b259d710eb07056a1280dcf36012 100644 (file)
@@ -8,7 +8,7 @@ use File::Copy qw/copy/;
 use File::Slurp qw/write_file/;
 use Log::Log4perl qw/get_logger/;
 
-our $VERSION = "5999.000_001";
+our $VERSION = "5999.000_002";
 
 ##################################################
 
index c251d04a1c35a3b7ac8f9b96ac0f377e5e2145dc..33240af07c481989145d86c423fe2d04c35d6254 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 
 use Log::Log4perl qw/get_logger/;
 
-our $VERSION = '5999.000_001';
+our $VERSION = '5999.000_002';
 
 ##################################################
 
index bbcf272409f3fca4aa1bceef137bfd41a16b7b28..d9285a8ef7e17ca4d2724918c42cb8d53dead3ed 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 
 use Log::Log4perl qw/get_logger/;
 
-our $VERSION = "5999.000_001";
+our $VERSION = "5999.000_002";
 
 ##################################################
 
index b661681dbfa165f69afdd37541b1685b10b20e00..e0b04e58dc7cf4c2a7d8b9cc42ce1dbe6316afdc 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 
 use Gruntmaster::Daemon::Constants qw/AC/;
 
-our $VERSION = '5999.000_001';
+our $VERSION = '5999.000_002';
 
 ##################################################
 
index 6decaad3b2c3391e369020ce34e5c677f50ff508..85ba209d1ef2a054a61ebc88fea4a2c7f865d8f0 100644 (file)
@@ -8,7 +8,7 @@ use Gruntmaster::Daemon::Constants qw/AC REJ/;
 use List::Util qw/sum/;
 use Log::Log4perl qw/get_logger/;
 
-our $VERSION = '5999.000_001';
+our $VERSION = '5999.000_002';
 
 ##################################################
 
index 7f67fb301a35a7b359c879a6c374bd5803e3bce6..3f4c863a1acefeebef9fd84b67c6b6eeeb121b5a 100644 (file)
@@ -8,7 +8,7 @@ use Gruntmaster::Daemon::Constants qw/WA/;
 use File::Slurp qw/slurp/;
 use Log::Log4perl qw/get_logger/;
 
-our $VERSION = "5999.000_001";
+our $VERSION = "5999.000_002";
 
 ##################################################
 
index aea381a4bdfab70f76c33a11b3ea9ee98c077840..ec07aebd1c8cc2a76cc869d685cb32c59c18be20 100644 (file)
@@ -10,7 +10,7 @@ use Log::Log4perl qw/get_logger/;
 use POSIX qw/mkfifo/;
 use Try::Tiny;
 
-our $VERSION = '5999.000_001';
+our $VERSION = '5999.000_002';
 
 ##################################################
 
index 213b77b877ead79f9c5b7f2d5cfc1beeae74a8d9..7eae04765f0e97db44f558e0528234720ceac02d 100644 (file)
@@ -9,7 +9,7 @@ use File::Slurp qw/slurp/;
 use Log::Log4perl qw/get_logger/;
 use Try::Tiny;
 
-our $VERSION = '5999.000_001';
+our $VERSION = '5999.000_002';
 
 ##################################################
 
This page took 0.021186 seconds and 4 git commands to generate.