mirror of
https://github.com/kakwa/uts-server
synced 2025-01-07 12:14:31 +01:00
version bump
This commit is contained in:
parent
3461d11f94
commit
8698856b5f
@ -3,7 +3,7 @@ project (uts-server)
|
||||
include(ExternalProject)
|
||||
|
||||
|
||||
set(VERSION 0.1.0)
|
||||
set(VERSION 0.1.1)
|
||||
|
||||
option(DEBUG "compile with debug symbol" OFF)
|
||||
option(BUNDLE_CIVETWEB "bundle civetweb with uts-server" OFF)
|
||||
|
@ -4,6 +4,9 @@ Changelogs
|
||||
dev
|
||||
---
|
||||
|
||||
0.1.1
|
||||
-----
|
||||
|
||||
* [fix ] correct compilation issues in older gcc/clang caused by missing -D_XOPEN_SOURCE, missing -std and missing headers
|
||||
* [impr] exit at the first TS_RESP_CTX (OpenSSL TS response context) initialization failed.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user