Move to version 0.8.1

svn path=/trunk/; revision=1432
This commit is contained in:
Gilbert Ramirez 2000-01-07 05:21:09 +00:00
parent 90293644a3
commit d43ab4d684
2 changed files with 25 additions and 2 deletions

23
NEWS
View File

@ -1,3 +1,26 @@
Overview of changes in Ethereal 0.8.1:
* Fix mulitiple-selection bug in packet list (Gilbert)
* Check for libtool and libtool version (Guy)
* Toshiba file reader handles relative dates (Gilbert)
* File|Open dialogue box directory hack (Gilbert)
* Modify appearance of lines and expanders in GUI proto tree (Gilbert)
* Make code ANSI-C compliant and other build fixes (Guy)
* Fix side effects of using GtkCTree and GTK_SELECTION_BROWSE (Guy)
* Abstract out some of the menu code from the GUI routines (Guy)
* Re-arrange some GUI code (Guy)
* "Default" button for resetting plugin filter string (Olivier)
* Plugin status save/restore (Olivier)
* Add notes about sniffing VMware connections (Gilbert)
* Add focus for "Find Frame" and "Go to Frame" (Guy)
* Reconcile differences in integer size used for ports
in conversation code and packet_info code (Gilbert)
* Empty string capture filters for libpcap craziness (Gerald, Guy)
* Manpage updates (Guy)
* Print packets as multiple pages of PostScript (Guy)
* Fix "Follow TCP Stream" print function (Guy)
* Avoid segfault in SMB reported by
Aaron Bush <abush@microcenter.com> (Gilbert)
Overview of changes in Ethereal 0.8.0:
* RPC and NFS updates, complete NFSv2 support (Uwe, Gilbert)
* Initial TNS support (Nathan)

View File

@ -1,4 +1,4 @@
# $Id: configure.in,v 1.69 1999/12/28 09:04:26 guy Exp $
# $Id: configure.in,v 1.70 2000/01/07 05:21:09 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.0)
AM_INIT_AUTOMAKE(ethereal, 0.8.1)
dnl Check for CPU / vendor / OS
AC_CANONICAL_HOST