diff options
author | dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-03-16 01:12:10 +0000 |
---|---|---|
committer | dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-03-16 01:12:10 +0000 |
commit | 6536e8c850947ee4626214ce8a0e0e94b814e30c (patch) | |
tree | f9cc7612fa6aa3f1c1cfd79ff64562195ad27e82 | |
parent | ba0611d9940c891787143b46f33efbf81e58a608 (diff) |
BUILD : 1.7.8 (629) BUGS : 313 NOTES : Updated mydbgen and Changes.mysql to remove anope_os_cache
git-svn-id: svn://svn.anope.org/anope/trunk@629 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@477 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | Changes.mysql | 3 | ||||
-rwxr-xr-x | src/bin/mydbgen | 8 | ||||
-rw-r--r-- | version.log | 6 |
3 files changed, 13 insertions, 4 deletions
diff --git a/Changes.mysql b/Changes.mysql index 01cd74b55..d6f383a19 100644 --- a/Changes.mysql +++ b/Changes.mysql @@ -1,9 +1,10 @@ Anope Version S V N ------------------- -- DROP TABLE `anope_os_hcache`; +- DROP TABLE IF EXISTS anope_os_cache Anope Version 1.7.8 ------------------- +- NONE Anope Version 1.7.7 ------------------- diff --git a/src/bin/mydbgen b/src/bin/mydbgen index 25957a388..77eb22aac 100755 --- a/src/bin/mydbgen +++ b/src/bin/mydbgen @@ -166,12 +166,16 @@ else fi # Introduced on Anope 1.7.7 -> status smallint to inst unsigned. - echo -n "Blindly altering status for bigger capacity... " + echo "Blindly altering status for bigger capacity... " echo "ALTER TABLE anope_ns_alias CHANGE status status int(11) unsigned NOT NULL default 0" > $TFILE mysql -h$SQLHOST -u$SQLUSER -p$SQLPASS $SQLDB < $TFILE >/dev/null 2>&1 - echo "done!" + # Introduced on Anope 1.7.8 (620) proxy scanner removed. + echo "Removing proxy scanner cache... " + echo "DROP TABLE IF EXISTS anope_os_cache" > $TFILE + mysql -h$SQLHOST -u$SQLUSER -p$SQLPASS $SQLDB < $TFILE >/dev/null 2>&1 + echo "done!" fi diff --git a/version.log b/version.log index 4afee09e9..b5437ac9d 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="8" -VERSION_BUILD="628" +VERSION_BUILD="629" # $Log$ # +# BUILD : 1.7.8 (629) +# BUGS : 313 +# NOTES : Updated mydbgen and Changes.mysql to remove anope_os_cache +# # BUILD : 1.7.8 (628) # BUGS : none # NOTES : Moved ALIST from CHAN_HELP to NICK_HELP on es.l (Reported |