Move to version 0.8.1
authorGilbert Ramirez <gram@alumni.rice.edu>
Fri, 7 Jan 2000 05:21:09 +0000 (05:21 -0000)
committerGilbert Ramirez <gram@alumni.rice.edu>
Fri, 7 Jan 2000 05:21:09 +0000 (05:21 -0000)
svn path=/trunk/; revision=1432

NEWS
configure.in

diff --git a/NEWS b/NEWS
index ead0bf7ffd32949677d81f3d83e42520ae048c0a..1e4f6c8ceeb75f7d846a264ae9135174e1eba804 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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)
index 14e365f7d267e57aeb0cd7234aab7454e0c00edd..2b8261d48c3aa041d511cd063fb4139c4da42f91 100644 (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