update documents for v3.1.0

This commit is contained in:
Johann150 2021-06-08 08:50:13 +02:00
parent 7b1e83ec82
commit 2a718cf73e
No known key found for this signature in database
GPG key ID: 9EE6577A2A06F8F1
4 changed files with 27 additions and 4 deletions

View file

@ -198,6 +198,23 @@ The format is based on Keep a Changelog and this project adheres to Semantic Ver
=> https://keepachangelog.com/en/1.0.0/ Keep a Changelog home page
=> https://semver.org/spec/v2.0.0.html Semantic versioning standard v2.0.0
## [3.1.0] - 2021-06-08
Thank you to Matthew Ingwersen and Oliver Simmons (@GoodClover) for contributing to this release.
### Added
* tests for symlink files (#60)
Symlinks were already working before.
### Fixed
* A path traversal security issue was closed: Percent encoded slashes were misunderstood.
### Changed
* Visiting a directory without `index.gmi` and `.directory-listing-ok` now returns a different error message to better show the cause of the error.
To retain the current behaviour of showing a `51 Not found, sorry.` error, add the following line to the respective directories' `.meta` file:
```
index.gmi: 51 Not found, sorry.
```
## [3.0.3] - 2021-05-24
Thank you to @06kellyjac, @cpnfeeny, @lifelike, @skittlesvampir and @steko for contributing to this release.