diff options
-rw-r--r-- | Changes | 1 | ||||
-rw-r--r-- | data/example.conf | 2 | ||||
-rw-r--r-- | version.log | 6 |
3 files changed, 7 insertions, 2 deletions
@@ -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. |