summaryrefslogtreecommitdiff
path: root/version.log
blob: 4b78645bd06f892654176b993fd50bcced8992a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# (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="20"
VERSION_EXTRA=""

# $Log$
#
# BUILD : 1.7.0 (20)
# BUGS  : none
# NOTES : Fixed MySQL double encryption if using MD5.
#
# BUILD : 1.7.0 (19)
# BUGS  : none
# NOTES : Refixed compile error if no RDB :(
#
# BUILD : 1.7.0 (18)
# BUGS  : none
# NOTES : Fixed lack of BotServ. Fixed compile error if no RDB
#
# BUILD : 1.7.0 (17)
# BUGS  : 
# NOTES : Implemented MySQL Phase 2, see Changes and docs/MYSQL file for information.
#
# 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