aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-04-12 21:02:51 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-04-12 21:02:51 +0000
commit390eeb541edcb1aaef0bea9793d25ce597196dad (patch)
tree7328499a3b2f4c368fd6118243917f5452348d99 /NEWS
parent5ae55b0c8fc96f3d3ca102eb7dc17d705aa2bf06 (diff)
Move to version 0.8.7.
I'm going to go ahead and install the plugins in a "0.8.7" directory, and continue incrementing the micro number until the minor version changes to 9. Then for all of 0.9.x, the plugin directory will be "0.9" until the ABI changes again. This should cause less confusion, even if it means the plugins don't change between 0.8.6 and 0.8.7. svn path=/trunk/; revision=1834
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS22
1 files changed, 22 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7746ebc67a..b81157d025 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+Overview of changes in Ethereal 0.8.7:
+* Small memleak in "Find Frame" plugged (Guy)
+* Correct behavior for stopping frame search (Guy)
+* RPM spec file fix (Patrick Higgins <phiggins@transzap.com>)
+* Disable "Update list of packets in real time" and
+ "Automatic scrolling in live capture" for Win32 (Gilbert)
+* Avoid using zero-length arrays in packet-rsvp.c (Guy)
+* Add wtap_read() func to wtap.c (Richard, Guy)
+* Update to SMB Browse (Richard)
+* Rlogin dissector (Jeff Foster)
+* Re-arrange dissector_add() calls and make some dissectors static
+ for dissectors under TCP and UDP (Guy)
+* Remove unused value_string in packet-llc.c (Guy)
+* Add DOCSIS BPDU (Johannes Hennecke <Johannes.Hennecke@elsa.de>)
+* Separate variables for "File|Open" and "File|Save [As]" (Guy)
+* BGP confederations support (Greg Hankins)
+* Correct display of FT_BOOLEANs inside bitfields (Gilbert)
+* Catch loops in DNS names. Avoids zlip DNS DoS exploit (Guy)
+* Compile tethereal and editcap for Win32 (Gilbert)
+* Support CIFS-over-TCP w/o NBSS (Mark Muhlestein)
+* .cvsignore updates (Ben Fowler)
+
Overview of changes in Ethereal 0.8.6:
* L2TP spelling fix (Florian)
* RADIUS update (Florian)