From b8bd618303e819c2cd9ee19de71379abbd5f39b8 Mon Sep 17 00:00:00 2001 From: "geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Sat, 26 Jan 2008 09:37:33 +0000 Subject: [PATCH] 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 --- Changes | 2 +- version.log | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 98a284564..c6903c28e 100644 --- a/Changes +++ b/Changes @@ -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 - 2008 01/16 F Server traversion with next_server() failed to list all servers. [#831] diff --git a/version.log b/version.log index 6993b03e9..0c72b376e 100644 --- a/version.log +++ b/version.log @@ -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.