aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-08-13 23:52:49 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-08-13 23:52:49 +0000
commitcd55daeefa8ade3138ed659d37bdaacbfbdfb1f5 (patch)
treec6a37bba94ac8337ca382805af149780ee0d2fba /NEWS
parentab6490398c47842880a96cef88161a535f825aa1 (diff)
Added Brad's <brad@openbsd.org> patch to fix compilation from
separate directory. svn path=/trunk/; revision=481
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4d673d984e..031a1e685c 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,
+ <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)