1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 21:13:12 +02:00

BUILD : 1.7.8 (660) BUGS : NOTES : Added .BANNER file for the Config script

git-svn-id: svn://svn.anope.org/anope/trunk@660 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@508 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-04-12 17:17:47 +00:00
parent d8535cddda
commit 3209eb56ee
3 changed files with 29 additions and 1 deletions
+23
View File
@@ -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/
+1
View File
@@ -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]
+5 -1
View File
@@ -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...