aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-01-26 03:42:28 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-01-26 03:42:28 +0000
commitb3ff56215780325b81c576cb9a6df1e3d39538df (patch)
tree4a253b3cf5adbebc34eec8f1e70f7efbaf3ed061
parentcded07171f7b4b2e768812ff5683074f6f62079a (diff)
Credit fix, and fix for building editcap.1 with build dir != $(srcdir)
svn path=/trunk/; revision=1564
-rw-r--r--NEWS4
-rw-r--r--doc/Makefile.am4
2 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 424ac8dd02..04c53e98cc 100644
--- a/NEWS
+++ b/NEWS
@@ -25,7 +25,7 @@ Overview of changes in Ethereal 0.8.2:
* Change code to use strchr() instead of index() (Guy)
* Change code to use strrchr() instead of rindex() (Guy)
* Pop-up menus with right-clicks (Jerry Talkington)
-* Packet scrolling option during live captures (Guy)
+* Packet scrolling option in capture dialogue window (Guy)
* Full NFSv3 support (Uwe)
* Fix byte-order and alignment problems in PPTP
(Thomas Quinot, Debian bug 55347)
@@ -39,7 +39,7 @@ Overview of changes in Ethereal 0.8.2:
* packet_info and ethernet changes (Guy)
* LLC updates (Guy)
* Flag for IPv4 TOS field/DiffServ field (Heikki Vatiainen)
-* Cisco ISL support
+* Cisco ISL support (Guy)
* Workaround for GTK+-1.2.[3-6] text widget bug (Gerald)
* Menu updates and fixes (Gerald, Gilbert, Guy, henceforth "3G")
* Parse multiple COMMUNITIES value in BGP (Itojun)
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 3453b04c33..702834ccf4 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal documentation
#
-# $Id: Makefile.am,v 1.5 2000/01/14 06:46:00 guy Exp $
+# $Id: Makefile.am,v 1.6 2000/01/26 03:42:28 gram Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -41,7 +41,7 @@ tethereal.pod: tethereal.pod.template ../tethereal
../tethereal -G | ./dfilter2pod $(srcdir)/tethereal.pod.template > tethereal.pod
../editcap.1: editcap.pod
- pod2man editcap.pod \
+ pod2man $(srcdir)/editcap.pod \
--center="The Ethereal Network Analyzer" \
--release=$(VERSION) \
> ../editcap.1