diff options
-rw-r--r-- | .BANNER | 23 | ||||
-rw-r--r-- | Changes | 1 | ||||
-rw-r--r-- | version.log | 6 |
3 files changed, 29 insertions, 1 deletions
diff --git a/.BANNER b/.BANNER new file mode 100644 index 000000000..bd5ff5884 --- /dev/null +++ b/.BANNER @@ -0,0 +1,23 @@ + ___ + / _ \ http://www.anope.org + | /_\ | _ __ _ _ _ _ ___ + | _ || '_ \/ _ \/ _ \ / _ \ + | | | || | | |_| |_| | __/ + |_| |_||_| |_\___/| _/ \___| + | | + |_| IRC Services + v1.7.9 + +This program will help you to compile your Services, and ask you +questions regarding the compile-time settings of it during the +process. For more options type ./Config --help + +Anope is a set of Services for IRC networks that allows users to +manage their nicks and channels in a secure and efficient way, +and administrators to manage their network with powerful tools. + +Do not forget to read all the documents located in "docs/", +specially the README and INSTALL files. + +For all your Anope needs please visit our portal at +http://www.anope.org/ @@ -74,6 +74,7 @@ Provided by DrStein <drstein@anope.org> - 2005 03/17 A Improvements on Config script. [ #00] 03/17 A OS SET SQL ON shall warn about SQL disabled in services.conf [ #00] 03/15 A ChanServ will now include the channel name in SET's responses [#318] +04/12 F Introduction text data file was missing. [ #00] 04/07 F NickServ shall give the correct response to GLIST/ALIST [#345] 03/15 F ChanServ's do_getkey() function is now using notice_lang() [#319] 03/14 F Updated docs/FAQ. [#312] diff --git a/version.log b/version.log index 4c53e9c37..30421dce5 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="8" -VERSION_BUILD="659" +VERSION_BUILD="660" # $Log$ # +# BUILD : 1.7.8 (660) +# BUGS : +# NOTES : Added .BANNER file for the Config script +# # BUILD : 1.7.8 (659) # BUGS : N/A # NOTES : dbgen script will now accept a blank sql pass if you tell it too... |