updated README

This commit is contained in:
Fufu Fang 2021-08-31 18:58:23 +01:00
parent 53c7e77575
commit 72f737de22
No known key found for this signature in database
GPG Key ID: 0F6BB5EF6F8BB729
2 changed files with 3 additions and 3 deletions

View File

@ -11,14 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Single File Mode, which allows the mounting of a single file in a virtual
directory
- man page generation in Makefile.
- Mannual page generation in Makefile.
### Changed
- Improve log / debug output.
- Removed unnecessary mutex lock/unlocks.
### Fixed
- Handling empty files
- Handling empty files from HTTP server
## [1.2.2] - 2021-08-08
### Fixed

View File

@ -46,7 +46,7 @@ Under Ubuntu 18.04.4 LTS, you need the following packages:
libgumbo-dev libfuse-dev libssl-dev libcurl4-openssl-dev uuid-dev
### Debian 10 "Buster" and newer versions
### Debian 11 "Bullseye" and Debian 10 "Buster"
Under Debian 10 "Buster" and newer versions, you need the following packages:
libgumbo-dev libfuse-dev libssl-dev libcurl4-openssl-dev uuid-dev