Get NEWS current up to July 31, update version to 0.8.20.

svn path=/trunk/; revision=4021
This commit is contained in:
Gerald Combs 2001-10-12 17:17:05 +00:00
parent 0ce416f177
commit 3ccc10f622
4 changed files with 75 additions and 7 deletions

68
NEWS
View File

@ -1,3 +1,71 @@
Overview of changes in Ethereal 0.8.20:
* packet-x25.c - Dissect more diagnostic codes. (Olivier)
* More mergecap fixes. (Scott Renfro)
* Fix a typo in packet-ssl.c (Scott)
* Check for localtime() return value (Scott)
* Epan fixes (Guy)
* Add SSL fields to the protocol tree, other SSL fixes. (Guy)
* Correct a pile of proto_tree_add_* calls in packet-afs-macros.h,
packet-h261.c, packet-iscsi.c packet-ldp.c, packet-mpeg1.c
packet-mrdisc.c, packet-rtp.c, packet-sll.c, packet-yhoo.c,
packet-x11.c, and packet-zebra.c. (Guy)
* Fix a string length check in packet-iscsi.c (Guy)
* README.developer updates (Guy)
* Change ethereal_gen.py to generate plugins instead of static dissectors.
(Olivier)
* Fix typos and formatting in packet-x25.c and packet-ntp.c (Guy)
* Documentation makefile changes (Guy)
* Add "Suppress Unmarked" printing option (Ed)
* Add a "Mark Frame" packet list menu option (Ed)
* CORBA IDL updates (Frank)
* Fix X.25 packet length checking (Olivier)
* GIOP CosNaming support (Frank)
* Simplify the addition of plugins to the toplevel makefile (Ed)
* Many WSP enhancements, add WAP conversation dissection (Guy)
* Remove unused variables in gtk/proto_draw.c, packet-ip.c,
packet-smb-browse.c, mergecap.c (Guy)
* Keep ethereal_gen.py from generating zero-length arrays, remove
zero-length arrays from packet-cosnaming.c (Guy)
* Added CosEventComm dissector. (Frank)
* Fix "inline" call in packet-pgm.c (Guy)
* Update packet-ieee80211.c to handle mishandling of Novell 802.3 packets
(Guy)
* Generalize handling of RFC 1700-style address family numbers. (Guy)
* Many Quakeworld and Quake2 dissector enhancements. (Uwe)
* Add routines used by GIOP plugins to the plugin address table. (Guy)
* Properly check for GCC version >= 2 when using "__attribute__" (Guy)
* Quake3 Arena dissector (Uwe)
* iSCSI updates. (Mark Burton)
* Update preferences error checking and comments, fix a memory leak,
parser fixes and updates. (Guy)
* Add GMRP dissector (Markus Seehofer)
* Add mergecap.rc.in to distribution. (Guy)
* packet-dcerpc-remact.c fix (Todd Sabin)
* Add description of CIDR support back into man pages. (Guy)
* Add "wlan.addr" field. (Guy)
* Man page white space and emphasis changes. (Guy)
* GIOP module name lookup fixes. (Guy)
* MacOS support updates. (Michael Tuexen)
* Fix premature g_free() in packet-giop.c (Frank)
* Null PLUGIN_DIR fix. (Michael)
* Don't build loadable module support if glib doesn't support it. (Guy)
* Configure-time pcap checking enhancements. (Guy)
* Kazlib exception code updates. (Gilbert)
* GIOP dissector fixes. (Frank)
* Many ethereal_be.py and ethereal_gen.py enhancements. (Frank)
* String length checking fixes in packet-smb-browse.c and packet-wsp.c.
(Guy)
* Data display fixes in packet-smb.c. (Guy)
* Update DIAMETER dissector to draft-ietf-aaa-diameter-07. (David Frascone)
* packet-wsp.c fixes. (Alexandre P. Ferreira)
* idl2eth man page. (Frank Singleton)
* Fix port numbers passed by "-u" to text2pcap. (Guy)
* Properly handle packets sent to "\MAILSLOT\LANMAN". (Guy)
* Make dissect_pipe_lanman() local to packet-smb-pipe.c. (Guy)
*
Overview of changes in Ethereal 0.8.19:

View File

@ -1,7 +1,7 @@
# $Id: config.nmake,v 1.16 2001/07/13 13:54:54 jfoster Exp $
# $Id: config.nmake,v 1.17 2001/10/12 17:17:04 gerald Exp $
VERSION=0.8.19
RC_VERSION=0,8,19
VERSION=0.8.20
RC_VERSION=0,8,20
WTAP_VERSION=0.0
GTK_VERSION=1.3

View File

@ -1,4 +1,4 @@
# $Id: configure.in,v 1.138 2001/08/30 19:25:37 oabad Exp $
# $Id: configure.in,v 1.139 2001/10/12 17:17:04 gerald Exp $
dnl
dnl Process this file with autoconf 2.13 or later to produce a
dnl configure script; 2.12 doesn't generate a "configure" script that
@ -13,7 +13,7 @@ AC_INIT(etypes.h)
AC_PREREQ(2.13)
AM_INIT_AUTOMAKE(ethereal, 0.8.19)
AM_INIT_AUTOMAKE(ethereal, 0.8.20)
dnl Check for CPU / vendor / OS
AC_CANONICAL_HOST

View File

@ -1,4 +1,4 @@
# $Id: configure.in,v 1.12 2001/07/26 07:25:46 guy Exp $
# $Id: configure.in,v 1.13 2001/10/12 17:17:05 gerald Exp $
dnl
dnl Process this file with autoconf 2.13 or later to produce a
dnl configure script; 2.12 doesn't generate a "configure" script that
@ -13,7 +13,7 @@ AC_INIT(epan.c)
AC_PREREQ(2.13)
AM_INIT_AUTOMAKE(libethereal.a, 0.8.19)
AM_INIT_AUTOMAKE(libethereal.a, 0.8.20)
AM_CONFIG_HEADER(config.h)
dnl Check for CPU / vendor / OS