GitLab CI: Switch the Windows x64 packages to Qt 6.5.2

Update the release notes.
This commit is contained in:
Gerald Combs 2023-07-31 14:55:50 -07:00
parent 3c2fa2b61a
commit 391f9a3d63
2 changed files with 10 additions and 6 deletions

View File

@ -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] } }

View File

@ -16,7 +16,7 @@ It is used for troubleshooting, analysis, development and education.
== Whats 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