summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorroot <root@localhost>2012-12-30 16:05:36 +0330
committerMahrud Sayrafi <mahrud@eve>2012-12-30 05:33:01 -0800
commitb300254ee1f308c440d8e8d8129fb863b6ec9599 (patch)
tree13b4c0871e5ed92b517c002ab815da7f0fe5fbcc /CHANGELOG
parent9cb5ecf6956115140521d74cea8b4191634842fd (diff)
downloadhellijudge-legacy.git-b300254ee1f308c440d8e8d8129fb863b6ec9599.tar.gz
hellijudge-legacy.git-b300254ee1f308c440d8e8d8129fb863b6ec9599.tar.xz
hellijudge-legacy.git-b300254ee1f308c440d8e8d8129fb863b6ec9599.zip
Making the legacy more usefulv0.9
Added a brief installation guide in README along with etc config file samples. Added a couple of useful start and kill scripts in utils folder. Added two sample problems (one normal one interactive) along with testers in utils folder.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG54
1 files changed, 35 insertions, 19 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 828b6fe..d159a87 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,27 +1,43 @@
-Core v0.4 (01-Jul-2011): (first public release)
- - ?
+NOTE: HELLIJUDGE IS DEPRECATED AS OF November 22nd, 2012
-Core v0.5 (07-Jul-2011):
- - ?
+Legacy v0.9 (30-Dec-2012):
+ - Added a brief installation guide in README along with etc config file samples.
+ - Added a couple of useful start and kill scripts in utils folder.
+ - Added two sample problems (one normal one interactive) along with
+ testers in utils folder.
-Core v0.6 (08-Jul-2011):
- - few changes in coding style
- - now core.py reads problem config from file instead of stdin
+HELLIJUDGE DEPRECATED (22-Nov-2012)
-Core v0.7.rc1 (12-Jul-2011): (aka, idu)
- - unite daemon and init.
+Core v0.8 (15-Aug-2011):
+ - major 'memnory and time limit casting' bug fixed
-Core v0.7.rc2 (12-Jul-2011): (aka, 2D)
- - two different daemons: one for judging a code with
- only one test case (call it A), and second one to judge all test cases
- for a given code (call it B). note that B uses A for each test.
+Core v0.71 (10-Aug-2011):
+ - minor 'timeout termination signal' bug fixed
-Core v0.7.rc3 (12-Jul-2011):
- - connecting core and update using a socket.
+Core v0.7 (15-Jul-2011): (first stable release. git repo is now available)
+ - many minor bugs fixed
Core v0.7.rc4 (12-Jul-2011): (chosen as v0.7)
- - update.py reads contest configuration from mysql and according to it,
- tells needed information to judge (eg. do break when a test fails or not)
+ - update.py reads contest configuration from mysql and according to it,
+ tells needed information to judge (eg. do break when a test fails or not)
-Core v0.7 (15-Jul-2011): (first stable release. git repo is now available)
- - many minor bugs fixed
+Core v0.7.rc3 (12-Jul-2011):
+ - connecting core and update using a socket.
+
+Core v0.7.rc2 (12-Jul-2011): (aka, 2D)
+ - two different daemons: one for judging a code with
+ only one test case (call it A), and second one to judge all test cases
+ for a given code (call it B). note that B uses A for each test.
+
+Core v0.7.rc1 (12-Jul-2011): (aka, idu)
+ - unite daemon and init.
+
+Core v0.6 (08-Jul-2011):
+ - few changes in coding style
+ - now core.py reads problem config from file instead of stdin
+
+Core v0.5 (07-Jul-2011):
+ - ?
+
+Core v0.4 (01-Jul-2011): (first public release)
+ - ?