From f20f651cd030d24941a686a292a4e165e8ad6ba2 Mon Sep 17 00:00:00 2001 From: Gilbert Ramirez Date: Fri, 7 Apr 2000 03:18:08 +0000 Subject: Move to version 0.8.6. svn path=/trunk/; revision=1812 --- NEWS | 8 ++++++++ config.h.win32 | 2 +- configure.in | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 173dbc0c39..7746ebc67a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Overview of changes in Ethereal 0.8.6: +* L2TP spelling fix (Florian) +* RADIUS update (Florian) +* LDAP build fix (Guy) +* Fix for not being able to capture more than once in a session (Guy) +* Developers' doc update (Guy) +* Build fixes (Guy) + Overview of changes in Ethereal 0.8.5: * Fix for reading Toshiba ISDN router trace files (Gilbert) * Fix proto_* calls in various dissectors (Guy, Gilbert) diff --git a/config.h.win32 b/config.h.win32 index de2834f4ce..fd264bb251 100644 --- a/config.h.win32 +++ b/config.h.win32 @@ -60,7 +60,7 @@ #define PACKAGE "ethereal" /* Version number of package */ -#define VERSION "0.8.5" +#define VERSION "0.8.6" #ifndef WIN32 #define WIN32 1 diff --git a/configure.in b/configure.in index 104c99fd3d..c8c5a9f8cb 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -# $Id: configure.in,v 1.87 2000/04/05 11:45:49 gram Exp $ +# $Id: configure.in,v 1.88 2000/04/07 03:18:08 gram Exp $ dnl dnl Process this file with autoconf 2.13 or later to produce a dnl configure script; 2.12 doesn't generate a "configure" script that @@ -13,7 +13,7 @@ AC_INIT(etypes.h) AC_PREREQ(2.13) -AM_INIT_AUTOMAKE(ethereal, 0.8.5) +AM_INIT_AUTOMAKE(ethereal, 0.8.6) AM_CONDITIONAL(SETUID_INSTALL, test x$enable_setuid_install = xyes) -- cgit v1.2.3