mirror of
https://github.com/anope/anope.git
synced 2026-06-12 19:14:47 +02:00
6f9bbb2d39
git-svn-id: svn://svn.anope.org/anope/trunk@15 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@9 5417fbe8-f217-4b02-8779-1006273d7864
43 lines
1.1 KiB
Plaintext
43 lines
1.1 KiB
Plaintext
# (C) 2003 Anope
|
|
# Contact us at info@anope.org
|
|
#
|
|
# Please read COPYING and README for furhter details.
|
|
#
|
|
# $Id$
|
|
|
|
VERSION_MAJOR="1"
|
|
VERSION_MINOR="7"
|
|
VERSION_PATCH="0"
|
|
VERSION_BUILD="15"
|
|
VERSION_EXTRA=""
|
|
|
|
# $Log$
|
|
#
|
|
# BUILD : 1.7.0 (15)
|
|
# BUGS : N/A
|
|
# NOTES : Added the ability for modules to add Commands and Messages outside of AnopeInit()
|
|
#
|
|
# BUILD : 1.7.0 (12)
|
|
# BUGS : 5
|
|
# NOTES : Fixed a bug with module callbacks, this is a tiny fix, but will need to be merged with the 1.6.x series, as it can cause a segfault if a module attempts to use recersive callbacks.
|
|
#
|
|
#
|
|
# BUILD : 1.7.0 (11)
|
|
# BUGS :
|
|
# NOTES : Added channelname to entrymsgs
|
|
#
|
|
# BUILD : 1.7.0 (8)
|
|
# BUGS : none.
|
|
# NOTES : Made svn://zero.org/repos/anope/trunk the 1.7 development stream.
|
|
#
|
|
# BUILD : 1.6.0 (6)
|
|
# BUGS : none
|
|
# NOTES : Removed estra table definition from tables.sql. Minor fixes.
|
|
#
|
|
# BUILD : 1.6.0 (4)
|
|
# BUGS : none
|
|
# NOTES : File cleanup and new AnopeManager script (bin/am) to work
|
|
# with Anope source control. Version schema change with no
|
|
# impact on cpp directives.
|
|
# EOF
|