Update for 0.9.11.
authorGerald Combs <gerald@wireshark.org>
Tue, 11 Mar 2003 00:26:53 +0000 (00:26 -0000)
committerGerald Combs <gerald@wireshark.org>
Tue, 11 Mar 2003 00:26:53 +0000 (00:26 -0000)
svn path=/trunk/; revision=7338

ChangeLog
NEWS

index 0fc5d35edf7ad7c3bf91b84d3ffd48ef2fe0a3ac..7db6421416d8aed0ec342af63534ba5830ba338c 100644 (file)
--- 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 6256aa6c6c6692493b588c09d5a977fe01dd9985..b34ef83a73c3ec4efc4c423473508cfe238cafc5 100644 (file)
--- 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