aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2002-09-29 19:17:05 +0000
committerGerald Combs <gerald@wireshark.org>2002-09-29 19:17:05 +0000
commitc46d8e15b547f79349eedfdf503afbe52aa76d1a (patch)
tree09730e538f58c9e2b52cf74d79e960c2591919e2
parent33608d4763b09153f4ba9be32e704866ca1e601c (diff)
Final versions for the 0.9.7 release.
svn path=/trunk/; revision=6358
-rw-r--r--ChangeLog13
-rw-r--r--NEWS100
2 files changed, 22 insertions, 91 deletions
diff --git a/ChangeLog b/ChangeLog
index 36d643dac2..b5fac5eafa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -285,9 +285,16 @@ Overview of changes in Ethereal 0.9.7:
* DCE/RPC CONV updates (Jaime)
* iSCSI updates (Mark Burton)
* RPC_STAT filter string display and GUI enhancements (Ronnie)
-*
-
-Last entry: http://www.ethereal.com/lists/ethereal-cvs/200209/msg00216.html
+* Add support for DHCP option 52 (overload) (Gerald)
+* Prettyfied Colorization dialog (Ulf)
+* Add GTK2 support to the Win32 code (Ulf)
+* Bugfix for one NETLOGON command (Luke)
+* Disable network name resolution by default (Gerald)
+* Add MS SQL 7 auth support to TDS (Steve Langasek)
+* Fix offset shifting after coding standard octet in Q.931 (Tomas Kukosa)
+* More NETLOGON updates (Luke)
+* Include <string.h> in packet-gssapi.c (Gerald)
+* Makefile.am fixes to pass "make distcheck" tests (Gerald)
Overview of changes in Ethereal 0.9.6:
diff --git a/NEWS b/NEWS
index 8fb7e1c2c4..3469ac0304 100644
--- a/NEWS
+++ b/NEWS
@@ -2,9 +2,6 @@
Ethereal 0.9.7 has been released.
-Bugs Fixed
-
-
New Features
In order to improve the out-of-box responsiveness of Ethereal and
@@ -25,99 +22,26 @@ New Features
The Ethernet "manuf" file now handles addresses specified with a
mask, and contains many well-known addresses.
-* BGP segfault?
-* NTLMSSP crash?
New Protocols
-DCE/RPC:
-AFS4INT,
-BOSSVR,
-CDS_CLERKSERVER,
-CDS_SOLICIT,
-CPRPC_SERVER,
-DNSSERVER,
-DTSPROVIDER,
-DTSSTIME_REQ,
-FLDB,
-FTSERVER,
-KRB5RPC,
-REPADMIN,
-REP_PROC,
-ROVERRIDE,
-RPRIV,
-RS_ATTR,
-RSEC_LOGIN,
-RS_MISC,
-RS_PGO,
-RS_REPLIST,
-RS_UNIX,
-SECIDMAP,
-TKN4INT,
-UBIKDISK,
-UKIKVOTE,
-
-Other:
-802.1s MSTP,
-FIX,
-GSS-API,
-Interbase,
-NDPS,
-Netflow (Cisco and Juniper),
-SCCP-Management,
-SPNEGO,
-
-
-Updated Protocols
-
-AFP,
-AODV/AODV6,
-BGP,
-CHDLC,
-CHPA,
-DCE/RPC CONV,
-DCE/RPC LSA,
-DCE/RPC NT,
-DCE/RPC SAMR,
-DNS,
-DOCSIS,
-EAP,
-GTP,
-HTTP,
-IP,
-iSCSI,
-IS-IS,
-Kerberos,
-LDAP,
-LDP,
-M2PA
-MMSE,
-NBNS,
-NCP,
-NDS,
-NETLOGON,
-NTLMSSP,
-OSI
-Q.931
-RPC,
-RPCSTAT,
-SCSI,
-Skinny,
-SMB,
-SNEGO,
-SPOOLSS,
-SRVSVC,
-TCP,
-WSP,
-
-
-
-Capture File Updates
+ 802.1s MSTP, FIX, GSS-API, Interbase, NDPS, Netflow (Cisco and Juniper),
+ SCCP-Management, SPNEGO
+ The following DCE/RPC protocols were also added:
+ AFS4INT, BOSSVR, CDS_CLERKSERVER, CDS_SOLICIT, CPRPC_SERVER, DNSSERVER,
+ DTSPROVIDER, DTSSTIME_REQ, FLDB, FTSERVER, KRB5RPC, REPADMIN, REP_PROC,
+ ROVERRIDE, RPRIV, RS_ATTR, RSEC_LOGIN, RS_MISC, RS_PGO, RS_REPLIST,
+ RS_UNIX, SECIDMAP, TKN4INT, UBIKDISK, UKIKVOTE
+Updated Protocols
+ AFP, AODV/AODV6, BGP, CHDLC, CHPA, DCE/RPC CONV, DCE/RPC LSA, DCE/RPC
+ NT, DCE/RPC SAMR, DHCP, DNS, DOCSIS, EAP, GTP, HTTP, IP, iSCSI, IS-IS,
+ Kerberos, LDAP, LDP, M2PA MMSE, NBNS, NCP, NDS, NETLOGON, NTLMSSP, OSI
+ Q.931 RPC, RPCSTAT, SCSI, Skinny, SMB, SNEGO, SPOOLSS, SRVSVC, TCP, WSP,
== August 20, 2002