diff options
author | evgsentrium <evgsentrium@users.noreply.github.com> | 2024-06-19 03:24:07 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-06-19 03:24:07 +0000 |
commit | e1b252f3f53342b7c5c1af218c5970a9f1a85dd2 (patch) | |
tree | 13ed78c8d0eb2c012800c0776d2832fd83263dd8 | |
parent | 47751d5416627c721726879e8b3bb261a0745335 (diff) | |
download | vyos-rolling-nightly-builds-e1b252f3f53342b7c5c1af218c5970a9f1a85dd2.tar.gz vyos-rolling-nightly-builds-e1b252f3f53342b7c5c1af218c5970a9f1a85dd2.zip |
1.5-rolling-2024061900201.5-rolling-202406190020
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | version.json | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 69656cc..8535131 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ ## vyos-1x +- wireless: T6318: move country-code to a system wide configuration + - PR: vyos/vyos-1x#3656 - pki: T4026: Only emit private keys when available - PR: vyos/vyos-1x#3655 - pki: T6241: remove debug print statement about updated subsystems @@ -7,6 +9,10 @@ - PR: vyos/vyos-1x#3675 - T6489: Add support for CLI config scripts that change the underlaying working configuration - PR: vyos/vyos-1x#3652 +- wireless: T6425: Fixing VHT beamforming for 802.11ac + - PR: vyos/vyos-1x#3576 +- T6492: Check if all migrators have the executable bit set + - PR: vyos/vyos-1x#3678 ## vyos-build diff --git a/version.json b/version.json index 56537f2..9ba94fb 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ [ { - "url": "https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202406181053/vyos-1.5-rolling-202406181053-amd64.iso", - "version": "1.5-rolling-202406181053", - "timestamp": "2024-06-18T10:53:51Z" + "url": "https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-202406190020/vyos-1.5-rolling-202406190020-amd64.iso", + "version": "1.5-rolling-202406190020", + "timestamp": "2024-06-19T00:20:25Z" } ]
\ No newline at end of file |