Skip to content

Commit

Permalink
Merge branch 'patch-release'
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelEischer committed Nov 12, 2023
2 parents 6086ae4 + 59fe24c commit b72de5a
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 2 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
Changelog for restic 0.16.2 (2023-10-29)
=======================================

The following sections list the changes in restic 0.16.2 relevant to
restic users. The changes are ordered by importance.

Summary
-------

* Fix #4540: Restore ARMv5 support for ARM binaries
* Fix #4545: Repair documentation build on Read the Docs

Details
-------

* Bugfix #4540: Restore ARMv5 support for ARM binaries

The official release binaries for restic 0.16.1 were accidentally built to require ARMv7. The
build process is now updated to restore support for ARMv5.

Please note that restic 0.17.0 will drop support for ARMv5 and require at least ARMv6.

https://github.com/restic/restic/issues/4540

* Bugfix #4545: Repair documentation build on Read the Docs

For restic 0.16.1, no documentation was available at https://restic.readthedocs.io/ .

The documentation build process is now updated to work again.

https://github.com/restic/restic/pull/4545


Changelog for restic 0.16.1 (2023-10-24)
=======================================

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.1
0.16.2
9 changes: 9 additions & 0 deletions changelog/0.16.2_2023-10-29/issue-4540
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Bugfix: Restore ARMv5 support for ARM binaries

The official release binaries for restic 0.16.1 were accidentally built to
require ARMv7. The build process is now updated to restore support for ARMv5.

Please note that restic 0.17.0 will drop support for ARMv5 and require at least
ARMv6.

https://github.com/restic/restic/issues/4540
8 changes: 8 additions & 0 deletions changelog/0.16.2_2023-10-29/pull-4545
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Bugfix: Repair documentation build on Read the Docs

For restic 0.16.1, no documentation was available at
https://restic.readthedocs.io/ .

The documentation build process is now updated to work again.

https://github.com/restic/restic/pull/4545
2 changes: 1 addition & 1 deletion cmd/restic/global.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import (
"golang.org/x/term"
)

var version = "0.16.1-dev (compiled manually)"
var version = "0.16.2-dev (compiled manually)"

// TimeFormat is the format used for all timestamps printed by restic.
const TimeFormat = "2006-01-02 15:04:05"
Expand Down

0 comments on commit b72de5a

Please sign in to comment.