summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes4
-rw-r--r--version.log6
2 files changed, 7 insertions, 3 deletions
diff --git a/Changes b/Changes
index 6c2359869..cac780bb3 100644
--- a/Changes
+++ b/Changes
@@ -6,8 +6,8 @@ Provided by Anope Dev. <dev@anope.org> - 2004
11/19 F Wrong string and missing registered nick check in bot change. [#221]
Provided by Trystan <trystan@nomadirc.net> - 2004
-11/19 A Added anope_cmd_ctcp() to code API, for sending CTCP messages [ #00]
-09/27 F MS CHECK now checks if the nick is forbidden. [#225]
+11/19 A Added anope_cmd_ctcp() to code API, for sending CTCP messages. [ #00]
+11/20 F MS CHECK now checks if the nick is forbidden. [#225]
11/20 F Removing Sqline on bot nicks change if the nick was registered. [#224]
11/19 F normalizeBuffer() now strips control character 1. [ #00]
11/19 F CTCP Ping replies when UsePrivmsg is enabled. [ #00]
diff --git a/version.log b/version.log
index e19e6b40f..cbdfbbe60 100644
--- a/version.log
+++ b/version.log
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="6"
-VERSION_BUILD="454"
+VERSION_BUILD="455"
# $Log$
#
+# BUILD : 1.7.6 (455)
+# BUGS : N/A
+# NOTES : Clean up changelog
+#
# BUILD : 1.7.6 (454)
# BUGS : 225
# NOTES : MS CHECK now checks if the nick is forbidden.