Package Release Info

keepassx-2.0.3-bp151.2.11

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

keepassx

Change Logs

Version: 2.0.3-bp150.2.4
* Sun Jan 29 2017 mailaender@opensuse.org
- add appdata.patch for https://en.opensuse.org/openSUSE:AppStore
* Sat Oct 15 2016 ushamim@linux.com
- Updated to version 2.0.3
  * Improved error reporting when reading / writing databases fails. [#450, #462]
  * Display an error message when opening a custom icon fails.
  * Detect custom icon format based on contents instead of the filename. [#512]
  * Keep symlink intact when saving databases. [#442].
  * Fix a crash when deleting parent group of recycle bin. [#520]
  * Display a confirm dialog before moving an entry to the recycle bin. [#447]
  * Repair UUIDs of inconsistent history items. [#130]
  * Only include top-level windows in auto-type window list when using gnome-shell.
  * Update translations.
* Sun Mar 20 2016 mpluskal@suse.com
- Add gpg signature
- Use proper post/postun macros for desktop files and icones
* Mon Feb 15 2016 joop.boonen@opensuse.org
- option -DWITH_LTO isn't available anymore
* Thu Feb 11 2016 mpluskal@suse.com
- Use cmake macros
- Add patch for https://www.keepassx.org/dev/issues/389
  * keepassx-fix-undefined-libraries.patch
* Wed Feb 10 2016 joop.boonen@opensuse.org
- Update to version 2.0.2
  * Fix regression in database writer that caused it to strip certain special
  characters (characters from Unicode plane > 0).
  * Fix bug in repair function that caused it to strip non-ASCII characters
  * Flush temporary file before opening attachment. [#390]
  * Disable password generator when showing entry in history mode. [#422]
  * Strip invalid XML chars when writing databases. [#392]
  * Add repair function to fix databases with invalid XML chars. [#392]
  * Display custom icons scaled. [#322]
  * Allow opening databases that have no password and keyfile. [#391]
  * Fix crash when importing .kdb files with invalid icon ids. [#425]
  * Update translations.
* Mon Jan 18 2016 dimstar@opensuse.org
- Re-enable test suite that was accidentally disabled earlier
  (boo#959078).
* Mon Dec 07 2015 ecsos@opensuse.org
- Update to version 2.0
  * Improve UI of the search edit.
  * Clear clipboard when locking databases. [#342]
  * Enable Ctrl+M shortcut to minimize the window on all platforms.
    [#329]
  * Show a better message when trying to open an old database
    format. [#338]
  * Fix global auto-type behavior with some window managers.
  * Show global auto-type window on the active desktop. [#359]
  * Disable systray on OS X. [#326]
  * Restore main window when clicking on the OS X docker icon.
    [#326]
* Wed Nov 04 2015 michael@stroeder.com
- Update to version 2.0-beta2:
  * Fix crash when locking with search UI open [#309]
  * Fix file locking on Mac OS X [#327]
  * Set default extension when saving a database [#79, #308]
* Mon Jul 20 2015 jacobwinski@gmail.com
- Update build requirements to reflect upstream.
* Mon Jul 20 2015 jacobwinski@gmail.com
- Update to version 2.0-beta1:
  * Remember entry column sizes.
  * Add translations.
  * Support opening attachments directly.
  * Support cmd:// URLs.
  * Protect opened databases with a file lock.
  * Export to csv files.
  * Add optional tray icon.
  * Allow setting the default auto-type sequence for groups.
  * Make the kdbx parser more lenient.
  * Remove ?password command line option.
  * Lots of bugfixes.
- Drop keepassx-noselftest.patch: merged upstream.
- Drop keepassx-ppc64le.patch: fixed upstream.
- Drop KeyFileHandling.patch: fixed upstream.
* Mon Aug 25 2014 piny@gmx.com
- KeyFileHandling.patch:
  Process "--keyfile" option correct with following behaviour:
  * Invoking
    keepassx --keyfile kf_02.key db_02.kdbx
    now results in immediate opening of database db_02.kdbx
    if kf_02.key contains the correct key!
  * This also works if the name of the key file is changed, e.g.
    keepassx --keyfile kf_02b.key db_02.kdbx
  * This also works if as per config file additional databases e.g.
    db_01.kdbx and db_03.kdbx are being opened - each of these databases
    displays its own password/keyfile dialog, accordingly.
  * This behaviour can be used to invoke keepassx by autostart
    with a key extracted from kwallet and w/o exposing the key on the
    process list as command line argument
* Mon Aug 25 2014 meissner@suse.com
- keepassx-noselftest.patch: do not run internal selftest as it requires
  libgcrypt checksums which we not always have.
* Fri Aug 01 2014 dvlaeev@suse.com
- Add keepassx-ppc64le.patch: Set correct endianess for ppc64le.
* Thu Apr 17 2014 tchvatal@suse.com
- Update to version 2.0-alpha6:
  * Add option to lock databases after user inactivity [#62]
  * Add compatibility with libgcrypt 1.6 [#129]
  * Display passwords in monospace font [#51]
  * Use an icon for the button that shows/masks passwords [#38]
  * Add an option to show passwords by default [#93]
  * Improve password generator design [#122]
  * On Linux link .kdbx files with KeePassX
  * Remember window size [#154]
  * Disallow global auto-typing when the database is locked
- Drop keepassx-gcrypt-1.6.patch: fixed upstream
* Fri Feb 07 2014 dimstar@opensuse.org
- Update to version 2.0-alpha5:
  + Support copying entries and groups using drag?n'drop [#74].
  + Open last used databases on startup [#36].
  + Made the kdbx file parser more robust.
  + Only edit entries on doubleclick (not single) or with enter
    key.
  + Allow removing multiple entries.
  + Added option to minimize window when copying data to
    clipboard.
  + Save password generator settings.
  + Fixed auto-type producing wrong chars in some keyboard
    configurations [#116].
  + Added some more actions to the toolbar.
- Drop keepassx-2.0-alpha4-fix_lib64.patch: fixed upstream.
- Add keepassx-gcrypt-1.6.patch: Fix build with libgcrypt 1.6.0.
* Fri Dec 06 2013 dimstar@opensuse.org
- Also package LICENSE* files.
* Sun Mar 31 2013 devel.openSUSE.org@gmail.com
- Remove application name from summary
- Add %fdupes macro to spec
* Sat Mar 30 2013 devel.openSUSE.org@gmail.com
- Update to 2.0.alpha4:
  * Add random password generator [#52]
  * Merge the 'Description' tab into the 'Entry' tab [#59]
  * Fix crash when deleting history items [#56]
  * Fix crash on Mac OS X Mountain Lion during startup [#50]
  * Improved KeePassX application icon [#58]
* Tue Mar 05 2013 idonmez@suse.com
- Implement %check
- Fix plugin path for 64bit