Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Geyer <debfx@fobos.de>2013-12-20 15:41:45 +0400
committerFelix Geyer <debfx@fobos.de>2013-12-20 15:41:45 +0400
commit0cbf59209b0e2c2cfd5a52adfdf56a99d5460561 (patch)
treebc5af514d8b68873c3aeb93b3926e4053c5376fc
parent1fce1ac905b8664a6f1ef0bdc3dee176c542d81a (diff)
Prepare the next alpha release.2.0-alpha5
-rw-r--r--CHANGELOG13
-rw-r--r--CMakeLists.txt4
2 files changed, 15 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3df42bb75..e9f641cc1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,16 @@
+2.0 Alpha 5 (2013-12-20)
+=========================
+
+- Support copying entries and groups using drag'n'drop [#74]
+- Open last used databases on startup [#36]
+- Made the kdbx file parser more robust
+- Only edit entries on doubleclick (not single) or with enter key
+- Allow removing multiple entries
+- Added option to minimize window when copying data to clipboard
+- Save password generator settings
+- Fixed auto-type producing wrong chars in some keyboard configurations [#116]
+- Added some more actions to the toolbar
+
2.0 Alpha 4 (2013-03-29)
=========================
diff --git a/CMakeLists.txt b/CMakeLists.txt
index eccd81490..176cc34b8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,8 +34,8 @@ option(WITH_GUI_TESTS "Enable building of GUI tests" OFF)
option(WITH_LTO "Enable Link Time Optimization (LTO)" OFF)
option(WITH_CXX11 "Build with the C++ 11 standard" OFF)
-set(KEEPASSX_VERSION "2.0 alpha 4")
-set(KEEPASSX_VERSION_NUM "1.9.83")
+set(KEEPASSX_VERSION "2.0 alpha 5")
+set(KEEPASSX_VERSION_NUM "1.9.84")
if("${CMAKE_C_COMPILER}" MATCHES "clang$" OR "${CMAKE_C_COMPILER_ID}" STREQUAL "Clang")
set(CMAKE_COMPILER_IS_CLANG 1)