summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoratoledo atoledo@31f1291d-b8d6-0310-a050-a5561fc1590b <atoledo atoledo@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-05-25 02:36:06 +0000
committeratoledo atoledo@31f1291d-b8d6-0310-a050-a5561fc1590b <atoledo atoledo@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-05-25 02:36:06 +0000
commitd0a667d4bca561651ea021ff99fcb318b11a9fde (patch)
tree40ce20fa755251b52668f413fa6f16507cbda6ca
parent3122fef4d50480bf70127ca3afab4f8fafbb6ad1 (diff)
BUILD : 1.7.3 (124) BUGS : 70 NOTES : Fixed typo in example.conf.
git-svn-id: svn://svn.anope.org/anope/trunk@124 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@98 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r--Changes1
-rw-r--r--data/example.conf2
-rw-r--r--version.log6
3 files changed, 7 insertions, 2 deletions
diff --git a/Changes b/Changes
index 7606f8c8a..314299bec 100644
--- a/Changes
+++ b/Changes
@@ -4,6 +4,7 @@ Provided by Anope Dev. <dev@anope.org> - 2004
05/24 A New NSNickTracking directive to provide nick tracking. [ #71]
05/21 A Auto enforce upon AKICK addition. [ #63]
05/21 A New file docs/OLDCHANGES contains all change history. [ #65]
+05/24 F Fixed typo in example.conf. [ #70]
05/24 F Cleaned up compile errors on older compilers. [ #69]
05/21 F Removed threads.c file. [ #64]
05/21 F Check for VHOST capable ircd on HostServAlias induction. [ #56]
diff --git a/data/example.conf b/data/example.conf
index 033a470bc..00456ed1e 100644
--- a/data/example.conf
+++ b/data/example.conf
@@ -565,7 +565,7 @@ ProxyMessage4 "See http://proxy.myirc.net/ for information about our proxy polic
# ProxyCheck... [OPTIONAL]
#
-# Determines what types of proxy AnopAnope wille try to find (respectively
+# Determines what types of proxy Anope will try to find (respectively
# Wingate on port 23, SOCKS4 on port 1080, SOCKS5 on port 1080, HTTP
# proxy on port 3128, HTTP proxy on port 8080 and HTTP proxy on port
# 80).
diff --git a/version.log b/version.log
index f3795749c..fbf29330e 100644
--- a/version.log
+++ b/version.log
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="3"
-VERSION_BUILD="123"
+VERSION_BUILD="124"
# $Log$
#
+# BUILD : 1.7.3 (124)
+# BUGS : 70
+# NOTES : Fixed typo in example.conf.
+#
# BUILD : 1.7.3 (123)
# BUGS : None
# NOTES : Fixed Changes and version.log format and added reference bug number.