From abf469f74318813004a3ddf83b82a2d0c5882916 Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Sat, 3 Sep 2016 22:05:22 +0200 Subject: [PATCH] Prepare for 2.0.3 release. --- CHANGELOG | 12 ++++++++++++ CMakeLists.txt | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 14d193576..cb874a59c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,15 @@ +2.0.3 (2016-09-XX) +========================= + +- Improved error reporting when reading / writing databases fails. [#450, #462] +- Display an error message when opening a custom icon fails. +- Detect custom icon format based on contents instead of filename. [#512] +- Keep symlink intact when saving databases. [#442]. +- Fix a crash when deleting parent group of recycle bin. [#520] +- Display a confirm dialog before moving an entry to the recycle bin. [#447] +- Repair UUIDs of inconsistent history items. [#130] +- Only include top-level windows in auto-type window list when using gnome-shell. + 2.0.2 (2016-02-02) ========================= diff --git a/CMakeLists.txt b/CMakeLists.txt index 6df550325..4dd3ed2bb 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.2") -set(KEEPASSX_VERSION_NUM "2.0.2") +set(KEEPASSX_VERSION "2.0.3") +set(KEEPASSX_VERSION_NUM "2.0.3") if("${CMAKE_C_COMPILER}" MATCHES "clang$" OR "${CMAKE_C_COMPILER_ID}" STREQUAL "Clang") set(CMAKE_COMPILER_IS_CLANG 1)