Fixed packaging problem (the list of deliverables in the doc/ directory).
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 11 Aug 1999 16:42:51 +0000 (16:42 +0000)
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 11 Aug 1999 16:42:51 +0000 (16:42 +0000)
Updated NEWS file.
Moved version to 0.7.2 for imminent release.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@470 f5534014-38df-0310-8fa8-9805f1628bb7

Makefile.am
NEWS
configure.in
ethereal.spec

index 7d588abe84848cada9c86f5e0e93ea1b2de1549c..5d7975caaca653accff15c6f31b6c3931fe07780 100644 (file)
@@ -139,9 +139,7 @@ DISTCLEANFILES =    \
 
 EXTRA_DIST = \
        config.h.win32          \
-       doc/Makefile            \
-       doc/configure           \
-       doc/configure.in        \
+       doc/Makefile.in         \
        doc/dfilter2pod.in      \
        doc/ethereal.pod.template \
        ethereal.spec           \
diff --git a/NEWS b/NEWS
index ebab5847125c1f81bad7df51d147f16fad9e165d..ab0b83754c21c01b41fef7edcd90cd3f4bb2042b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,10 @@ Overview of changes in Ethereal 0.7.2:
 * -R flag for display filter on command line (Jochen)
 * Updated docs (Guy)
 * Handles ICMP Unreachable|Frag Required (John)
+* NetBEUI support (Jeff, Guy)
+* Fix for Token-Ring RIF display (Gilbert)
+* Dramatically increased file-load time (Guy)
+* Fixed -S option timeout handling (Laurent)
 
 Overview of changes in Ethereal 0.7.1:
 * Fixed big memory leaks in dfilter code (Guy)
index 1094080a43597857a45007db080dbf40dd7669b6..f34764e6d45eff36103be5c7d1a81466b404018b 100644 (file)
@@ -1,8 +1,8 @@
-# $Id: configure.in,v 1.37 1999/08/11 16:25:07 gram Exp $
+# $Id: configure.in,v 1.38 1999/08/11 16:42:51 gram Exp $
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(etypes.h)
 
-AM_INIT_AUTOMAKE(ethereal, 0.7.1)
+AM_INIT_AUTOMAKE(ethereal, 0.7.2)
 
 dnl Check for CPU / vendor / OS
 AC_CANONICAL_HOST
index 4096896120cc211b642ecb4110622c5127ebbc34..7d655cc861d0792d2fe3edcfa29ce35dc25ddf49 100644 (file)
@@ -1,5 +1,5 @@
 # Note that this is NOT a relocatable package
-%define ver      0.7.1
+%define ver      0.7.2
 %define rel      1
 %define prefix   /usr/X11R6