diff options
author | Gerald Combs <gerald@wireshark.org> | 2004-08-06 14:08:54 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2004-08-06 14:08:54 +0000 |
commit | ccda3658fc6cc671a52e5dfd518b37dffec62522 (patch) | |
tree | 71cb461c02c5559d7ab44990d38fa26d3c339f86 /NEWS | |
parent | 4c43e2239e80999439bbc10c26269b8cffe1b0a0 (diff) | |
download | wireshark-ccda3658fc6cc671a52e5dfd518b37dffec62522.tar.gz wireshark-ccda3658fc6cc671a52e5dfd518b37dffec62522.tar.bz2 wireshark-ccda3658fc6cc671a52e5dfd518b37dffec62522.zip |
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
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 37 |
1 files changed, 37 insertions, 0 deletions
@@ -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. |