diff options
author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-06-15 17:08:33 +0000 |
---|---|---|
committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-06-15 17:08:33 +0000 |
commit | 8f60562dfa94ae9464683843453e1b04b336008f (patch) | |
tree | ed94177c2026f48ffd2777bc041b51e0704fd606 | |
parent | 3bf6cdb6ac0f02950cc67334f9a1a35e7f121158 (diff) |
Fixed ./Config to correctly load the previously used settings from config.cache
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@3005 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | Changes | 1 | ||||
-rwxr-xr-x | Config | 2 | ||||
-rw-r--r-- | version.log | 4 |
3 files changed, 5 insertions, 2 deletions
@@ -13,6 +13,7 @@ Anope Version 1.8 - SVN 4/28 F Fixed a bug that could make some nick requests disappear [ #00] 5/18 F Fixed English and grammar in e-mail messages [ #00] 5/23 F Fixed SQUITing juped servers on InspIRCd 1.2 [#1165] +6/15 F Fixed ./Config to correctly load config.cache [ #00] Anope Version 1.8.4 ------------------- @@ -29,7 +29,7 @@ Load_Cache () { if [ -f config.cache -a -r config.cache -a ! "$IGNORE_CACHE" ] ; then echo "Using defaults from config.cache. To ignore, ./Config -nocache" echo "" - . config.cache + . ./config.cache CAN_QUICK="yes" else CAN_QUICK="no" diff --git a/version.log b/version.log index b868980c6..cbc513c6d 100644 --- a/version.log +++ b/version.log @@ -9,9 +9,11 @@ VERSION_MAJOR="1" VERSION_MINOR="8" VERSION_PATCH="4" VERSION_EXTRA="-svn" -VERSION_BUILD="3003" +VERSION_BUILD="3005" # $Log$ # Changes since the 1.8.4 Release +#Revision 3005 - Fixed ./Config to correctly load the previously used settings from config.cache +#Revision 3003 - Grab users cloaked hosts on Unreal after setting +x, fixes us never knowing cloaked hosts if the user is introduced with a vhost #Revision 3000 - Never unset mod_current_module in functions that modules might call, instead save the old values and reset them #Revision 2999 - Moved EVENT_CHANGE_NICK call to after anope_cmd_nc_change() call. Added user identified check to validate_user() to prevent identified user being told to identify. #Revision 2993 - Fixed db-mergers handling of bot collisions |