summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2012-07-01 18:28:06 +0200
committerJoel Rosdahl <joel@rosdahl.net>2012-07-01 18:37:19 +0200
commit542effc8be4b0f9c129bea39bb1ef0ff81444bb0 (patch)
tree24b1e8baf0a53c7f2d6c1bc2a8a9daa9731cf287
parent57f15c089067fddd3d1a712c23f46fd31bba0276 (diff)
downloadminiircd-542effc8be4b0f9c129bea39bb1ef0ff81444bb0.tar.gz
miniircd-542effc8be4b0f9c129bea39bb1ef0ff81444bb0.zip
Prepare for version 0.4
-rw-r--r--CHANGES5
-rwxr-xr-xminiircd2
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 <joel@rosdahl.net>
-VERSION = "0.3"
+VERSION = "0.4"
import os
import re