aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-05-11 16:41:15 -0700
committerGerald Combs <gerald@wireshark.org>2016-05-12 16:45:10 +0000
commite578ac74d5a351dd2840a79c28409767d40d56e2 (patch)
treea3ebf7b11c1343589031527b87bc6d30893a0b4d /docbook
parent1fca7767d003bb4fa601a7205d154171fe796f2b (diff)
Update the release notes.
Change-Id: I0e3296555ce95dd48256a7a8c39fc82c71466dcb Reviewed-on: https://code.wireshark.org/review/15392 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'docbook')
-rw-r--r--docbook/release-notes.asciidoc14
1 files changed, 9 insertions, 5 deletions
diff --git a/docbook/release-notes.asciidoc b/docbook/release-notes.asciidoc
index 3bbd1a9ffa..8f028f4979 100644
--- a/docbook/release-notes.asciidoc
+++ b/docbook/release-notes.asciidoc
@@ -25,16 +25,20 @@ _Non-empty section placeholder._
The following features are new (or have been significantly updated)
since version 2.0.0:
-** You can now switch between between Capture and File Format dissection of
+* You can now switch between between Capture and File Format dissection of
the current capture file via the View menu in the Qt GUI.
-** You can now show selected packet bytes as ASCII, HTML, Image, ISO 8859-1, Raw or UTF-8.
-** You can now use regular expressions in Find Packet.
-** Name resolution for packet capture now supports asynchronous DNS lookups only. Therefore the
+* You can now show selected packet bytes as ASCII, HTML, Image, ISO 8859-1, Raw, UTF-8,
+a C array, or YAML.
+* You can now use regular expressions in Find Packet and in the advanced preferences.
+* Name resolution for packet capture now supports asynchronous DNS lookups only. Therefore the
"concurrent DNS resolution" preference has been deprecated and is a no-op. To enable DNS name
resolution some build dependencies must be present (currently c-ares). If that is not the case DNS
name resolution will be disabled (but other name resolution mechanisms, such as host files,
are still available).
-** Highlight hovered byte in Packet Bytes Pane
+* The byte under the mouse in the Packet Bytes pane is now highlighted.
+* TShark supports exporting PDUs via the `-U` flag.
+* The Windows installer now comes with the "sshdump" and "ciscodump" extcap interfaces.
+* Most dialogs in the Qt UI now save their size and positions.
//=== Removed Dissectors