diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-10-17 19:15:37 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-10-17 19:15:37 +0000 |
commit | a49ef00dd2980cf25a10c3839df70a6f0de3da09 (patch) | |
tree | 9810b09b096ab68c56607ed5f19ab4ebd76b9305 | |
parent | b84de63e7217a9a46db3be92d3a33936d722eea6 (diff) |
BUILD : 1.7.17 (1182) BUGS : NOTES : Anope 1.7.17 release
git-svn-id: svn://svn.anope.org/anope/trunk@1182 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@903 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | Changes | 2 | ||||
-rw-r--r-- | Changes.conf | 2 | ||||
-rw-r--r-- | Changes.lang | 2 | ||||
-rw-r--r-- | Changes.mysql | 2 | ||||
-rw-r--r-- | version.log | 10 |
5 files changed, 11 insertions, 7 deletions
@@ -1,4 +1,4 @@ -Anope Version S V N +Anope Version 1.7.17 -------------------- 10/15 F MySQL detection now checks for valid values from mysql_config. [ #00] 10/15 F Correctly compiling mod_version with module options now. [ #00] diff --git a/Changes.conf b/Changes.conf index b0af66088..8a5c4b41f 100644 --- a/Changes.conf +++ b/Changes.conf @@ -1,4 +1,4 @@ -Anope Version S V N +Anope Version 1.7.17 -------------------- ** ADDED CONFIGURATION DIRECTIVES ** diff --git a/Changes.lang b/Changes.lang index 7416cf5ce..90af0a407 100644 --- a/Changes.lang +++ b/Changes.lang @@ -1,4 +1,4 @@ -Anope Version S V N +Anope Version 1.7.17 -------------------- *** New Strings: diff --git a/Changes.mysql b/Changes.mysql index 93aa8f580..bd74f6f46 100644 --- a/Changes.mysql +++ b/Changes.mysql @@ -1,4 +1,4 @@ -Anope Version S V N +Anope Version 1.7.17 -------------------- - CREATE TABLE anope_cs_ttb ( ct_id int(11) NOT NULL auto_increment, diff --git a/version.log b/version.log index fbf74976b..4420eed8f 100644 --- a/version.log +++ b/version.log @@ -7,12 +7,16 @@ VERSION_MAJOR="1" VERSION_MINOR="7" -VERSION_PATCH="16" -VERSION_EXTRA="-svn" -VERSION_BUILD="1181" +VERSION_PATCH="17" +VERSION_EXTRA="" +VERSION_BUILD="1182" # $Log$ # +# BUILD : 1.7.17 (1182) +# BUGS : +# NOTES : Anope 1.7.17 release +# # BUILD : 1.7.16 (1181) # BUGS : # NOTES : Fixed MySQL detection in configure.in; it should now always work correctly if mysql_config is found |