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

BUILD : 1.7.11 (896) BUGS : NOTES : Fixed minor issues: forgot an End

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@643 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-09-25 16:14:57 +00:00
parent bee4bee532
commit 00bda9fa4b
4 changed files with 8 additions and 2 deletions
+1
View File
@@ -8,6 +8,7 @@ Provided by Anope Dev. <dev@anope.org> - 2005
07/01 A Events for channel access/xop updates. [ #00]
06/26 A New module pack module: hs_request. [ #00]
06/03 A Protocol files can now fill mod_current_buffer with custom code. [#389]
09/25 F Missing End If in install.vbs. [ #00]
09/24 F Typo in English language file. [ #00]
09/21 F Segfault when find_byuid() was called with a NULL argument. [ #00]
09/20 F Ident length checking when adding a bot was broken. [ #00]
+1 -1
View File
@@ -135,7 +135,7 @@ OSOpersOnly
# Use the given filename as database for the oper information lines.
# If not given, the default of "os_info.db" will be used.
#
#NSAutoOPDBName "os_info.db"
#OSInfoDBName "os_info.db"
** MODIFIED CONFIGURATION DIRECTIVES **
+1
View File
@@ -131,6 +131,7 @@ Else
WScript.Echo "(Please DO NOT include a trailing slash '\')"
MySQLLibPath = Trim(WScript.StdIn.ReadLine)
Loop
End If
If (fso.FileExists(MySQLHeadPath & "\mysql.h") = False) Then
Do While (fso.FileExists(MySQLHeadPath & "\mysql.h") = False)
WScript.Echo "ERROR: Cannot find 'mysql.h' in " & MySQLHeadPath
+5 -1
View File
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="11"
VERSION_EXTRA="-rc3"
VERSION_BUILD="895"
VERSION_BUILD="896"
# $Log$
#
# BUILD : 1.7.11 (896)
# BUGS :
# NOTES : Fixed minor issues: forgot an 'End If' in install.vbs and an old typo in Changes.conf
#
# BUILD : 1.7.11 (895)
# BUGS :
# NOTES : Fixed a typo in en_us.l