aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2004-05-13 03:34:14 +0000
committerGerald Combs <gerald@wireshark.org>2004-05-13 03:34:14 +0000
commitfa3bc245fd59bd08852f4ec6048810a7cd844ff3 (patch)
tree788b33d08c5736d97be7b18bc9f74ff111bd30b0
parentcf08840415c4b968cdbe72b1f528a6265d6b153e (diff)
Bump the version up to 0.10.4. Preliminary updates to the NEWS file. Updates
welcome. svn path=/trunk/; revision=10863
-rw-r--r--NEWS93
-rw-r--r--config.nmake6
-rw-r--r--configure.in4
-rw-r--r--epan/doxygen.cfg2
4 files changed, 98 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 25b9660162..661f2cff7d 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/config.nmake b/config.nmake
index 581a7e572f..f1ed3036a8 100644
--- a/config.nmake
+++ b/config.nmake
@@ -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
#
diff --git a/configure.in b/configure.in
index 89ff0a454f..f2d4f0eb4f 100644
--- a/configure.in
+++ b/configure.in
@@ -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
diff --git a/epan/doxygen.cfg b/epan/doxygen.cfg
index 6fb23209b0..4e712ce337 100644
--- a/epan/doxygen.cfg
+++ b/epan/doxygen.cfg
@@ -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.