Skip to content

Commit

Permalink
Version 2.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodonato committed Jan 10, 2024
1 parent 97b284b commit dedd9c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v2.4.7 - 2024-01-10
===================

* Fix issue with path expansion for relative symlinks, leading to Unauthorized
errors with symlinks targeted to paths inside the served tree.


v2.4.6 - 2023-02-25
===================

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ func (v Version) Identifier() string {
// App defines The application version.
var App = Version{
Name: "h2static",
Version: "2.4.6",
Version: "2.4.7",
}

0 comments on commit dedd9c6

Please sign in to comment.