2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-06 11:00:48 +00:00
restic/changelog/0.16.2_2023-10-29/issue-4540

10 lines
335 B
Plaintext
Raw Normal View History

2023-10-27 17:52:14 +00:00
Bugfix: Restore ARMv5 support for ARM binaries
The official release binaries for restic 0.16.1 were accidentally built to
2023-10-28 22:44:53 +00:00
require ARMv7. The build process is now updated to restore support for ARMv5.
2023-10-27 17:52:14 +00:00
Please note that restic 0.17.0 will drop support for ARMv5 and require at least
ARMv6.
https://github.com/restic/restic/issues/4540