From 8698856b5f9f1bab201371775e5c24dd68831848 Mon Sep 17 00:00:00 2001 From: kakwa Date: Wed, 14 Sep 2016 20:23:47 +0200 Subject: [PATCH] version bump --- CMakeLists.txt | 2 +- ChangeLog.rst | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9274119..755aad8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/ChangeLog.rst b/ChangeLog.rst index 7d23522..ca842a4 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -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.