From 228843b0100c2bc4cc968ae65b829d149d2bbfe6 Mon Sep 17 00:00:00 2001 From: Jonathan White Date: Mon, 11 Dec 2017 20:55:18 -0500 Subject: [PATCH] Version bump to 2.2.3 and changelog --- CHANGELOG | 10 ++++++++++ CMakeLists.txt | 2 +- share/linux/org.keepassxc.appdata.xml | 17 +++++++++++++++-- snapcraft.yaml | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3719f8e4c..931b86a83 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +2.2.3 (2017-12-11) +========================= + +- Prevent database corruption when locked [#1219] +- Fixes apply button not saving new entries [#1141] +- Switch to Consolas font on Windows for password edit [#1229] +- Multiple fixes to AppImage deployment [#1115, #1228] +- Fixes multiple memory leaks [#1213] +- Resize message close to 16x16 pixels [#1253] + 2.2.2 (2017-10-22) ========================= diff --git a/CMakeLists.txt b/CMakeLists.txt index 63281f93b..869da3176 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,7 +49,7 @@ set(CMAKE_AUTOUIC ON) set(KEEPASSXC_VERSION_MAJOR "2") set(KEEPASSXC_VERSION_MINOR "2") -set(KEEPASSXC_VERSION_PATCH "2") +set(KEEPASSXC_VERSION_PATCH "3") set(KEEPASSXC_VERSION "${KEEPASSXC_VERSION_MAJOR}.${KEEPASSXC_VERSION_MINOR}.${KEEPASSXC_VERSION_PATCH}") # Distribution info diff --git a/share/linux/org.keepassxc.appdata.xml b/share/linux/org.keepassxc.appdata.xml index 563450a4f..1bada3300 100644 --- a/share/linux/org.keepassxc.appdata.xml +++ b/share/linux/org.keepassxc.appdata.xml @@ -1,5 +1,5 @@ - +Copyright 2017 KeePassXC Team --> org.keepassxc KeePassXC @@ -67,6 +67,18 @@ + + +
    +
  • Prevent database corruption when locked [#1219]
  • +
  • Fixes apply button not saving new entries [#1141]
  • +
  • Switch to Consolas font on Windows for password edit [#1229]
  • +
  • Multiple fixes to AppImage deployment [#1115, #1228]
  • +
  • Fixes multiple memory leaks [#1213]
  • +
  • Resize message close to 16x16 pixels [#1253]
  • +
+
+
    @@ -85,7 +97,8 @@
  • Fixed screen lock and Google fallback settings [#1029]
-
+ +
  • Corrected multiple snap issues [#934, #1011]
  • diff --git a/snapcraft.yaml b/snapcraft.yaml index 0d69941ac..051fcebac 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: keepassxc -version: 2.2.2 +version: 2.2.3 grade: stable summary: Community-driven port of the Windows application “KeePass Password Safe” description: |