From b8f2136ca9a8dafb99e6900ad329ccaf21591030 Mon Sep 17 00:00:00 2001 From: Gilbert Ramirez Date: Mon, 29 Nov 1999 05:35:01 +0000 Subject: Move to version 0.7.9 and add less than a week's changes to NEWS. We did a lot in less than a week. svn path=/trunk/; revision=1146 --- NEWS | 21 +++++++++++++++++++++ configure.in | 4 ++-- 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 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 -- cgit v1.2.3