aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-09-24 14:59:32 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-09-24 14:59:32 +0000
commit096d72a6f5b59d35af860800025370c2ab1c64f4 (patch)
tree313f5b0217be421891349e703813bbebf58a503b
parentb34c49fa8662bb056d180b65bef013cda572a5dd (diff)
Changed version to 0.7.5
svn path=/trunk/; revision=722
-rw-r--r--NEWS4
-rw-r--r--README1
-rw-r--r--configure.in4
3 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 608332062e..560a8a6c85 100644
--- a/NEWS
+++ b/NEWS
@@ -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>)
diff --git a/README b/README
index 72a1c57045..c51af9d892 100644
--- a/README
+++ b/README
@@ -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.
diff --git a/configure.in b/configure.in
index 97dec2aaa9..e0bf27a90f 100644
--- a/configure.in
+++ b/configure.in
@@ -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