From 930a6c069a9308a531ce6329582a1a39b6b3d7ba Mon Sep 17 00:00:00 2001 From: kakwa Date: Mon, 12 Sep 2016 22:59:12 +0200 Subject: [PATCH] version bump --- CMakeLists.txt | 2 +- ChangeLog.rst | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bad3aa1..70582fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project (uts-server) include(ExternalProject) -set(VERSION 0.0.3) +set(VERSION 0.1.0) 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 e1b59d5..92fadce 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -4,6 +4,13 @@ Changelogs dev --- +0.1.0 +----- + +* [impr] adding various goodies (init scripts) +* [impr] safer crypto algorithm in configuration file +* [impr] removing useless default_tsa parameter in configuration file + 0.0.3 -----