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

BUILD : 1.7.20 (1329) BUGS : 811 NOTES : Fixed databases not being saved when anope quit due to a connection error

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1045 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-01-01 13:48:50 +00:00
parent 751783a2aa
commit 703b273472
3 changed files with 10 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
Anope Version S V N
--------------------
12/30 F Grouped root nicks could result in loss of power when using MySQL.[#812]
01/01 F Databases not being saved on quit caused by connection error. [#811]
Anope Version 1.7.20
+4
View File
@@ -665,6 +665,10 @@ int main(int ac, char **av, char **envp)
quitmsg = "Read error from server";
}
quitting = 1;
/* Save the databases */
if (!readonly)
save_databases();
}
waiting = -4;
}
+5 -1
View File
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="20"
VERSION_EXTRA="-svn"
VERSION_BUILD="1328"
VERSION_BUILD="1329"
# $Log$
#
# BUILD : 1.7.20 (1329)
# BUGS : 811
# NOTES : Fixed databases not being saved when anope quit due to a connection error
#
# BUILD : 1.7.20 (1328)
# BUGS : 812
# NOTES : Fixed a bug where multiple grouped nicks and not all of them listed in ServicesRoot could result in services roots not becoming services root when using MySQL