summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b <drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2007-08-27 17:09:18 +0000
committerdrstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b <drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2007-08-27 17:09:18 +0000
commit019c9a02f8b3c3301ff5845648ac33ebdf6349cd (patch)
tree51c2b6e8e14e6766d00fa54c4a7ccd087de548e8
parent59e8ec448c0cd312362fb8b50bf5c3e4884880df (diff)
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
git-svn-id: svn://svn.anope.org/anope/trunk@1272 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@990 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r--Changes2
-rw-r--r--docs/WIN32.txt4
-rw-r--r--lang/en_us.l2
-rw-r--r--src/mysql.c3
-rw-r--r--src/rdb.c2
-rw-r--r--version.log6
6 files changed, 12 insertions, 7 deletions
diff --git a/Changes b/Changes
index 2dc68bd61..e58378c0d 100644
--- a/Changes
+++ b/Changes
@@ -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;
diff --git a/src/rdb.c b/src/rdb.c
index ec7656b6d..4076950cc 100644
--- a/src/rdb.c
+++ b/src/rdb.c
@@ -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