Build: 3.4.0.

This commit is contained in:
Gerald Combs 2020-10-29 10:55:24 -07:00
parent 731f847342
commit 9733f173ea
4 changed files with 37 additions and 10 deletions

View File

@ -1,3 +1,26 @@
e3b33beded Build: 3.4.0.
731f847342 GSM A RR: fix wrong cause value in gsm_a_rr_RR_cause_vals
34b41729f9 lcsap: fix decode of plmnIdentity
1d6de11c49 Protobuf: fix bugs about field subdissector
a1909f2343 Qt: Add a recent item for packet diagram field values.
f49d6000a7 Qt: Fix saving+restoring frozen packet list rows.
a4213f2c4f Create protocols to the end of the TVB if length unknown upfront
d28275c397 lte-rrc: Pluralize PagingRecord(s)
13d0b4e400 Fix typo: 'descriptionfor' -> 'description for'.
928f32e85c Add a new record type REC_TYPE_SYSTEMD_JOURNAL.
9837703a11 dumpcap: fix the macOS "no permission to capture" message.
c53cbf81f4 Use wtap_uses_interface_ids() to check if IDBs are necessary.
ab41153f22 AT: Handle response without leading \r\n
ce22707c35 Impose limits on the number of records we read.
b45aad9be2 Apparently, WS_WIKI_URL() can work in Qt C++ code.
9b437e3c2d Include <ui/urls.h>
fe86435dd7 Qt: Avoid crash on ProtoTree item deselect
38207edc52 [Automatic update for 2020-10-25]
74eeba5787 USB HID: Initialize a struct.
f7a46fbed9 MATE: Improve MATE debug facility
24450d9c51 tools: Skip over commit body checks.
de81bd705a Export Objects: Don't double increment count
d1865925ee Build: 3.4.0rc1.
dfae8942af Fix our version, update the release notes.
eff9f0fb0d Initialize release-3.4.
87a42de393 MATE: allow _AVP_DEBUGGING flag to be set

11
NEWS
View File

@ -1,7 +1,5 @@
Wireshark 3.4.0 Release Notes
This is the first release candidate for Wireshark 3.4.
What is Wireshark?
Wireshark is the worlds most popular network protocol analyzer. It is
@ -14,6 +12,11 @@ Wireshark 3.4.0 Release Notes
New and Updated Features
The following features are new (or have been significantly updated)
since version 3.4.0rc1:
• Nothing of note.
The following features are new (or have been significantly updated)
since version 3.3.1:
@ -128,13 +131,13 @@ Wireshark 3.4.0 Release Notes
wireshark-users mailing list. Subscription information and archives
for all of Wiresharks mailing lists can be found on the web site[6].
Bugs and feature requests can be reported on the issue tracker[7].
Issues and feature requests can be reported on the issue tracker[7].
Frequently Asked Questions
A complete FAQ is available on the Wireshark web site[8].
Last updated 2020-10-25 09:16:28 UTC
Last updated 2020-10-29 18:48:21 UTC
References

View File

@ -6,8 +6,6 @@ include::attributes.adoc[]
// Asciidoctor Syntax Quick Reference:
// https://asciidoctor.org/docs/asciidoc-syntax-quick-reference/
This is the first release candidate for Wireshark 3.4.
== What is Wireshark?
Wireshark is the worlds most popular network protocol analyzer.
@ -29,6 +27,10 @@ See the “New and Updated Features” section below for more details.
=== New and Updated Features
The following features are new (or have been significantly updated) since version 3.4.0rc1:
* Nothing of note.
The following features are new (or have been significantly updated) since version 3.3.1:
* The Protobuf fields defined as google.protobuf.Timestamp type of Protobuf standard library
@ -150,7 +152,7 @@ and on the wireshark-users mailing list.
Subscription information and archives for all of Wiresharks mailing lists can be found on
https://www.wireshark.org/lists/[the web site].
Bugs and feature requests can be reported on
Issues and feature requests can be reported on
https://gitlab.com/wireshark/wireshark/-/issues[the issue tracker].
// Official Wireshark training and certification are available from

View File

@ -48,9 +48,8 @@
</screenshots>
<update_contact>wireshark-dev_at_wireshark.org</update_contact>
<releases>
<release version="3.3.1" date="2020-10-01">
</release>
<release version="3.3.0" date="2020-09-15">
<release version="3.4.0" date="2020-10-29">
<url>https://www.wireshark.org/docs/relnotes/wireshark-3.4.0.html</url>
</release>
</releases>
</application>