summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-11-20 16:58:10 +0000
committertrystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-11-20 16:58:10 +0000
commitcad9c9365d314e9dda8513d22e16c1509f41141f (patch)
treec50f67b5d66d7bf124ef46af6f12a3d178bee530
parenta56511755538e48c2e4588b641f4bcf4033f8bb5 (diff)
BUILD : 1.7.6 (455) BUGS : N/A NOTES : Clean up changelog
git-svn-id: svn://svn.anope.org/anope/trunk@455 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@309 5417fbe8-f217-4b02-8779-1006273d7864
-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.