aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2000-04-12 21:02:51 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2000-04-12 21:02:51 +0000
commit3b4bdcd2c4f0eda1317517e771ef3c02de6dce93 (patch)
tree7328499a3b2f4c368fd6118243917f5452348d99 /NEWS
parentc71f47d7eff3e9965d3e2810215414349d4e4ca8 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1834 f5534014-38df-0310-8fa8-9805f1628bb7
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)