From d3b0a2a99c21118761446b91471a91d0b663de99 Mon Sep 17 00:00:00 2001 From: kakwa Date: Fri, 21 Apr 2017 09:10:39 +0200 Subject: [PATCH] add changelog entry and version bump --- CMakeLists.txt | 2 +- ChangeLog.rst | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5de2c9d..d4d8148 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 2.6) project (uts-server) include(ExternalProject) -set(VERSION 0.1.7) +set(VERSION 0.1.8) 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 5a2fd4c..a87bd12 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,6 +1,11 @@ Changelogs ========== +0.1.8 + +* [impr] add OpenBSD support +* [impr] add LibreSSL support + 0.1.7 -----