Added Brad's <brad@openbsd.org> patch to fix compilation from

separate directory.

svn path=/trunk/; revision=481
This commit is contained in:
Gilbert Ramirez 1999-08-13 23:52:49 +00:00
parent ab6490398c
commit cd55daeefa
2 changed files with 5 additions and 2 deletions

View File

@ -159,4 +159,4 @@ ethereal.1: ethereal doc/ethereal.pod.template
make ../ethereal.1 )
dfilter-scanner.c : dfilter-scanner.l
$(LEX) -Pdfilter_ -t dfilter-scanner.l > dfilter-scanner.c
$(LEX) -Pdfilter_ -t $(srcdir)/dfilter-scanner.l > dfilter-scanner.c

5
NEWS
View File

@ -1,10 +1,12 @@
Overview of changes in Ethereal 0.7.3:
* Fixed bug in RSVP, added RSVP+ support (Ashok)
* Fixed bug in display filter parsing (Gilbert)
* Allow compilation from different directory (Brad,
<brad@openbsd.org>)
Overview of changes in Ethereal 0.7.2:
* Another memory leak fix (Jochen)
* Allow compilation from different directory (Laurent)
* Allow compilation from different directory (Laurent, Gilbert)
* -R flag for on command line, applied when reading a capture file (Jochen)
* Updated docs (Guy)
* Handles ICMP Unreachable|Frag Required (John)
@ -19,6 +21,7 @@ Overview of changes in Ethereal 0.7.1:
* Made glossary-dump option not initialize X11 (Guy)
* Fixed logical operands in dfilter code (Gilbert)
* Added progress bar to display filter (Gilbert)
* -S option fix (Laurent)
Overview of changes in Ethereal 0.7.0:
* Addition of RTSP and SDP dissectors (Jason)