From a4f10727706a6d7a8b5a03232a7848adab7bc3c3 Mon Sep 17 00:00:00 2001 From: Gilbert Ramirez Date: Thu, 5 Aug 1999 17:08:13 +0000 Subject: [PATCH] Changed version to 0.7.1 svn path=/trunk/; revision=448 --- Makefile.am | 2 -- NEWS | 7 +++++++ VERSION | 2 +- configure.in | 4 ++-- ethereal.spec | 2 +- 5 files changed, 11 insertions(+), 6 deletions(-) diff --git a/Makefile.am b/Makefile.am index 8fd0520865a..0273a51fa62 100644 --- a/Makefile.am +++ b/Makefile.am @@ -142,9 +142,7 @@ EXTRA_DIST = \ doc/configure \ doc/configure.in \ doc/dfilter2pod.in \ - doc/ethereal.pod \ doc/ethereal.pod.template \ - ethereal.1 \ ethereal.spec \ image/icon-excl.xpm \ image/icon-ethereal.xpm \ diff --git a/NEWS b/NEWS index 7acce516d15..f6961e4fbbc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +Overview of changes in Ethereal 0.7.1: +* Fixed big memory leaks in dfilter code (Guy) +* Enhanced xdlc, llc, and x25 (Guy, Olivier) +* Made glossary-dump option not initialize X11 (Guy) +* Fixed logical operands in dfilter code (Gilbert) +* Added progress bar to display filter (Gilbert) + Overview of changes in Ethereal 0.7.0: * Addition of RTSP and SDP dissectors (Jason) * New proto_tree and display filter system (Gilbert) diff --git a/VERSION b/VERSION index faef31a4357..39e898a4f95 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.0 +0.7.1 diff --git a/configure.in b/configure.in index 5fa9e493431..5c07b9d934c 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ -# $Id: configure.in,v 1.34 1999/08/03 20:51:32 gram Exp $ +# $Id: configure.in,v 1.35 1999/08/05 17:08:13 gram Exp $ dnl Process this file with autoconf to produce a configure script. AC_INIT(etypes.h) -AM_INIT_AUTOMAKE(ethereal, 0.7.0) +AM_INIT_AUTOMAKE(ethereal, 0.7.1) dnl Check for CPU / vendor / OS AC_CANONICAL_HOST diff --git a/ethereal.spec b/ethereal.spec index b0e9ebd1a21..4096896120c 100644 --- a/ethereal.spec +++ b/ethereal.spec @@ -1,5 +1,5 @@ # Note that this is NOT a relocatable package -%define ver 0.7.0 +%define ver 0.7.1 %define rel 1 %define prefix /usr/X11R6