diff --git a/Makefile.am b/Makefile.am index 5d7975caaca..5884a329242 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/NEWS b/NEWS index 4d673d984ed..031a1e685c7 100644 --- a/NEWS +++ b/NEWS @@ -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, + ) 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)