From 7bb59ba7edbe63ad8ecf9dbaa5048c53b0c17abe Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Fri, 22 Jul 2005 16:43:05 +0000 Subject: Bump the version and add a few entries to the NEWS file. svn path=/trunk/; revision=14995 --- NEWS | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ config.nmake | 4 +-- configure.in | 2 +- 3 files changed, 85 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 94e57f8ade..63b264127d 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,87 @@ $Id$ +== July 12, 2005 + +Ethereal 0.10.12 has been released. + +Our testing program has turned up several more security issues: + + The CAMEL dissector could dereference a null pointer. + Discovered by Steve Grubb. + Version affected: 0.10.11 + + The LDAP dissector could free static memory and crash. + Versions affected: 0.8.5 to 0.10.11 + + The AgentX dissector could crash. + Versions affected: 0.10.10 to 0.10.11 + + The 802.3 dissector could go into an infinite loop. + Versions affected: 0.8.16 to 0.10.11 + + The PER dissector could abort. + Versions affected: 0.10.5 to 0.10.11 + + The DHCP dissector could go into an infinite loop. + Versions affected: 0.10.7 to 0.10.11 + + The BER dissector could abort. + Version affected: 0.10.11 + + The MEGACO dissector could go into an infinite loop. + Versions affected: 0.9.14 to 0.10.11 + + The GIOP dissector could dereference a null pointer. + Versions affected: 0.8.20 to 0.10.11 + + The SMB dissector was susceptible to a buffer overflow. + Versions affected: 0.9.12 to 0.10.11 + + The WBXML could dereference a null pointer. + Versions affected: 0.10.1 to 0.10.11 + + The H1 dissector could go into an infinite loop. + Versions affected: 0.8.15 to 0.10.11 + + The DOCSIS dissector could cause a crash. + Versions affected: 0.9.13 to 0.10.11 + + The SMPP dissector could go into an infinite loop. + Versions affected: 0.10.1 to 0.10.11 + + The AFP dissector was susceptible to a format string overflow. + Versions affected: 0.9.4 to 0.10.11 + + SCTP graphs could crash. + Version affected: 0.10.11 + + The HTTP dissector could crash. + Versions affected: 0.10.4 to 0.10.11 + + +Please see the following advisory for more information: + + http://www.ethereal.com/appnotes/enpa-sa-00020.html + +Everyone is encouraged to upgrade. + + +New and updated features + + + +New protocol support + + + +Updated protocol support + + + +New and updated capture file support + + + == May 4, 2005 Ethereal 0.10.11 has been released. diff --git a/config.nmake b/config.nmake index 182a787d10..97cb5e6560 100644 --- a/config.nmake +++ b/config.nmake @@ -4,7 +4,7 @@ # in the file README.win32. # The current Ethereal version -VERSION=0.10.11 +VERSION=0.10.12 # # The RC_VERSION should be comma-separated, not dot-separated, @@ -17,7 +17,7 @@ VERSION=0.10.11 # 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,11 +RC_VERSION=0,10,12 # The version of the wiretap library WTAP_VERSION=0.1 diff --git a/configure.in b/configure.in index c6ff7d104b..ddaab90418 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ dnl Check for CPU / vendor / OS AC_CANONICAL_HOST AC_CANONICAL_TARGET -AM_INIT_AUTOMAKE(ethereal, 0.10.11) +AM_INIT_AUTOMAKE(ethereal, 0.10.12) AM_DISABLE_STATIC -- cgit v1.2.3