From 542effc8be4b0f9c129bea39bb1ef0ff81444bb0 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sun, 1 Jul 2012 18:28:06 +0200 Subject: Prepare for version 0.4 --- CHANGES | 5 +++-- miniircd | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 5ffaff4..64db89e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,8 @@ -UNRELEASED +0.4 2012-07-01 * Added support for channel keys. - * 422 message is now sent after registration when no MOTD is available. + * 422 message is now sent after registration when no MOTD is available. This + is apparently needed by some clients. * Added support for WALLOPS command. * Added option to store persistent state (currently channel topic and key). * Fixed crash when the write queue for a disconnected client is non-empty. diff --git a/miniircd b/miniircd index c348520..f562b1e 100755 --- a/miniircd +++ b/miniircd @@ -20,7 +20,7 @@ # # Joel Rosdahl -VERSION = "0.3" +VERSION = "0.4" import os import re -- cgit v1.2.3