1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 20:16:38 +02:00

BUILD : 1.7.9 (787) BUGS : 369 NOTES : Added a dummy folder/makefile to keep older shells happen with doing processing Makefile.inc subs

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@547 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-05-11 12:44:30 +00:00
parent 7c586a83dd
commit e203904efd
8 changed files with 27 additions and 5 deletions
+1
View File
@@ -1,6 +1,7 @@
Anope Version S V N
-------------------
Provided by Anope Dev. <dev@anope.org> - 2005
05/11 F Unable to make when using an old shell. [#369]
05/10 F AnopeFini was called without mod_current_module_name set. [#371]
05/10 F Unidentified users now have level -1 instead of 0 again. [#372]
05/09 F Segfault in ns_maxemail when user's email not set. [ #00]
+1 -1
View File
@@ -858,7 +858,7 @@ int parse(char *buf, int linenum, int reload)
if (n == lenof(directives)) {
/* error(linenum, "Unknown directive `%s'", dir);
return 1; *//* don't cause abort */
return 1; *//* don't cause abort */
}
return retval;
+6
View File
@@ -0,0 +1,6 @@
all: DUMMY
DUMMY:
clean:
distclean:
install:
+1 -1
View File
@@ -321,7 +321,7 @@ int do_clearmodes(User * u)
free(argv[1]);
free(argv[0]);
}
if (excepts) {
free(excepts);
}
+6
View File
@@ -0,0 +1,6 @@
all: DUMMY
DUMMY:
clean:
distclean:
install:
+6
View File
@@ -0,0 +1,6 @@
all: DUMMY
DUMMY:
clean:
distclean:
install:
+1 -2
View File
@@ -1485,8 +1485,7 @@ int AnopeInit(int argc, char **argv)
{
moduleAddAuthor("Brain");
moduleAddVersion
("$Id$");
moduleAddVersion("$Id$");
moduleSetType(PROTOCOL);
pmodule_ircd_version("InspIRCd 1.0 Beta3");
+5 -1
View File
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="9"
VERSION_BUILD="786"
VERSION_BUILD="787"
# $Log$
#
# BUILD : 1.7.9 (787)
# BUGS : 369
# NOTES : Added a dummy folder/makefile to keep older shells happen with doing processing Makefile.inc subs
#
# BUILD : 1.7.9 (786)
# BUGS :
# NOTES : Applied patch by crazy for language updates and removal of IRCDFILE stuff