Release 3.8.0.3: fix Hy2/AWG UDP ping false negatives.
This commit is contained in:
@@ -65,8 +65,8 @@ h = hashlib.sha256(binp.read_bytes()).hexdigest()
|
||||
zh = hashlib.sha256(zipp.read_bytes()).hexdigest() if zipp.exists() else ""
|
||||
dh = hashlib.sha256(dmgp.read_bytes()).hexdigest() if dmgp.exists() else ""
|
||||
notes = (
|
||||
f"Navis {ver}+{build}: Mac .app zip update; EnsureCore lock; "
|
||||
f"getState без секретов; подпись/notarize pipeline; UI split."
|
||||
f"Navis {ver}+{build}: UDP ping Hy2/AWG (soft-ok без ложных «недоступен»); "
|
||||
f"Mac .app zip update; EnsureCore lock; getState без секретов."
|
||||
)
|
||||
paths = [
|
||||
Path('dist/update.json'),
|
||||
|
||||
Reference in New Issue
Block a user