mirror of
https://github.com/falk-werner/webfuse
synced 2025-06-13 12:54:15 +00:00
set version to 0.6.0
This commit is contained in:
parent
9225a94b9a
commit
cbbb6b5d3e
2
Doxyfile
2
Doxyfile
@ -5,7 +5,7 @@
|
|||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
DOXYFILE_ENCODING = UTF-8
|
DOXYFILE_ENCODING = UTF-8
|
||||||
PROJECT_NAME = "webfuse"
|
PROJECT_NAME = "webfuse"
|
||||||
PROJECT_NUMBER = 0.5.0
|
PROJECT_NUMBER = 0.6.0
|
||||||
PROJECT_BRIEF = "Websocket filesystem based on libfuse"
|
PROJECT_BRIEF = "Websocket filesystem based on libfuse"
|
||||||
PROJECT_LOGO =
|
PROJECT_LOGO =
|
||||||
OUTPUT_DIRECTORY = "doc/api"
|
OUTPUT_DIRECTORY = "doc/api"
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# webfuse changelog
|
# webfuse changelog
|
||||||
|
|
||||||
|
## 0.6.0 _(unknown)_
|
||||||
|
|
||||||
## 0.5.0 _(Sun Jul 19 2020)_
|
## 0.5.0 _(Sun Jul 19 2020)_
|
||||||
|
|
||||||
* __Feature:__ Remove dependency to libjansson
|
* __Feature:__ Remove dependency to libjansson
|
||||||
@ -11,7 +13,7 @@
|
|||||||
* __Breaking Change:__ Remove CMake support (change build system to meson)
|
* __Breaking Change:__ Remove CMake support (change build system to meson)
|
||||||
* __Breaking Change:__ Make argument credentials const in `wf_authenticate_fn`
|
* __Breaking Change:__ Make argument credentials const in `wf_authenticate_fn`
|
||||||
* __Breaking Change:__ Moved provider library into [separate project](https://github.com/falk-werner/webfuse-provider)
|
* __Breaking Change:__ Moved provider library into [separate project](https://github.com/falk-werner/webfuse-provider)
|
||||||
* __Breaking Change:__Renamed library (libwebfuse_adapter -> libwebfuse)
|
* __Breaking Change:__ Renamed library (libwebfuse_adapter -> libwebfuse)
|
||||||
* __Feature:__ Add adapter client implementation
|
* __Feature:__ Add adapter client implementation
|
||||||
* __Feature:__ Allow system to choose port of webfuse server (by setting port in `wf_server_config` to 0)
|
* __Feature:__ Allow system to choose port of webfuse server (by setting port in `wf_server_config` to 0)
|
||||||
* __Fix:__ Fix meson build failure when gtest or jansson are not installed
|
* __Fix:__ Fix meson build failure when gtest or jansson are not installed
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
project('webfuse', 'c', 'cpp', version: '0.5.0', license: 'LGPL-3.0+')
|
project('webfuse', 'c', 'cpp', version: '0.6.0', license: 'LGPL-3.0+')
|
||||||
|
|
||||||
without_tests = get_option('without_tests')
|
without_tests = get_option('without_tests')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user