aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog24
-rw-r--r--NEWS15
2 files changed, 37 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0fc5d35edf..7db6421416 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,26 @@
-$Id: ChangeLog,v 1.18 2003/03/08 03:12:30 gerald Exp $
+$Id: ChangeLog,v 1.19 2003/03/11 00:26:52 gerald Exp $
+
+Overview of changes in Ethereal 0.9.11:
+
+* Add documentation for the MGCP tap (Lars Roland)
+* Fix Lars Roland's AUTHORS entry (Lars)
+* Sync and reorder the authors section of the Ethereal man page (Guy)
+* Create common code for listing linked libraries (Guy)
+* Correctly label AFS time deltas (Guy)
+* SCSI Peripheral Qualifier, device type and other fixes (Guy)
+* Update OpenBSD enc data link type and encapsulation numbers (Guy)
+* Improve Windows version reporting in util.c (Guy)
+* Fix invalid preprocessor token pasting in Prism (Ruediger Oertel)
+* Beef up the SMPP recognition heuristic (Laurent)
+* Remove duplicate code in packet-ssh.c (Markus Friedl)
+* Remove used parameter pinfo from dissect_ser in packet-rmi.c (Joerg)
+* Correct function name and typos in README.developer (Laurent)
+* Fix IA64 pointer to int conversion warnings (Joerg)
+* Have RTP's "Save voice data as..." use a file selection box (Guy)
+* SCSI_DEV_BITS fix (Guy)
+* Fix some perldoc warnings and obscure email addresses (Gerald)
+* Get rid of C++ comments in g711.c (Albert)
+* Add filterable header fields in SIP dissector (Stefan Wenk)
Overview of changes in Ethereal 0.9.10:
diff --git a/NEWS b/NEWS
index 6256aa6c6c..b34ef83a73 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,17 @@
-$Id: NEWS,v 1.123 2003/03/08 03:12:32 gerald Exp $
+$Id: NEWS,v 1.124 2003/03/11 00:26:53 gerald Exp $
+
+== March 10, 2003
+
+Ethereal 0.9.11 has been released.
+
+ The Ethereal 0.9.10 release was packaged improperly. This release fixes
+ the packaging, and adds minor updates and fixes for the following
+ protocols:
+
+ AFS, OpenBSD enc(4), RTP, SCSI, SIP, SMPP, SSH
+
+ IA64 support has been improved.
+
== March 7, 2003