Update the release notes.
[metze/wireshark/wip.git] / docbook / release-notes.asciidoc
index e6e54b1f260f039ba170dddcb2ff4e88b01b4ec8..6a1706429573952b3684a35e97fd0b080eaa6032 100644 (file)
@@ -1,3 +1,5 @@
+include::attributes.asciidoc[]
+
 = Wireshark {wireshark-version} Release Notes
 // AsciiDoc quick reference: http://powerman.name/doc/asciidoc
 
@@ -27,7 +29,21 @@ used for troubleshooting, analysis, development and education.
 The following features are new (or have been significantly updated)
 since version 2.2.0:
 
-* ...
+* Experimental 32-bit and 64-bit Windows Installer (.msi) packages are available.
+  It is recommended that you use these independently of the NSIS (.exe) installers.
+  That is, you should make sure the NSIS package is completely uninstalled before
+  installing the Windows Installer package and vice-versa.
+* Source packages are now compressed using xz instead of bzip2.
+* The legacy (GTK+) UI is disabled by default in the Windows installer.
+* The legacy (GTK+) UI is disabled by default in Autotools and CMake.
+* SS7 Point Codes can now be resolved into names with a hosts-like file.
+* Wireshark can now go fullscreen to have more room for packets.
+* TShark can now export objects like the other GUI interfaces.
+* Support for G.722 and G.726 codecs in the RTP Player (via the SpanDSP library).
+* You can now choose the output device when playing RTP streams.
+* Added support for dissectors to include a unit name natively in their hf field.
+  A field can now automatically append "seconds" or "ms" to its value without
+  additional printf-style APIs.
 
 //=== Removed Dissectors
 
@@ -37,17 +53,25 @@ since version 2.2.0:
 
 // Add one protocol per line between the --sort-and-group-- delimiters.
 --sort-and-group--
-Nordic BLE Sniffer
-Ericsson A-bis TFP (Traffic Forwarding Protocol)
+Bluetooth HCI Vendor Intel
+CAN FD
 Ericsson A-bis P-GSL
-vSocket
+Ericsson A-bis TFP (Traffic Forwarding Protocol)
+Fc00/cjdns Protocol
+GSM Osmux
+Health Level 7 (HL7)
+High-speed SECS message service (HSMS)
+iPerf2
 ISO 15765
-Unified Diagnostic Services (UDS)
+Local Service Discovery (LSD)
+M2 Application Protocol
+Nordic BLE Sniffer
+RFTap Protocol
 SCTE-35 Digital Program Insertion Messages
+Snort Post-dissector
+Unified Diagnostic Services (UDS)
+vSocket
 Windows Cluster Management API (clusapi)
-RFTap Protocol
-M2 Application Protocol
-
 --sort-and-group--
 
 === Updated Protocol Support
@@ -68,6 +92,7 @@ _Non-empty section placeholder._
 --sort-and-group--
 
 //=== Major API Changes
+IEEE802.11: wlan_mgt display filter element got renamed to wlan.
 
 == Getting Wireshark
 
@@ -106,9 +131,6 @@ Filtering tshark captures with read filters (-R) no longer works.
 Application crash when changing real-time option.
 (ws-buglink:4035[])
 
-Packet list rows are oversized.
-(ws-buglink:4357[])
-
 Wireshark and TShark will display incorrect delta times in some cases.
 (ws-buglink:4985[])