Move to version 0.8.6.

svn path=/trunk/; revision=1812
This commit is contained in:
Gilbert Ramirez 2000-04-07 03:18:08 +00:00
parent 1a460aa453
commit f20f651cd0
3 changed files with 11 additions and 3 deletions

8
NEWS
View File

@ -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)

View File

@ -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

View File

@ -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)