Bump version and update Changes nodbic 5999.000_005
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 31 Oct 2015 23:50:10 +0000 (23:50 +0000)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 31 Oct 2015 23:50:10 +0000 (23:50 +0000)
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 08b59dc9a605abfe7581b67de992b87f9163ba33..138369a1a2f5958df0c77b27c8f35d443ee9cf5d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,19 @@
 Revision history for Perl extension Gruntmaster::Daemon.
 
 Revision history for Perl extension Gruntmaster::Daemon.
 
+5999.000_005 2015-10-31T23:50+00:00
+ - Lots of small fixes
+ - (Attempt to) fix SIGPIPE handling
+ - Improve Interactive runner
+ - Write more tests
+ - Only load Gruntmaster::Data if needed
+ - Add virtual machine support
+ - Add sudo support
+ - Add perlcritic test and make code comply
+ - Add pretests
+ - Add SBCL, Ruby, GolfScript
+ - Add compilation cache
+ - Use new DBIx::Simple-based Gruntmaster::Data
+
 5999.000_004 2014-06-29T00:36+03:00
  - Prevent crashing on compile errors
  - Add new languages: Go (gc), Go (gccgo), Haskell (ghc)
 5999.000_004 2014-06-29T00:36+03:00
  - Prevent crashing on compile errors
  - Add new languages: Go (gc), Go (gccgo), Haskell (ghc)
index a726219ed1bc2e62070be89c6908bfefc043e4f8..84b57adf977e92b078e7b34e159166046b0946c7 100644 (file)
@@ -4,7 +4,7 @@ use 5.014000;
 use strict;
 use warnings;
 
 use strict;
 use warnings;
 
-our $VERSION = '5999.000_004';
+our $VERSION = '5999.000_005';
 
 use Gruntmaster::Daemon::Constants qw/ERR/;
 use Gruntmaster::Daemon::Format qw/prepare_files stopvms/;
 
 use Gruntmaster::Daemon::Constants qw/ERR/;
 use Gruntmaster::Daemon::Format qw/prepare_files stopvms/;
index 0ffe114eac2daaf2457b618d2a6b4a180dc54552..39e51d064e2ac0fde2e9e420ac5a006cebd32b13 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 use parent qw/Exporter/;
 
 use warnings;
 use parent qw/Exporter/;
 
-our $VERSION = '5999.000_004';
+our $VERSION = '5999.000_005';
 
 use constant +{ ## no critic (Capitalization)
        # Accepted
 
 use constant +{ ## no critic (Capitalization)
        # Accepted
index d5560db420622331cef2c9206926718f10ab50e5..2ad6f9519f4b8d82b3d7a892b8360bf514f0707c 100644 (file)
@@ -16,7 +16,7 @@ use Log::Log4perl qw/get_logger/;
 use String::ShellQuote qw/shell_quote/;
 use Try::Tiny;
 
 use String::ShellQuote qw/shell_quote/;
 use Try::Tiny;
 
-our $VERSION = '5999.000_004';
+our $VERSION = '5999.000_005';
 our @EXPORT_OK = qw/prepare_files stopvms/;
 
 ##################################################
 our @EXPORT_OK = qw/prepare_files stopvms/;
 
 ##################################################
index fee3ca6bf22d691e3a314756a15e4b5f13ada4fa..f9f1c6d08571d1de1b0f163ebe5f626c06f86683 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_004';
+our $VERSION = '5999.000_005';
 
 ##################################################
 
 
 ##################################################
 
index 2ef5200a15c70ac697c76093eea1f351dc8ae3f8..19089232a3bdf57b8e72ecf6e13d07e7dae1ee75 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 
 use Log::Log4perl qw/get_logger/;
 
 
 use Log::Log4perl qw/get_logger/;
 
-our $VERSION = '5999.000_004';
+our $VERSION = '5999.000_005';
 
 ##################################################
 
 
 ##################################################
 
index 3a30f7af6eb4496454e4946601a2951001b0311f..17d1622155c90a0a5fd3b7eaa556b9fc38a30594 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 
 use Log::Log4perl qw/get_logger/;
 
 
 use Log::Log4perl qw/get_logger/;
 
-our $VERSION = '5999.000_004';
+our $VERSION = '5999.000_005';
 
 ##################################################
 
 
 ##################################################
 
index d9fef04f5a5adbd4511b82142affd6793dc45de6..1238c537ba9a12b5743fcc4de71154e778644d34 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 
 use Gruntmaster::Daemon::Constants qw/AC/;
 
 
 use Gruntmaster::Daemon::Constants qw/AC/;
 
-our $VERSION = '5999.000_004';
+our $VERSION = '5999.000_005';
 
 ##################################################
 
 
 ##################################################
 
index 26c19f9ab42ba2aee551b535f60d8264290285b6..4e0264f10d5bb11629d1635188c1728705389db9 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_004';
+our $VERSION = '5999.000_005';
 
 ##################################################
 
 
 ##################################################
 
index 42768582ff596077a7b4f851ed705fb28ab4abbd..c0811634b4e244f790739b22c4ddedcd9294e1bd 100644 (file)
@@ -9,7 +9,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_004';
+our $VERSION = '5999.000_005';
 
 ##################################################
 
 
 ##################################################
 
index da51380200c0addf58ae8c9bd2ce94da4dfacc5a..d16e08e12a4f7d6b894d942a851d2d86e872de05 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_004';
+our $VERSION = '5999.000_005';
 
 ##################################################
 
 
 ##################################################
 
index 55c27309bb4e16a08f8a45747ba03b04ed46e5e1..4145954dc6a3017ef664e1ef4f03a70263671df6 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_004';
+our $VERSION = '5999.000_005';
 
 ##################################################
 
 
 ##################################################
 
This page took 0.019005 seconds and 4 git commands to generate.