mirror of
https://github.com/kakwa/uts-server
synced 2024-12-04 15:05:54 +01:00
changelog
This commit is contained in:
parent
82766a0200
commit
411efc72d4
@ -10,7 +10,7 @@ else ()
|
||||
set (CMAKE_C_STANDARD 99)
|
||||
endif ()
|
||||
|
||||
set(VERSION 0.1.10)
|
||||
set(VERSION 0.2.0)
|
||||
|
||||
option(DEBUG "compile with debug symbol" OFF)
|
||||
option(BUNDLE_CIVETWEB "bundle civetweb with uts-server" OFF)
|
||||
|
@ -1,9 +1,18 @@
|
||||
Changelogs
|
||||
==========
|
||||
|
||||
0.1.10
|
||||
0.2.0
|
||||
-----
|
||||
|
||||
* [fix ] disable buffering when logging to stdout (it was causing issues when running in docker)
|
||||
* [impr] make the stdout logger an official logger (previously, it was only for debugging)
|
||||
* [impr] the 'log_to_syslog' and 'log_to_stdout' parameters to enable/disable logging to syslog/stdout
|
||||
* [impr] serve the CA and the signer certificate
|
||||
* [impr] better landing page with download links for the previous 2 files and some instructions
|
||||
|
||||
0.1.10
|
||||
------
|
||||
|
||||
* [fix ] point to upstream civetweb (forked civetweb now removed)
|
||||
* [fix ] using dynamic openssl loading for civetweb when bundling
|
||||
* [impr] add possibility to specify which tag used for civetweb bundling
|
||||
|
Loading…
Reference in New Issue
Block a user