diff options
-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 |