* Bump to 6.0.1-BETA

* Install headers (for plugins)
* Fix #1689890
MAINT_6_0
Stephane Bortzmeyer 17 years ago
parent 3727151409
commit 008dacb414

@ -1,3 +1,7 @@
6.0.1 (NOT RELEASED YET)
* Bug fixes
6.0.0 (2007-03-26)
* Plugins: several plugins (whois, postgresql, dns) are now

@ -5,6 +5,7 @@
bin_PROGRAMS = echoping
man_MANS = echoping.1
echoping_SOURCES = echoping.c error.c readline.c writen.c util.c http.c icp.c HTParse.c echoping.h icp.h HTParse.h smtp.c
pkginclude_HEADERS = echoping.h compilation.h
echoping_LDADD =
echoping_LDFLAGS = -export-dynamic
DOCS=DETAILS PLUGINS

@ -1,5 +1,5 @@
dnl $Id$
AC_INIT(echoping, 6.0.0, bortz@users.sourceforge.net)
AC_INIT(echoping, 6.0.1-BETA, bortz@users.sourceforge.net)
AC_CANONICAL_HOST
AC_PROG_CC(cc gcc)
AC_LIBTOOL_DLOPEN

@ -10,9 +10,8 @@
#define DEFLINE 256
#define UDPMAX 65535
#ifdef HTTP
/* Mostly for HTTP */
#define MAXTOREAD 150000
#endif
#ifdef SMTP
#define MAXSMTP 1024
#define MAXSMTPLINES 30

Loading…
Cancel
Save