mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-25 22:16:01 -05:00
Bump version to 2.2.2 and update changelog
This commit is contained in:
parent
e2c6f50108
commit
880a8da68a
17
CHANGELOG
17
CHANGELOG
@ -1,3 +1,20 @@
|
|||||||
|
2.2.2 (2017-10-22)
|
||||||
|
=========================
|
||||||
|
|
||||||
|
- Fixed entries with empty URLs being reported to KeePassHTTP clients [#1031]
|
||||||
|
- Fixed YubiKey detection and enabled CLI tool for AppImage binary [#1100]
|
||||||
|
- Added AppStream description [#1082]
|
||||||
|
- Improved TOTP compatibility and added new Base32 implementation [#1069]
|
||||||
|
- Fixed error handling when processing invalid cipher stream [#1099]
|
||||||
|
- Fixed double warning display when opening a database [#1037]
|
||||||
|
- Fixed unlocking databases with --pw-stdin [#1087]
|
||||||
|
- Added ability to override QT_PLUGIN_PATH environment variable for AppImages [#1079]
|
||||||
|
- Fixed transform seed not being regenerated when saving the database [#1068]
|
||||||
|
- Fixed only one YubiKey slot being polled [#1048]
|
||||||
|
- Corrected an issue with entry icons while merging [#1008]
|
||||||
|
- Corrected desktop and tray icons in Snap package [#1030]
|
||||||
|
- Fixed screen lock and Google fallback settings [#1029]
|
||||||
|
|
||||||
2.2.1 (2017-10-01)
|
2.2.1 (2017-10-01)
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
@ -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 "1")
|
set(KEEPASSXC_VERSION_PATCH "2")
|
||||||
set(KEEPASSXC_VERSION "${KEEPASSXC_VERSION_MAJOR}.${KEEPASSXC_VERSION_MINOR}.${KEEPASSXC_VERSION_PATCH}")
|
set(KEEPASSXC_VERSION "${KEEPASSXC_VERSION_MAJOR}.${KEEPASSXC_VERSION_MINOR}.${KEEPASSXC_VERSION_PATCH}")
|
||||||
|
|
||||||
# Distribution info
|
# Distribution info
|
||||||
|
@ -67,7 +67,25 @@
|
|||||||
</screenshots>
|
</screenshots>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
<release version="2.2.1" date="2017-10-01">
|
<release version="2.2.2" date="2017-10-22">
|
||||||
|
<description>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed entries with empty URLs being reported to KeePassHTTP clients [#1031]</li>
|
||||||
|
<li>Fixed YubiKey detection and enabled CLI tool for AppImage binary [#1100]</li>
|
||||||
|
<li>Added AppStream description [#1082]</li>
|
||||||
|
<li>Improved TOTP compatibility and added new Base32 implementation [#1069]</li>
|
||||||
|
<li>Fixed error handling when processing invalid cipher stream [#1099]</li>
|
||||||
|
<li>Fixed double warning display when opening a database [#1037]</li>
|
||||||
|
<li>Fixed unlocking databases with --pw-stdin [#1087]</li>
|
||||||
|
<li>Added ability to override QT_PLUGIN_PATH environment variable for AppImages [#1079]</li>
|
||||||
|
<li>Fixed transform seed not being regenerated when saving the database [#1068]</li>
|
||||||
|
<li>Fixed only one YubiKey slot being polled [#1048]</li>
|
||||||
|
<li>Corrected an issue with entry icons while merging [#1008]</li>
|
||||||
|
<li>Corrected desktop and tray icons in Snap package [#1030]</li>
|
||||||
|
<li>Fixed screen lock and Google fallback settings [#1029]</li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
</release><release version="2.2.1" date="2017-10-01">
|
||||||
<description>
|
<description>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Corrected multiple snap issues [#934, #1011]</li>
|
<li>Corrected multiple snap issues [#934, #1011]</li>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: keepassxc
|
name: keepassxc
|
||||||
version: 2.2.1
|
version: 2.2.2
|
||||||
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…
x
Reference in New Issue
Block a user