Bump version and update Changes 5999.000_003
authorMarius Gavrilescu <marius@ieval.ro>
Wed, 23 Apr 2014 08:51:10 +0000 (11:51 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Wed, 23 Apr 2014 08:51:10 +0000 (11:51 +0300)
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 9326add37923c2d17f2849145d5bbb2dedb2b92a..a1ae31f50655eebaed0a3294d138be207c318629 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,11 +1,16 @@
 Revision history for Perl extension Gruntmaster::Daemon.
 
 Revision history for Perl extension Gruntmaster::Daemon.
 
-5999.000_002 2014-02-28T19:23
+5999.000_003 2014-04-23T11:51+03:00
+ - Use new Postgres database
+ - Improve documentation
+ - Fix interactive problems (use waitpid instead of wait, trap SIGPIPE)
+
+5999.000_002 2014-02-28T19:23+02:00
  - Move most problem attributes outside meta
  - Pass test number as argument to verifier
  - Use new varnish-based purge
 
  - 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
+5999.000_001 2014-02-03T12:41+02:00
  - Change version to something that CPAN::Distnameinfo likes
  - Add Gruntmaster::Data to PREREQ_PM
  - Add more POD
  - Change version to something that CPAN::Distnameinfo likes
  - Add Gruntmaster::Data to PREREQ_PM
  - Add more POD
@@ -13,5 +18,5 @@ Revision history for Perl extension Gruntmaster::Daemon.
  - Add COPYING and fix license in META.yml
  - Fix a POD error
 
  - Add COPYING and fix license in META.yml
  - Fix a POD error
 
-5999-TRIAL 2014-01-31T23:58
+5999-TRIAL 2014-01-31T23:58+02:00
  - Initial release
  - Initial release
index 6cc6431d050cd858ee8cad47a2c6528f6f6973c7..4c3d49294d6c1ff8b109b1500688673c24230e4d 100644 (file)
@@ -4,7 +4,7 @@ use 5.014000;
 use strict;
 use warnings;
 
 use strict;
 use warnings;
 
-our $VERSION = '5999.000_002';
+our $VERSION = '5999.000_003';
 
 use Gruntmaster::Daemon::Constants qw/ERR/;
 use Gruntmaster::Daemon::Format qw/prepare_files/;
 
 use Gruntmaster::Daemon::Constants qw/ERR/;
 use Gruntmaster::Daemon::Format qw/prepare_files/;
index eb52456945cd788f1d1c2869da064c2a487cb6bd..1171ccb2c36f960b98365d69209af12fa5e04ad4 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 use parent qw/Exporter/;
 
 use warnings;
 use parent qw/Exporter/;
 
-our $VERSION = "5999.000_002";
+our $VERSION = "5999.000_003";
 
 use constant +{
        # Accepted
 
 use constant +{
        # Accepted
index 866345f2a90f8721c5e680b9db8f97966ac39577..dc75fa147db478ae4050be5d3a1c3b442f8e29c5 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/;
 
 use Log::Log4perl qw/get_logger/;
 use IPC::Signal qw/sig_name sig_num/;
 
-our $VERSION = "5999.000_002";
+our $VERSION = "5999.000_003";
 our @EXPORT_OK = qw/prepare_files/;
 
 ##################################################
 our @EXPORT_OK = qw/prepare_files/;
 
 ##################################################
index 847e91590a52dd5a962ed679f97a0de187f494b6..2702dbada2b4e249154ec18dbaf86aeea28a33f2 100644 (file)
@@ -8,7 +8,7 @@ use File::Copy qw/copy/;
 use File::Slurp qw/write_file/;
 use Log::Log4perl qw/get_logger/;
 
 use File::Slurp qw/write_file/;
 use Log::Log4perl qw/get_logger/;
 
-our $VERSION = "5999.000_002";
+our $VERSION = "5999.000_003";
 
 ##################################################
 
 
 ##################################################
 
index 195f336ba0722b93c7d647ba66112fde01880543..689274588964d1f98737ebae278686835ddb22f4 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 
 use Log::Log4perl qw/get_logger/;
 
 
 use Log::Log4perl qw/get_logger/;
 
-our $VERSION = '5999.000_002';
+our $VERSION = '5999.000_003';
 
 ##################################################
 
 
 ##################################################
 
index 5df376210c61329b8a3600a654cb5fd84233b0fa..6b5a56bcd3b7752a0d5f956680a38423304eb5df 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 
 use Log::Log4perl qw/get_logger/;
 
 
 use Log::Log4perl qw/get_logger/;
 
-our $VERSION = "5999.000_002";
+our $VERSION = "5999.000_003";
 
 ##################################################
 
 
 ##################################################
 
index d7e2ec001f5de1e66889aa2eac894ae3160ed236..45745e58805643d53ede8a82bd6bcdddc3356552 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 
 use Gruntmaster::Daemon::Constants qw/AC/;
 
 
 use Gruntmaster::Daemon::Constants qw/AC/;
 
-our $VERSION = '5999.000_002';
+our $VERSION = '5999.000_003';
 
 ##################################################
 
 
 ##################################################
 
index 230e56d3dd514fa6db82ff7070afcd3caecd8071..dc637f079ac4f241eaa8b99081d607770fb8c1fe 100644 (file)
@@ -8,7 +8,7 @@ use Gruntmaster::Daemon::Constants qw/AC REJ/;
 use List::Util qw/sum/;
 use Log::Log4perl qw/get_logger/;
 
 use List::Util qw/sum/;
 use Log::Log4perl qw/get_logger/;
 
-our $VERSION = '5999.000_002';
+our $VERSION = '5999.000_003';
 
 ##################################################
 
 
 ##################################################
 
index 55afd70e1560e860d3d8f0a479c882de790e2a24..6d7b8f81fa8195d8c98469468373df6ee079f50d 100644 (file)
@@ -8,7 +8,7 @@ use Gruntmaster::Daemon::Constants qw/WA/;
 use File::Slurp qw/slurp/;
 use Log::Log4perl qw/get_logger/;
 
 use File::Slurp qw/slurp/;
 use Log::Log4perl qw/get_logger/;
 
-our $VERSION = "5999.000_002";
+our $VERSION = "5999.000_003";
 
 ##################################################
 
 
 ##################################################
 
index affac1817f2d07d4ab6d121d272ab2124377f854..aaaadd71de3e70c0c4558a0dab4989803efbcdd4 100644 (file)
@@ -10,7 +10,7 @@ use Log::Log4perl qw/get_logger/;
 use POSIX qw/mkfifo/;
 use Try::Tiny;
 
 use POSIX qw/mkfifo/;
 use Try::Tiny;
 
-our $VERSION = '5999.000_002';
+our $VERSION = '5999.000_003';
 
 ##################################################
 
 
 ##################################################
 
index f9ee43b19c476b4dcb79e5167849b7ec61483d04..bb8652d641c8ba0196fc27755f8cedb25795ddf0 100644 (file)
@@ -9,7 +9,7 @@ use File::Slurp qw/slurp/;
 use Log::Log4perl qw/get_logger/;
 use Try::Tiny;
 
 use Log::Log4perl qw/get_logger/;
 use Try::Tiny;
 
-our $VERSION = '5999.000_002';
+our $VERSION = '5999.000_003';
 
 ##################################################
 
 
 ##################################################
 
This page took 0.018533 seconds and 4 git commands to generate.