This commit is contained in:
Shawn Carey
2026-04-06 12:11:39 -04:00
parent 7a4175c406
commit 86b4b89aeb
3 changed files with 18 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ $ADV_INST_HOME = "C:\Program Files (x86)\Caphyon\Advanced Installer ${ADV_INST_V
$SIGNTOOL="${ADV_INST_HOME}\third-party\winsdk\x64\signtool.exe"
$ADVINST = "${ADV_INST_HOME}\bin\x86\AdvancedInstaller.com"
$ADVPROJECT = "${scriptPath}\ZitiDesktopEdge.aip"
$ZITI_EDGE_TUNNEL_VERSION="v1.11.2"
$ZITI_EDGE_TUNNEL_VERSION="v1.11.3"
echo "Cleaning previous build folder if it exists"
Remove-Item "${buildPath}" -r -ErrorAction Ignore
+16
View File
@@ -1,3 +1,19 @@
# Release 2.9.7.1
## What's New
* updated to ziti-edge-tunnel v1.11.3
## Bugs fixed:
* handle token update errors (via ziti-sdk-c)
## Other changes
n/a
## Dependencies
* ziti-tunneler: v1.11.3
* ziti-sdk: 1.14.3
* tlsuv: v0.41.1[OpenSSL 3.6.1 27 Jan 2026]
* tlsuv: v0.41.1[win32crypto(CNG): ncrypt[1.0] ]
# Release 2.9.7.0
## What's New
* updated to ziti-edge-tunnel v1.11.2
+1 -1
View File
@@ -1 +1 @@
2.9.7.0
2.9.7.1