1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 04:23:13 +02:00

BUILD : 1.7.21 (1353) BUGS : NOTES : Rules for Changes: [[1]] A always goes before F (and anything else in between) [[2]] Anything within an A-block or F-block for 1 version is sorted ascending on the date (newer lines on the bottom) [[3]] Lines end with a period.

git-svn-id: svn://svn.anope.org/anope/trunk@1353 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1068 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-01-26 09:37:33 +00:00
parent 4b62b08ddf
commit b8bd618303
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -1,11 +1,11 @@
Anope Version S V N
--------------------
01/24 A Added a check for hosts too long in BotServs bots. [ #00]
01/15 F BOT_NOT_ASSIGNED language string error. [#828]
01/15 F listchans now shows if a channel is suspended. [#825]
01/15 F listnicks now shows if a nickname is suspended. [#825]
01/15 F Re-assigned access to OS CHANLIST to Services Opers. [#827]
01/24 F Several language errors. [ #00]
01/24 A Added a check for hosts too long in BotServs bots. [ #00]
Provided by Jan Milants <jan_renee@msn.com> - 2008
01/16 F Server traversion with next_server() failed to list all servers. [#831]
+5 -1
View File
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="21"
VERSION_EXTRA="-svn"
VERSION_BUILD="1352"
VERSION_BUILD="1353"
# $Log$
#
# BUILD : 1.7.21 (1353)
# BUGS :
# NOTES : Rules for Changes: [[1]] A always goes before F (and anything else in between) [[2]] Anything within an A-block or F-block for 1 version is sorted ascending on the date (newer lines on the bottom) [[3]] Lines end with a period.
#
# BUILD : 1.7.21 (1352)
# BUGS : N/A
# NOTES : Fixed several language erros (missed strings, bad formatting, etc). Added a check for BotServs bots hostname too long.