mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-06 13:34:16 -04:00
Version number bump
This commit is contained in:
parent
dce691157e
commit
7d3c18e1fb
3 changed files with 16 additions and 2 deletions
14
CHANGELOG
14
CHANGELOG
|
@ -1,3 +1,17 @@
|
||||||
|
2.2.1 (2017-10-01)
|
||||||
|
=========================
|
||||||
|
|
||||||
|
- Corrected multiple snap issues [#934, #1011]
|
||||||
|
- Corrected multiple custom icon issues [#708, #719, #994]
|
||||||
|
- Corrected multiple Yubikey issues [#880]
|
||||||
|
- Fixed single instance preventing load on occasion [#997]
|
||||||
|
- Keep entry history when merging databases [#970]
|
||||||
|
- Prevent data loss if passwords were mismatched [#1007]
|
||||||
|
- Fixed crash after merge [#941]
|
||||||
|
- Added configurable auto-type default delay [#703]
|
||||||
|
- Unlock database dialog window comes to front [#663]
|
||||||
|
- Translation and compiling fixes
|
||||||
|
|
||||||
2.2.0 (2017-06-23)
|
2.2.0 (2017-06-23)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
|
@ -49,7 +49,7 @@ set(CMAKE_AUTOUIC ON)
|
||||||
|
|
||||||
set(KEEPASSXC_VERSION_MAJOR "2")
|
set(KEEPASSXC_VERSION_MAJOR "2")
|
||||||
set(KEEPASSXC_VERSION_MINOR "2")
|
set(KEEPASSXC_VERSION_MINOR "2")
|
||||||
set(KEEPASSXC_VERSION_PATCH "0")
|
set(KEEPASSXC_VERSION_PATCH "1")
|
||||||
set(KEEPASSXC_VERSION "${KEEPASSXC_VERSION_MAJOR}.${KEEPASSXC_VERSION_MINOR}.${KEEPASSXC_VERSION_PATCH}")
|
set(KEEPASSXC_VERSION "${KEEPASSXC_VERSION_MAJOR}.${KEEPASSXC_VERSION_MINOR}.${KEEPASSXC_VERSION_PATCH}")
|
||||||
|
|
||||||
if("${CMAKE_C_COMPILER}" MATCHES "clang$" OR "${CMAKE_C_COMPILER_ID}" STREQUAL "Clang")
|
if("${CMAKE_C_COMPILER}" MATCHES "clang$" OR "${CMAKE_C_COMPILER_ID}" STREQUAL "Clang")
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: keepassxc
|
name: keepassxc
|
||||||
version: 2.2.0
|
version: 2.2.1
|
||||||
grade: stable
|
grade: stable
|
||||||
summary: community driven port of the windows application “Keepass Password Safe”
|
summary: community driven port of the windows application “Keepass Password Safe”
|
||||||
description: |
|
description: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue