From a98d95ace5745097722417c199e6b16db277ff24e8d2660b4d04db8ef20ac263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 8 Feb 2020 13:20:37 +0000 Subject: [PATCH] Accepting request 766415 from home:theMarix:branches:openSUSE:Factory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 2.44 * New Features: + Added option 'Use file transactions for writing configuration settings' (turned on by default). + Added commands to find database files ('File' → 'Open' → 'Find Files' and 'Find Files (In Folder)'). + Added 'Edit' menu in the internal text editor (including new 'Select All' and 'Find' commands with keyboard shortcuts). + Added keyboard shortcuts for formatting commands in the internal text editor. + Added 'Cancel' button in the save confirmation dialog of the internal text editor. + Added {CLIPBOARD} and {CLIPBOARD-SET:/T/} placeholders, which get/set the clipboard content. + Added support for importing True Key 4 CSV files. + Added command line options for adding/removing scheme-specific URL overrides. + Added an auto-type event for plugins. + When loading a plugin on a Unix-like system fails, the error message now includes a hint that the 'mono-complete' package may be required. + In order to avoid a Windows Input Method Editor (IME) bug (resulting in a black screen and/or an IME/CTF process with high CPU usage), KeePass now disables the IME on secure desktops. * Improvements: + Auto-Type: improved compatibility with VMware Workstation. + Auto-Type into virtual machines: improved compatibility with certain guest systems. + The option to use the 'Clipboard Viewer Ignore' clipboard format is now turned on by default. + Improved menu/toolbar item state updating in the internal text editor. + Improved performance of Spr compilations. + Before writing a local configuration file whose path has been specified using the '-cfg-local:' command line parameter, KeePass now tries to create the parent directory, if it does not exist yet. + Improved conversion of file URIs to local file paths. + Improved compatibility of the list view dialog with plugins. + If ChaCha20 is selected as file encryption algorithm, the database is now saved in the KDBX 4 format (thanks to AMOSSYS). + Minor process memory protection improvements. + HTML export/printing: KeePass now generates HTML 5 documents (instead of XHTML 1.0 documents). + HTML export/printing: improved internal CSS. + HTML exports do not contain temporary content identifiers anymore. + XSL files: HTML output now conforms to HTML 5 instead of XHTML 1.0. + XSL files: improved internal CSS. + CHM pages are now rendered in the highest standards mode supported by Internet Explorer (EdgeHTML mode). OBS-URL: https://build.opensuse.org/request/show/766415 OBS-URL: https://build.opensuse.org/package/show/Mono/keepass?expand=0&rev=27 --- KeePass-2.42.1-Source.zip | 3 -- KeePass-2.42.1-Source.zip.asc | 16 -------- KeePass-2.44-Source.zip | 3 ++ KeePass-2.44-Source.zip.asc | 16 ++++++++ keepass.changes | 77 +++++++++++++++++++++++++++++++++++ keepass.spec | 4 +- 6 files changed, 98 insertions(+), 21 deletions(-) delete mode 100644 KeePass-2.42.1-Source.zip delete mode 100644 KeePass-2.42.1-Source.zip.asc create mode 100644 KeePass-2.44-Source.zip create mode 100644 KeePass-2.44-Source.zip.asc diff --git a/KeePass-2.42.1-Source.zip b/KeePass-2.42.1-Source.zip deleted file mode 100644 index 161d59e..0000000 --- a/KeePass-2.42.1-Source.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:415654e62e1e03f1bc3d0ae7e5d447c9ddbcc23cb039452424dc5def141976c1 -size 5163432 diff --git a/KeePass-2.42.1-Source.zip.asc b/KeePass-2.42.1-Source.zip.asc deleted file mode 100644 index 5064988..0000000 --- a/KeePass-2.42.1-Source.zip.asc +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCAAdFiEE2VBEKD7pSNkR6LYGpPdi3FjG+Y4FAlzNgkUACgkQpPdi3FjG -+Y6z0A//S8SERssxNK+BFDiyEYswRr6X7aqROUlj1c6ZG9s4h8DNBw23rEhtT2Qp -BbNGKv6ZEe5Ed7thy6Pe4vy+A9nyZVLnknSg8gFPBVJ74RRqJst5jBxDybkpBHDx -OjmULAS4dY1iipsuV2Eyh1mb6MkVox8RYOAjKlX6Z7a+kFM+0Jm8fNd6cyN6j2yi -E6Kiew7JbuHkIubW7iLP+/UiUTJLAhe9Ap1oxPRSD2FvHkv+xQyyFmDdM7bZl1w/ -LpQxx0fV7R75KPgjabWI9AW+Ym2XVU8F9zB0+ZZbkFt6qQex8O47qHO74E6k7qvz -dBTO5Q+j7ei+pWNNz+IIj38CwuV1cRIBpiBSRFZOxTRD2t+FEPmwnvRyfdUg/pwr -y2qxzF3b/mNRO8K3ue3nb6sAlqGAoWkONAGTQ1w+DroxAUHW8pnfvQV08d4U+yBZ -V7uARDqWITjCq8Bj1gzXvzI0d/ckFc2BTrqA+0y09nyAvmj+qXKw7uNcGHxOZoaY -ScszKLATMWP0iyqe4oM6TaLThfVTfGNQ8N5wGaRX/wdYyL3f2Vut36+TM9wO9boN -gePgXRZg1G9k8Ha8OamrBB+nndmQJQCNc02ck7/mnL0az+Alz+WQs55s/n4v9/o/ -hAgQkudN+shEVYQ0bl20GE+8VpOi56CCQYxkrzbl3hP7Pes1NBY= -=whsi ------END PGP SIGNATURE----- diff --git a/KeePass-2.44-Source.zip b/KeePass-2.44-Source.zip new file mode 100644 index 0000000..2c8b8a6 --- /dev/null +++ b/KeePass-2.44-Source.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba4ce43bab823b29d03c5d9fad030ad4c5957d01e7939b177549516499bb1989 +size 5182922 diff --git a/KeePass-2.44-Source.zip.asc b/KeePass-2.44-Source.zip.asc new file mode 100644 index 0000000..0ebd254 --- /dev/null +++ b/KeePass-2.44-Source.zip.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEE2VBEKD7pSNkR6LYGpPdi3FjG+Y4FAl4ll9UACgkQpPdi3FjG ++Y7VTA//YZlaMO4mWSiA7OYcYr2CUKBtYkY2P+a4snoVxv7sjlG19uYdKPRS4w2Q +34FBAZr2D+kuxLx5KYS4HWwMJqAiQmX2QbczJcOAClUMbLa+VfuOTO8RkQ/5fdey +7AesZq4e35qKS2ga/2syfAq7v7mhhvhnjp+BtXb8eSx0UvMx2fZ/qQ3Q9hlc/4KW +6pTSPIau9Js9NlFDXUp/axv9I5/RMDS3LkNgvl/lwskW8Ki4mHSw+BqIj5qPaf/I +JLt2W91+5HcJVlgOVKyAhqm5KPSrCFfFrUbSN/yIqgUrPEAREV6ctflFpdpdbL1S +fc7X+EeJGBxBLKNKnvvXEHDSMlFduT5xBiPFwETmvGDWfzNgw5K5BIlBX8c/bC7B +cbX5s10/lMVOUiMU1EVmxlm55crgzawfONjbMy21qtuGCyoer6jBe115YYWMTBj0 +AFWstN+8xHmpdYjvXFpiPHbqXpyjHNw0pHpI29WOwoup/XV8AebZbYV1Wu62eGLd +m/BGYnDnOW5IeQYS/qgJbDEYDUwPzF/WhfpIDD/kYUAskj07tjukW+ERQYwznhxR ++vX58l6LGOyODqtfSRqx+vSgX6NJeWKk8akqGTMDlIf0iXYzRFdPezCieNj+gSSM +xa+DXdVDylxoHYuiEhr4r//lrV1gUIrpQfR+98qT2qQmJTQQzNc= +=MaCz +-----END PGP SIGNATURE----- diff --git a/keepass.changes b/keepass.changes index caf25b9..66e533c 100644 --- a/keepass.changes +++ b/keepass.changes @@ -1,3 +1,80 @@ +------------------------------------------------------------------- +Wed Jan 22 20:44:14 UTC 2020 - Matthias Bach + +- Update to 2.44 + * New Features: + + Added option 'Use file transactions for writing configuration settings' (turned on by default). + + Added commands to find database files ('File' → 'Open' → 'Find Files' and 'Find Files (In Folder)'). + + Added 'Edit' menu in the internal text editor (including new 'Select All' and 'Find' commands with keyboard shortcuts). + + Added keyboard shortcuts for formatting commands in the internal text editor. + + Added 'Cancel' button in the save confirmation dialog of the internal text editor. + + Added {CLIPBOARD} and {CLIPBOARD-SET:/T/} placeholders, which get/set the clipboard content. + + Added support for importing True Key 4 CSV files. + + Added command line options for adding/removing scheme-specific URL overrides. + + Added an auto-type event for plugins. + + When loading a plugin on a Unix-like system fails, the error message now includes a hint that the 'mono-complete' package may be required. + + In order to avoid a Windows Input Method Editor (IME) bug (resulting in a black screen and/or an IME/CTF process with high CPU usage), KeePass now disables the IME on secure desktops. + * Improvements: + + Auto-Type: improved compatibility with VMware Workstation. + + Auto-Type into virtual machines: improved compatibility with certain guest systems. + + The option to use the 'Clipboard Viewer Ignore' clipboard format is now turned on by default. + + Improved menu/toolbar item state updating in the internal text editor. + + Improved performance of Spr compilations. + + Before writing a local configuration file whose path has been specified using the '-cfg-local:' command line parameter, KeePass now tries to create the parent directory, if it does not exist yet. + + Improved conversion of file URIs to local file paths. + + Improved compatibility of the list view dialog with plugins. + + If ChaCha20 is selected as file encryption algorithm, the database is now saved in the KDBX 4 format (thanks to AMOSSYS). + + Minor process memory protection improvements. + + HTML export/printing: KeePass now generates HTML 5 documents (instead of XHTML 1.0 documents). + + HTML export/printing: improved internal CSS. + + HTML exports do not contain temporary content identifiers anymore. + + XSL files: HTML output now conforms to HTML 5 instead of XHTML 1.0. + + XSL files: improved internal CSS. + + CHM pages are now rendered in the highest standards mode supported by Internet Explorer (EdgeHTML mode). + + Migrated most of the documentation from XHTML 1.0 to HTML 5. + + Various code optimizations. + + Minor other improvements. + * Bugfixes: + + In the internal text editor, the 'Delete' command does not reset RTF text formattings anymore. + + The KeyCreationFlags bit 219 (for hiding the passwords) now works as intended. + +------------------------------------------------------------------- +Mon Dec 30 10:52:32 UTC 2019 - Matthias Bach + +- Update to 2.43 + * New Features: + + Added tooltips for certain character set options in the password generator dialog. + + Added option 'Remember password hiding setting in the main window' (in 'Tools' → 'Options' → tab 'Advanced'; the option is turned on by default). + + Added yellow intermediate step in password quality progress bars. + + When the URL override field in the entry editing dialog is not empty, but the URL field is empty, a warning is displayed now. + + When an explicit request to generate a password fails (for instance due to an invalid pattern), an error message is displayed now. + + Added trigger events 'Synchronizing database file' and 'Synchronized database file'. + + Enhanced the Password Agent import module to support XML files created by version 3. + + The 'MasterKeyExpiryRec' configuration setting can now also be set to an XSD duration instead of an XSD date (for periodic master key change recommendations). + + On Unix-like systems, file transactions now preserve the Unix file access permissions, the user ID and the group ID. + + Added workaround for .NET initial focus bug. + * Improvements: + + Auto-Type: improved sending of modifier keys. + + Auto-Type: improved sending of characters that are realized with Ctrl+Alt/AltGr. + + Auto-Type: improved compatibility with VMware Remote Console and Dameware Mini Remote Control. + + Improved main window state handling. + + Improved construction and updates of the main menu and the group/entry context menus. + + Main menu items can now be deselected by pressing the Esc key. + + Top-level nodes in tree views cannot be collapsed anymore if no root lines are displayed. + + New entries in a group with the e-mail folder icon now have the e-mail icon by default. + + Improved performance of automatic scrolling in the main entry list. + + If user names are hidden in the main window, no user name suggestions are displayed in the entry editing dialog anymore. + + Function keys without modifiers can be registered as system-wide hot keys now. + + For file rename/move web requests, a canonical representation of the destination name/path is used now. + + URL override base placeholders can now be used within {CMD:...} placeholders. + + Directly after an import, the deleted object information is now applied/removed (depending on the last modification time and the deletion time). + + Improved compatibility of the 'Delete Duplicate Entries' command with the process memory protection. + + Improved handling of command lines containing quotes or backslashes. + + Various UI text improvements. + + Various code optimizations. + + Minor other improvements. + + ------------------------------------------------------------------- Wed Jun 19 23:53:05 UTC 2019 - Matthias Bach diff --git a/keepass.spec b/keepass.spec index a3042ce..c87c23f 100644 --- a/keepass.spec +++ b/keepass.spec @@ -1,7 +1,7 @@ # # spec file for package keepass # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define _name KeePass Name: keepass -Version: 2.42.1 +Version: 2.44 Release: 0 Summary: Password Manager License: GPL-2.0-or-later