diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-08-09 18:20:45 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-08-09 18:20:45 +0000 |
commit | efbe346d45a3ec350a502ac89c3c19817c2118ab (patch) | |
tree | 8d8eca8199dcf69dac8220df7cc7ae43c798cb07 | |
parent | 9c6eaa57c560c6ee15ccb34068679e7b1320918f (diff) |
BUILD : 1.7.15 (1132) BUGS : NOTES : Fixed development framework
git-svn-id: svn://svn.anope.org/anope/trunk@1132 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@855 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | Changes | 2 | ||||
-rw-r--r-- | Changes.conf | 16 | ||||
-rw-r--r-- | Changes.lang | 8 | ||||
-rw-r--r-- | Changes.mysql | 4 | ||||
-rw-r--r-- | version.log | 8 |
5 files changed, 27 insertions, 11 deletions
@@ -1,4 +1,4 @@ -Anope Version SVN +Anope Version S V N -------------------- Provided by Anope Dev. <dev@anope.org> - 2006 08/09 F Fixed port checking when using command line switches. [#575] diff --git a/Changes.conf b/Changes.conf index 70abb087c..3de5d9ba5 100644 --- a/Changes.conf +++ b/Changes.conf @@ -1,3 +1,11 @@ +Anope Version S V N +-------------------- +** ADDED CONFIGURATION DIRECTIVES ** + +** MODIFIED CONFIGURATION DIRECTIVES ** + +** DELETED CONFIGURATION DIRECTIVES ** + Anope Version 1.7.15 -------------------- ** ADDED CONFIGURATION DIRECTIVES ** @@ -30,14 +38,6 @@ ModuleDelayedAutoload "cs_appendtopic cs_enforce ns_maxemail os_info hs_request" # #NSAutoOPDBName "autoop.db" -Anope Version 1.7.14 --------------------- -** ADDED CONFIGURATION DIRECTIVES ** - -** MODIFIED CONFIGURATION DIRECTIVES ** - -** DELETED CONFIGURATION DIRECTIVES ** - Anope Version 1.7.13 -------------------- ** ADDED CONFIGURATION DIRECTIVES ** diff --git a/Changes.lang b/Changes.lang index 4333cf1a0..e01b15a5b 100644 --- a/Changes.lang +++ b/Changes.lang @@ -1,3 +1,11 @@ +Anope Version S V N +-------------------- +*** New Strings: + +*** Mod Strings: + +*** Del Strings: + Anope Version 1.7.15 -------------------- *** New Strings: diff --git a/Changes.mysql b/Changes.mysql index 29cfe4346..dcd08573d 100644 --- a/Changes.mysql +++ b/Changes.mysql @@ -1,3 +1,7 @@ +Anope Version S V N +-------------------- +- NONE + Anope Version 1.7.15 -------------------- - NONE diff --git a/version.log b/version.log index a4902ef28..64208b2e2 100644 --- a/version.log +++ b/version.log @@ -8,11 +8,15 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="15" -VERSION_EXTRA="" -VERSION_BUILD="1131" +VERSION_EXTRA="-svn" +VERSION_BUILD="1132" # $Log$ # +# BUILD : 1.7.15 (1132) +# BUGS : +# NOTES : Fixed development framework +# # BUILD : 1.7.15 (1131) # BUGS : # NOTES : fixed revision number, we're missing an entry |