Move to version 0.7.8.

Document changes in this version.
Add Greg to ever-growing list of authors (he was in AUTHORS, but not
	in manpage nor in main.c)

svn path=/trunk/; revision=1097
This commit is contained in:
Gilbert Ramirez 1999-11-23 04:43:44 +00:00
parent 61604233f1
commit 7bd50061f8
4 changed files with 55 additions and 3 deletions

50
NEWS
View File

@ -1,3 +1,53 @@
Overview of changes in Ethereal 0.7.8:
* Added RPC and NFS (Uwe)
* Added IGRP/EIGRP (Don)
* "Print" button in TCP Follow window (Warren Young)
* BGP enhancemnets (Itojun, Greg)
* Wiretap support for Toshiba ISDN router traces (Gilbert)
* More filterable fields (Guy, Laurent)
* AIX and IBM C compiler fixes (Craig Rodrigues)
* General fixes (Guy)
* LPD dissector segfault fix (Gilbert)
* ICQ update (Kojak)
* VLAN update (Nathan)
* "Find Frame" function (Guy)
* Support for newer libpcaps, and broken RH 6.1 libpcap (Guy)
* DNS update (Brian J. Murrell), and similar NBNS update (Guy)
* More DNS updates (Guy)
* "Go to frame" function (Guy)
* Added IMAP (Nathan)
* Added various RPC stubs (Nathan)
* Added portmap (Nathan)
* Added LAPD (Gilbert, Guy)
* LLC fix (Guy)
* Added Q.931 (Guy)
* SMB updates and segfault fixes (Richard)
* Added bootparams (Nathan)
* Added ypserv (Nathan)
* Conversation code fix (Guy)
* Added mount and stat (Nathan)
* Added MAPI (Nathan)
* IPv4 address comparison and subnet testing in display filters (Gilbert)
* Added NLM (Uwe)
* More IPX SAP types (Nathan)
* Automatic ETT_* enum number registration (Guy)
* Added SAP (Session Announcement Protocol) (Heikki)
* Wiretap support for ATM iptrace files (Guy, Gilbert)
* OSPF fix (Heikki)
* General routines for registration of "init" routines (Guy)
* Added ILMI (SNMP over ATM AAL5) (Guy)
* Added SSCOP (Guy)
* Added Q.2931 (Guy)
* "Match selected" produces display filters with field names (Gilbert)
* IPX packet summary resolves IPX network names and MAC addresses (Gilbert)
* POP fixes (Heikki)
* Added VRRP (Heikki)
* Display filter "Reset" button (Laurent)
* Added HSRP (Heikki)
* SNA packets show hex dump with EBCDIC converted to ASCII (Gilbert)
Overview of changes in Ethereal 0.7.7:
* Check header length in IP header (Guy)
* Fix printf formats in packet-rx.c (Guy)

View File

@ -1,8 +1,8 @@
# $Id: configure.in,v 1.57 1999/10/28 03:33:19 guy Exp $
# $Id: configure.in,v 1.58 1999/11/23 04:43:25 gram Exp $
dnl Process this file with autoconf to produce a configure script.
AC_INIT(etypes.h)
AM_INIT_AUTOMAKE(ethereal, 0.7.7)
AM_INIT_AUTOMAKE(ethereal, 0.7.8)
dnl Check for CPU / vendor / OS
AC_CANONICAL_HOST

View File

@ -692,6 +692,7 @@ B<http://ethereal.zing.org>.
Uwe Girlich <Uwe.Girlich@philosys.de>
Warren Young <tangent@mail.com>
Heikki Vatiainen <hessu@cs.tut.fi>
Greg Hankins <gregh@twoguys.org>
Alain Magloire <alainm@rcsm.ece.mcgill.ca> was kind enough to give his
permission to use his version of snprintf.c.

View File

@ -1,6 +1,6 @@
/* main.c
*
* $Id: main.c,v 1.43 1999/11/23 03:50:40 gram Exp $
* $Id: main.c,v 1.44 1999/11/23 04:43:44 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@ -160,6 +160,7 @@ about_ethereal( GtkWidget *w, gpointer data ) {
"Uwe Girlich <Uwe.Girlich@philosys.de>\n"
"Warren Young <tangent@mail.com>\n"
"Heikki Vatiainen <hessu@cs.tut.fi>\n"
"Greg Hankins <gregh@twoguys.org>\n"
"\nSee http://ethereal.zing.org for more information",
VERSION, comp_info_str);