Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
keepassxc
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
datenkhaos-public
keepassxc
Commits
0cbf5920
Commit
0cbf5920
authored
11 years ago
by
Felix Geyer
Browse files
Options
Downloads
Patches
Plain Diff
Prepare the next alpha release.
parent
1fce1ac9
No related branches found
Branches containing commit
Tags
2.0-alpha5
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+13
-0
13 additions, 0 deletions
CHANGELOG
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
with
15 additions
and
2 deletions
CHANGELOG
+
13
−
0
View file @
0cbf5920
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)
=========================
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
2
−
2
View file @
0cbf5920
...
...
@@ -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.8
3
"
)
set
(
KEEPASSX_VERSION
"2.0 alpha
5
"
)
set
(
KEEPASSX_VERSION_NUM
"1.9.8
4
"
)
if
(
"
${
CMAKE_C_COMPILER
}
"
MATCHES
"clang$"
OR
"
${
CMAKE_C_COMPILER_ID
}
"
STREQUAL
"Clang"
)
set
(
CMAKE_COMPILER_IS_CLANG 1
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment