update Changes
authorDirk Koopman <djk@tobit.co.uk>
Fri, 6 Sep 2013 13:26:47 +0000 (14:26 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Fri, 6 Sep 2013 13:26:47 +0000 (14:26 +0100)
Changes
perl/Version.pm

diff --git a/Changes b/Changes
index 0b98606ed9547bdf7b3bc0b629d7df76a8cbbcda..ad657755151757a12732b17b85221850bac0ba6f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -5,6 +5,9 @@
    or $contest_url variables you may have in /spider/local/Internet.pm (if
    you have one, that is). It will not work with the previous values.
 2. Added CTY2308 prefix changes.
+3. Added (back) internal function support inside commands. This allows
+   commands to create functions inside the <cmd_name>.pl files. There are
+   now also standard function names that can do special things.
 24Jul13=======================================================================
 1. Alter default node address in client.c from "localhost" to "127.0.0.1".
 21Jul13=======================================================================
index ba3dacd9412d41bbcb9a20fbdeec6603fd001f73..8ae047957a4d0d6632dd5fd4bd8017c0c04754ca 100644 (file)
@@ -11,7 +11,7 @@ use vars qw($version $subversion $build $gitversion);
 
 $version = '1.55';
 $subversion = '0';
-$build = '123';
-$gitversion = 'f67292b';
+$build = '124';
+$gitversion = 'c675748';
 
 1;