From 11d47efc7ae949f8a816adae4624fd377539e0a2 Mon Sep 17 00:00:00 2001 From: sjaz Date: Sun, 17 Jan 2010 15:09:43 +0000 Subject: [PATCH] Fix small omission in src/tools/Makefile and update version.log git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2767 5417fbe8-f217-4b02-8779-1006273d7864 --- src/tools/Makefile | 2 +- version.log | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/tools/Makefile b/src/tools/Makefile index c0aa9fb85..56324416a 100644 --- a/src/tools/Makefile +++ b/src/tools/Makefile @@ -16,7 +16,7 @@ all: ${OBJS} distclean: spotless -anopesmpt: $(OBJS) +anopesmtp: $(OBJS) $(CC) $(CFLAGS) $(OBJS) $(ANOPELIBS) $(MLIBS) -o $@ $(LDFLAGS) $(OBJS): Makefile diff --git a/version.log b/version.log index 6d42d353d..60baa48be 100644 --- a/version.log +++ b/version.log @@ -9,9 +9,11 @@ VERSION_MAJOR="1" VERSION_MINOR="8" VERSION_PATCH="2" VERSION_EXTRA="-svn" -VERSION_BUILD="2761" +VERSION_BUILD="2767" # $Log$ # Changes since 1.8.2 Release +#Revision 2767 - Fix small omission in src/tools/Makefile +#Revision 2766 - Small documentation update #Revision 2761 - Don't kick or ban ulined clients for flood etc #Revision 2747 - Fixed a reply in bs_bot to be correct when you use an invalid ident #Revision 2743 - Fix a crash introduced in r2679 cause by is_on_access messing up the users host buffers