From d670ef26386f044b06874e06a8ec3ea7f35dd44c Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Sun, 31 Jan 2016 18:49:35 +0100 Subject: [PATCH] Prepare for 2.0.1 release. --- CHANGELOG | 11 +++++++++++ CMakeLists.txt | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 112fa2c1..6de89c22 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,14 @@ +2.0.1 (2016-01-31) +========================= + +- Flush temporary file before opening attachment. [#390] +- Disable password generator when showing entry in history mode. [#422] +- Strip invalid XML chars when writing databases. [#392] +- Add repair function to fix databses with invalid XML chars. [#392] +- Display custom icons scaled. [#322] +- Allow opening databases that have no password and keyfile. [#391] +- Fix crash when importing .kdb files with invalid icon ids. [#425] + 2.0 (2015-12-06) ========================= diff --git a/CMakeLists.txt b/CMakeLists.txt index 3a6ae6c1..0b889980 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,8 +33,8 @@ option(WITH_TESTS "Enable building of unit tests" ON) option(WITH_GUI_TESTS "Enable building of GUI tests" OFF) option(WITH_CXX11 "Build with the C++ 11 standard" ON) -set(KEEPASSX_VERSION "2.0") -set(KEEPASSX_VERSION_NUM "2.0") +set(KEEPASSX_VERSION "2.0.1") +set(KEEPASSX_VERSION_NUM "2.0.1") if("${CMAKE_C_COMPILER}" MATCHES "clang$" OR "${CMAKE_C_COMPILER_ID}" STREQUAL "Clang") set(CMAKE_COMPILER_IS_CLANG 1)