Changed version to 0.7.5

svn path=/trunk/; revision=722
This commit is contained in:
Gilbert Ramirez 1999-09-24 14:59:32 +00:00
parent b34c49fa86
commit 096d72a6f5
3 changed files with 7 additions and 2 deletions

4
NEWS
View File

@ -1,3 +1,7 @@
Overview of changes in Ethereal 0.7.5:
* Fixed bug when reading files on FreeBSD (Guy)
* Fixed compilation bug when disabling zlib on FreeBSD (Guy)
Overview of changes in Ethereal 0.7.4:
* Fixed Radcom file reader in wiretap (Olivier)
* Add "--with-ucdsnmp" to autoconf (Bert Driehuis <driehuis@playbeing.org>)

1
README
View File

@ -28,6 +28,7 @@ Ethereal is known to compile and run on the following systems:
- FreeBSD (2.2.5, 2.2.6)
- Sequent PTX v4.4.5 (Nick Williams <njw@sequent.com>)
- Tru64 UNIX (formerly Digital UNIX) (3.2, 4.0)
- Irix (version?)
It should run on other systems without too much trouble.

View File

@ -1,8 +1,8 @@
# $Id: configure.in,v 1.45 1999/09/24 04:59:45 gram Exp $
# $Id: configure.in,v 1.46 1999/09/24 14:59:32 gram Exp $
dnl Process this file with autoconf to produce a configure script.
AC_INIT(etypes.h)
AM_INIT_AUTOMAKE(ethereal, 0.7.4)
AM_INIT_AUTOMAKE(ethereal, 0.7.5)
dnl Check for CPU / vendor / OS
AC_CANONICAL_HOST