summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-04-12 17:17:47 +0000
committergeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-04-12 17:17:47 +0000
commit3209eb56eea69dc2c68988d438cb946e6593d635 (patch)
tree01a92d98c45b7c85d2fd4cc0752207f27d7c163e
parentd8535cdddacf8b3856e1bffe1fd69ab708f34ff4 (diff)
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
-rw-r--r--.BANNER23
-rw-r--r--Changes1
-rw-r--r--version.log6
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/
diff --git a/Changes b/Changes
index 75f47f572..98c48e0fb 100644
--- a/Changes
+++ b/Changes
@@ -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...