diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2007-08-28 12:21:55 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2007-08-28 12:21:55 +0000 |
commit | dbcca23f378ea8e19fbffd8b2b8c39a8c678961d (patch) | |
tree | ffd6fcd6f5fc95f4cde03835cd88dd5d6ce35acd | |
parent | 382bf176edcf9dfe02b976bf6cff864592cb0219 (diff) |
BUILD : 1.7.19 (1281) BUGS : NOTES : Reworded some stuffs in Changes
git-svn-id: svn://svn.anope.org/anope/trunk@1281 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@999 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | Changes | 16 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 13 insertions, 9 deletions
@@ -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. |