From 1502051f4ac6929fb3d85027b368923134c767ff Mon Sep 17 00:00:00 2001 From: root Date: Mon, 18 Jul 2011 01:16:30 +0430 Subject: Initial commit --- CHANGELOG | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 CHANGELOG (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..828b6fe --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,27 @@ +Core v0.4 (01-Jul-2011): (first public release) + - ? + +Core v0.5 (07-Jul-2011): + - ? + +Core v0.6 (08-Jul-2011): + - few changes in coding style + - now core.py reads problem config from file instead of stdin + +Core v0.7.rc1 (12-Jul-2011): (aka, idu) + - unite daemon and init. + +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.rc3 (12-Jul-2011): + - connecting core and update using a socket. + +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) + +Core v0.7 (15-Jul-2011): (first stable release. git repo is now available) + - many minor bugs fixed -- cgit