From 391f9a3d63bc5c6fbb6a1a18e24c1d9390e9c71a Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Mon, 31 Jul 2023 14:55:50 -0700 Subject: [PATCH] GitLab CI: Switch the Windows x64 packages to Qt 6.5.2 Update the release notes. --- .gitlab-ci.yml | 2 +- docbook/release-notes.adoc | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 22282c6873..1c193bcfb2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -413,7 +413,7 @@ Windows x64 Package: - $env:WIRESHARK_BASE_DIR = "C:\Development" - $env:Configuration = "RelWithDebInfo" - $env:Path += ";C:\Program Files\Amazon\AWSCLIV2" - - $env:CMAKE_PREFIX_PATH = "C:\qt\6.2.3\msvc2019_64" + - $env:CMAKE_PREFIX_PATH = "C:\Qt\6.5.2\msvc2019_64" # https://help.appveyor.com/discussions/questions/18777-how-to-use-vcvars64bat-from-powershell - cmd.exe /c "call `"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat`" && set > %temp%\vcvars.txt" - Get-Content "$env:temp\vcvars.txt" | Foreach-Object { if ($_ -match "^(.*?)=(.*)$") { Set-Content "env:\$($matches[1])" $matches[2] } } diff --git a/docbook/release-notes.adoc b/docbook/release-notes.adoc index 05ffefd36c..902acd58fe 100644 --- a/docbook/release-notes.adoc +++ b/docbook/release-notes.adoc @@ -16,7 +16,7 @@ It is used for troubleshooting, analysis, development and education. == What’s New -// Add a summary of major changes here. +// Add a summary of **major** changes here. // Add other changes to "New and Updated Features" below. A Windows installer for Arm64 has been added. @@ -31,9 +31,6 @@ Display filter autocomplete is smarter about not suggesting invalid syntax. menu:Tools[Lua Scripts,Launch with SSLKEYLOGFILE] can launch your web browser with the SSLKEYLOGFILE environment variable set to the appropriate value. -The Windows build has a new SpeexDSP external dependency (https://www.speex.org). -The speex code that was previously bundled has been removed. - The personal extcap plugin folder location on Unix has been changed to follow existing conventions for architecture-dependent files. The extcap personal folder is now ``$HOME/.local/lib/wireshark/extcap``. @@ -55,7 +52,7 @@ dissect.) The previous behavior was to reset the dissector to the default. To facilitate resetting the dissector, the default dissector is now sorted at the top of the list of possible dissector options. -Sorting changes: +Packet list sorting has been updated: * When sorting packet list with a filter applied, only the visible packets are sorted, which greatly increases sorting speed. * The cache size for column text is limited to a default of 10000 rows, @@ -90,6 +87,9 @@ The following bugs have been fixed: The following features are new (or have been significantly updated) since version 4.0.0: +* The Windows installers now ship with Qt 6.5.2. + They previously shipped with Qt 6.2.3. + // * The Windows installers now ship with Npcap 1.75. // They previously shipped with Npcap 1.71. @@ -161,6 +161,10 @@ can be achieved via other fields, prefer that. * New GUI dialog (under Tools menu) to lookup a MAC address in the IEEE OUI registry. +* The Windows build has a new SpeexDSP external dependency (https://www.speex.org). + The speex code that was previously bundled has been removed. + + === Removed Features and Support * With the addition of the universal and consistent filtering support for