summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes16
-rw-r--r--version.log6
2 files changed, 13 insertions, 9 deletions
diff --git a/Changes b/Changes
index e44baea96..d65dce8a0 100644
--- a/Changes
+++ b/Changes
@@ -13,16 +13,16 @@ 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]
+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]
08/27 F Functions firstuser and first_uid now don't collide when used. [#764]
08/27 F Is not posible to use CS SET XOP when cs_xop is not loaded. [#747]
-08/27 F SA and SO can be kicked by ChanServ now. [#753]
-08/27 F Added missed help for NS CONFIRM. [#759]
-08/27 F Fixed typo in en_us.l [#767]
-08/27 F inspircd11 protocol now uses svshold [#683]
-08/28 F Fixed bug when truncating passwords to PASSMAX with enc_none [#765]
-08/28 F Fixed bug in ptlink protocol where topic time wasn't being sent. [#763]
+08/27 F Services administrators and opers can be kicked by ChanServ now. [#753]
+08/27 F Added missing help for NS CONFIRM. [#759]
+08/27 F Fixed typo in English language file. [#767]
+08/27 F Protocol for InspIRCd 1.1 now uses SVSHOLD. [#683]
+08/28 F Bug when truncating passwords to PASSMAX with enc_none. [#765]
+08/28 F Bug in PTLink protocol where topic time was not being sent. [#763]
Anope Version 1.7.19
--------------------
diff --git a/version.log b/version.log
index 12081bdd0..98570fc18 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="1280"
+VERSION_BUILD="1281"
# $Log$
#
+# BUILD : 1.7.19 (1281)
+# BUGS :
+# NOTES : Reworded some stuffs in Changes
+#
# BUILD : 1.7.19 (1280)
# BUGS : 763
# NOTES : Fixed bug in ptlink protocol where topic time wasnt being sent.