Bump the version up to 0.10.4. Preliminary updates to the NEWS file. Updates

welcome.

svn path=/trunk/; revision=10863
This commit is contained in:
Gerald Combs 2004-05-13 03:34:14 +00:00
parent cf08840415
commit fa3bc245fd
4 changed files with 98 additions and 7 deletions

93
NEWS
View File

@ -1,4 +1,95 @@
$Id: NEWS,v 1.143 2004/03/26 01:39:41 gerald Exp $
$Id: NEWS,v 1.144 2004/05/13 03:34:14 gerald Exp $
== May ??, 2004
Ethereal 0.10.4 has been released.
This release fixes bugs in AIM, MMSE, SIP, and SPNEGO, as described in
the following advisory:
http://www.ethereal.com/appnotes/enpa-sa-00014.html
Everyone is encouraged to upgrade.
New and updated features
When built with GTK+ 2.4, Ethereal uses the new, greatly improved, file
selection dialog.
The print dialog now supports PDML and PSML output.
PostScript(R) output has been improved.
Many parts of the user interface have received improvements.
Compressed and chunked transfer-coded HTTP bodies are now decoded.
New protocol support
ANSI IS-801, BEA Tuxedo, DCERPC EFS, DICOM, GPRS LLC, GPRS SNDCP, IEEE
1588/PTP, PVSTP, RTPS
Updated protocol support
3G A11,
ACSE,
AFS,
AIM,
ANSI MAP,
ASN.1 (BER, PER),
BACnet,
CHDLC,
COPS,
DCERPC (LSA, NETLOGON, SAMR, SVCCTL, SPOOLS)
DHCP,
DIAMETER,
EAPOL,
FTAM,
GSM,
GTP,
H.225,
HTTP,
ICMPv6,
IPv4,
IPv6,
IPDC,
IPMI,
iSNS,
ISUP,
Kerberos,
LDAP,
LDP,
MEGACO,
MIPv6,
MMSE,
MQ,
MTP3,
NTLMSSP,
RADIUS,
RPC,
RTPS,
RUDP,
SCTP,
SIP,
SLSK,
SMB,
SPNEGO,
TCP,
Time,
WBXML,
WCCP,
WSP,
X11,
YMSG,
Capture file support
EyeSDN, nettl,
== March 25, 2004

View File

@ -1,6 +1,6 @@
# $Id: config.nmake,v 1.87 2004/05/11 01:05:13 ulfl Exp $
# $Id: config.nmake,v 1.88 2004/05/13 03:34:14 gerald Exp $
VERSION=0.10.3
VERSION=0.10.4
#
# The RC_VERSION should be comma-separated, not dot-separated,
# as per Graham Bloice's message in
@ -12,7 +12,7 @@ VERSION=0.10.3
# number to be correctly displayed in the explorer properties dialog
# for the executables, and XP's tooltip, rather than 0.0.0.0."
#
RC_VERSION=0,10,3
RC_VERSION=0,10,4
WTAP_VERSION=0.1
#

View File

@ -1,4 +1,4 @@
# $Id: configure.in,v 1.258 2004/05/09 10:03:36 guy Exp $
# $Id: configure.in,v 1.259 2004/05/13 03:34:14 gerald Exp $
#
AC_INIT(etypes.h)
@ -8,7 +8,7 @@ dnl Check for CPU / vendor / OS
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(ethereal, 0.10.3)
AM_INIT_AUTOMAKE(ethereal, 0.10.4)
AM_DISABLE_STATIC

View File

@ -23,7 +23,7 @@ PROJECT_NAME = Ethereal-Epan
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = 0.10.3
PROJECT_NUMBER = 0.10.4
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.