summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes1
-rw-r--r--src/bin/anoperc.in2
-rw-r--r--version.log6
3 files changed, 7 insertions, 2 deletions
diff --git a/Changes b/Changes
index d4b1fba74..295ee7e34 100644
--- a/Changes
+++ b/Changes
@@ -3,6 +3,7 @@ Anope Version S V N
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]
10/16 F MySQL functions did not always escape all values correctly. [#612]
+10/16 F Made anoperc restart to accepts arguments like anoperc start. [#611]
Anope Version 1.7.16
--------------------
diff --git a/src/bin/anoperc.in b/src/bin/anoperc.in
index 0fdb8c40c..f1e9def49 100644
--- a/src/bin/anoperc.in
+++ b/src/bin/anoperc.in
@@ -100,7 +100,7 @@ elif [ "$1" = "restart" ] ; then
echo "Restarting Anope"
kill -15 `cat $ANOPEPID`
sleep 1
- $ANOPROG
+ $ANOPROG $*
elif [ "$1" = "rehash" ] ; then
isAnopeRunning
diff --git a/version.log b/version.log
index e4b513d44..7956324d6 100644
--- a/version.log
+++ b/version.log
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="16"
VERSION_EXTRA="-svn"
-VERSION_BUILD="1175"
+VERSION_BUILD="1176"
# $Log$
#
+# BUILD : 1.7.16 (1176)
+# BUGS : 611
+# NOTES : Fixed anoperc restart to allow arguments like anoperc start
+#
# BUILD : 1.7.16 (1175)
# BUGS : 612
# NOTES : Fixed a number of MySQL/RDB-related functions which did not correctly escape their arguments