diff options
-rw-r--r-- | Changes | 1 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 6 insertions, 1 deletions
@@ -4,6 +4,7 @@ Provided by Anope Dev. <dev@anope.org> - 2005 01/19 A Add simple smtp client, read the README in src/tools for info [ #00] 01/16 A Support for PTlinks VHOST (NEWMASK) command. [ #00] 01/16 A Ulines Servers are now except from NOJOIN bans [#281] +01/20 F Misplaced MEMO_NO_RSEND_SELF in es.l reordered. [ #00] 01/19 F OperServ HELP does not show commands not usable on that ircd [ #25] 01/16 F Help messages restricted to the right access level. [#272] 01/16 F Updated IGNORE system to allow ircops past in all areas. [#275] diff --git a/version.log b/version.log index fdc941796..15ef33121 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="7" -VERSION_BUILD="552" +VERSION_BUILD="553" # $Log$ # +# BUILD : 1.7.7 (553) +# BUGS : none +# NOTES : Forgot Changes file :) +# # BUILD : 1.7.7 (552) # BUGS : none # NOTES : Fixed misplaced MEMO_NO_RSEND_SELF in es.l |