diff --git a/CHANGELOG b/CHANGELOG index f8a0e33b..8e0eaace 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,15 @@ +2.1.3 (2017-03-03) +========================= + +- Fix possible overflow in zxcvbn library [#363] +- Revert HiDPI setting to avoid problems on laptop screens [#332] +- Set file meta properties in Windows executable [#330] +- Suppress error message when auto-reloading a locked database [#345] +- Improve usability of question dialog when database is already locked by a different instance [#346] +- Fix compiler warnings in QHttp library [#351] +- Use unified toolbar on Mac OS X [#361] +- Fix an issue on X11 where the main window would be raised instead of closed on Alt+F4 [#362] + 2.1.2 (2017-02-17) ========================= diff --git a/CMakeLists.txt b/CMakeLists.txt index 852ccae5..347c5276 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,8 +38,8 @@ option(WITH_XC_AUTOTYPE "Include Autotype." OFF) option(WITH_XC_HTTP "Include KeePassHTTP." OFF) option(WITH_XC_YUBIKEY "Include Yubikey support." OFF) -set(KEEPASSXC_VERSION "2.1.2") -set(KEEPASSXC_VERSION_NUM "2.1.2") +set(KEEPASSXC_VERSION "2.1.3") +set(KEEPASSXC_VERSION_NUM "2.1.3") if("${CMAKE_C_COMPILER}" MATCHES "clang$" OR "${CMAKE_C_COMPILER_ID}" STREQUAL "Clang") set(CMAKE_COMPILER_IS_CLANG 1)