aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS21
-rw-r--r--configure.in4
2 files changed, 23 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b54e0d9a1d..e07845de62 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Overview of changes in Ethereal 0.7.9:
+* Compilation warning fix (Guy)
+* Updates to Q.931 (Guy)
+* Updates to Q.2931 (Guy)
+* Display filter widget uses GtkCombo (Gerald)
+* Added SNMP over Ethernet (Gilbert)
+* Small changes to display filters from tcp follow and match selected (Gilbert)
+* Fix problem and update SMB (Richard)
+* Update portmap (Uwe)
+* Update NFS (Uwe)
+* Support for iptrace 1.0 files (Gilbert; thanks to
+ Florian Lohoff <flo@rfc822.org> for sample trace files)
+* Update support for netmon 2.0 files (Guy)
+* Updates to ATM (Guy)
+* Updates to ARP (Guy)
+* Updates to DNS (Guy)
+* Support for both PPP and LAPB as WAN links in NG Sniffer files (Guy)
+* Colorize TCP streams (Gerald)
+* Make autoconf check for correct contents of libz library (Guy)
+* Updates to About box (Guy, Gilbert)
+
Overview of changes in Ethereal 0.7.8:
* Added RPC and NFS (Uwe)
* Added IGRP/EIGRP (Don)
diff --git a/configure.in b/configure.in
index 07f9674717..f3a648d2b6 100644
--- a/configure.in
+++ b/configure.in
@@ -1,8 +1,8 @@
-# $Id: configure.in,v 1.60 1999/11/29 04:31:05 guy Exp $
+# $Id: configure.in,v 1.61 1999/11/29 05:35:01 gram Exp $
dnl Process this file with autoconf to produce a configure script.
AC_INIT(etypes.h)
-AM_INIT_AUTOMAKE(ethereal, 0.7.8)
+AM_INIT_AUTOMAKE(ethereal, 0.7.9)
dnl Check for CPU / vendor / OS
AC_CANONICAL_HOST