diff options
-rw-r--r-- | Changes | 2 | ||||
-rw-r--r-- | docs/WIN32.txt | 4 | ||||
-rw-r--r-- | lang/en_us.l | 2 | ||||
-rw-r--r-- | src/mysql.c | 3 | ||||
-rw-r--r-- | src/rdb.c | 2 | ||||
-rw-r--r-- | version.log | 6 |
6 files changed, 12 insertions, 7 deletions
@@ -13,6 +13,8 @@ Anope Version S V N 08/08 F Wrong debug notice when killing people due to the session limit. [#734] 08/08 F DefCon modes being re-set after mass-unset when leaving DefCon. [#727] 08/11 F CAPAB tokens for InspIRCd 1.1 never parsed. [#742] +08/21 F Updated the WIN32.txt document a bit [ #00] +08/21 F Re-worded the CHAN_LEVELS_XOP string in en_us [ #00] Anope Version 1.7.19 -------------------- diff --git a/docs/WIN32.txt b/docs/WIN32.txt index 2b99d12ee..daabcc2ab 100644 --- a/docs/WIN32.txt +++ b/docs/WIN32.txt @@ -14,7 +14,7 @@ Anope for Windows 1) Download the required files: * Current Anope source: - http://zero.org:7467/viewcvs/trunk.tar.gz + http://sourceforge.net/project/showfiles.php?group_id=94081 If you have Visual C++ 6, 7 (.NET 2002/2003) or 8 (2005) skip ahead to step 2, else you need to download the following free components from Microsoft. Once @@ -167,5 +167,5 @@ Anope for Windows Anope's Windows Installer was made using: - * Inno Setup 5 <http://www.jrsoftware.org> + * NSIS 2.20 <http://nsis.sourceforge.net> diff --git a/lang/en_us.l b/lang/en_us.l index df1b326dc..46f08d8c7 100644 --- a/lang/en_us.l +++ b/lang/en_us.l @@ -1479,7 +1479,7 @@ CHAN_AKICK_CLEAR CHAN_LEVELS_SYNTAX LEVELS channel {SET | DIS[ABLE] | LIST | RESET} [item [level]] CHAN_LEVELS_XOP - This command is useless in this mode. + Levels are not available as xOP is enabled on this channel. CHAN_LEVELS_RANGE Level must be between %d and %d inclusive. CHAN_LEVELS_CHANGED diff --git a/src/mysql.c b/src/mysql.c index 422445ee7..434caa981 100644 --- a/src/mysql.c +++ b/src/mysql.c @@ -319,8 +319,6 @@ int db_mysql_save_ns_core(NickCore * nc) { int ret; int i; - char **access; - Memo *memos; char *q_display, *q_pass, *epass, *q_email, *q_greet, *q_url, *q_access, *q_sender, *q_text; @@ -491,7 +489,6 @@ int db_mysql_save_cs_info(ChannelInfo * ci) { int ret; int i; - Memo *memos; char *q_name; char *q_founder; char *q_successor; @@ -480,6 +480,8 @@ int rdb_load_dbases(void) } alog("RDB: All DataBases loaded."); + + return 0; } /*************************************************************************/ diff --git a/version.log b/version.log index 27c4a70b5..8917f887a 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="19" VERSION_EXTRA="-svn" -VERSION_BUILD="1271" +VERSION_BUILD="1272" # $Log$ # +# BUILD : 1.7.19 (1272) +# BUGS : N/A +# NOTES : Patch provided by teh heinz: [1] Updated the WIN32.txt document a bit [2] Re-worded the CHAN_LEVELS_XOP string in en_us.l +# # BUILD : 1.7.19 (1271) # BUGS : # NOTES : Fixed revision numbering in version.log |