Bump version to 2.2.4

This commit is contained in:
Janek Bevendorff 2017-12-13 18:51:55 +01:00
parent 525e66d566
commit 8c682c80ce
No known key found for this signature in database
GPG key ID: 2FDEB0D40BCA5E11
4 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
2.2.3 (2017-12-11) 2.2.4 (2017-12-13)
========================= =========================
- Prevent database corruption when locked [#1219] - Prevent database corruption when locked [#1219]

View file

@ -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 "3") set(KEEPASSXC_VERSION_PATCH "4")
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

View file

@ -67,7 +67,7 @@
</screenshots> </screenshots>
<releases> <releases>
<release version="2.2.3" date="2017-12-11"> <release version="2.2.4" date="2017-12-13">
<description> <description>
<ul> <ul>
<li>Prevent database corruption when locked [#1219]</li> <li>Prevent database corruption when locked [#1219]</li>

View file

@ -1,5 +1,5 @@
name: keepassxc name: keepassxc
version: 2.2.3 version: 2.2.4
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: |
@ -12,7 +12,7 @@ apps:
keepassxc: keepassxc:
command: desktop-launch keepassxc command: desktop-launch keepassxc
plugs: [unity7, x11, opengl, gsettings, home, network, network-bind, removable-media, raw-usb] plugs: [unity7, x11, opengl, gsettings, home, network, network-bind, removable-media, raw-usb]
desktop: usr/share/applications/org.keepassxc.desktop desktop: usr/share/applications/org.keepassxc.KeePassXC.desktop
cli: cli:
command: keepassxc-cli command: keepassxc-cli
plugs: [gsettings, home, removable-media, raw-usb] plugs: [gsettings, home, removable-media, raw-usb]
@ -42,7 +42,7 @@ parts:
- libyubikey-dev - libyubikey-dev
- libykpers-1-dev - libykpers-1-dev
install: | install: |
sed -i 's|Icon=keepassxc|Icon=${SNAP}/usr/share/icons/hicolor/256x256/apps/keepassxc.png|g' $SNAPCRAFT_PART_INSTALL/usr/share/applications/org.keepassxc.desktop sed -i 's|Icon=keepassxc|Icon=${SNAP}/usr/share/icons/hicolor/256x256/apps/keepassxc.png|g' $SNAPCRAFT_PART_INSTALL/usr/share/applications/org.keepassxc.KeePassXC.desktop
after: [desktop-qt5] after: [desktop-qt5]
# Redefine desktop-qt5 stage packages to work with Ubuntu 17.04 # Redefine desktop-qt5 stage packages to work with Ubuntu 17.04