Bump the version to 0.10.6. Drop in a new ChangeLog, and add the beginnings

of the release announcement to NEWS.

svn path=/trunk/; revision=11611
This commit is contained in:
Gerald Combs 2004-08-06 14:08:54 +00:00
parent 4c43e2239e
commit ccda3658fc
4 changed files with 7217 additions and 3672 deletions

10846
ChangeLog

File diff suppressed because it is too large Load Diff

37
NEWS
View File

@ -1,5 +1,42 @@
$Id$
== August ?, 2004
Ethereal 0.10.6 has been released.
This release fixes a preferences bug present in Ethereal which displayed
(ethereal.exe:3512): Gtk-CRITICAL **: file gtkwindow.c: line 3107
(gtk_window_resize): assertion `height > 0' failed
at program startup. A workaround for 0.10.5 is described in
http://www.ethereal.com/lists/ethereal-users/200408/msg00059.html
A new comman-line utility called "capinfo" has been added to the
distribution which prints statistics about capture files.
New and updated features
X.509 support has been greatly expanded.
Crash bugs have been fixed in the RTP and NCP dissectors.
New protocol support
Updated protocol support
New and updated capture file support
== July 7, 2004
Ethereal 0.10.5 has been released.

View File

@ -1,6 +1,6 @@
# $Id$
VERSION=0.10.5
VERSION=0.10.6
WTAP_VERSION=0.1
#
# The RC_VERSION should be comma-separated, not dot-separated,
@ -13,7 +13,7 @@ WTAP_VERSION=0.1
# 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,5
RC_VERSION=0,10,6
RC_WTAP_VERSION=0,1
#

View File

@ -8,7 +8,7 @@ dnl Check for CPU / vendor / OS
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(ethereal, 0.10.5)
AM_INIT_AUTOMAKE(ethereal, 0.10.6)
AM_DISABLE_STATIC