File pws.changes of Package pws
-------------------------------------------------------------------
Fri Feb 12 10:33:10 UTC 2010 - mrueckert@suse.de
- update to 0.3.1
bugs fixed:
- some qt versions seem to have problems with
malloc_secure()/free_secure(). the management of secured
memory regions was rearranged to use a simple linked list
instead of storing the size information directly inside of the
allocated memory object. this should fix these qt issues.
- on recent debian versions the mainwindow is immediately closed
when a database was opened.
- secmem.cpp removed. It seems for me, that it is not possible
to manage memory allocation inside an arbitrary lib by
overwriting new/delete operators without risking unexpected
crashes.
features added:
- search box
- system tray icon support
- merge support added
- file locking support (*.plk)
-------------------------------------------------------------------
Tue May 13 17:26:14 CEST 2008 - mrueckert@suse.de
- update to version 0.3.0
- mingw/win32 support
- additional changes from version 0.2.0
- do not allow creation of empty groups
- bufsize was wrong calculated in pws3_calc_buf_size(), maybe
leading to an unusable db and/or segfaults
- additional changes from version 0.2.0rc3
- when expanding, the current selection item did not stay at the
expanded item
- adding an entry by choosing a group with the right mouse button
does not select/highlight the entry after adding
- moving an entry/group by drag and drop results in a copy of
that entry/group, the original, dragged entry/group is not
removed
- adding a password entry with password history saving set to on
results in an empty password history entry and pws segfaults
- when expanding, the scroll hint (scroll item to top/ensure item
is visible) is changeable by preferences
- additional changes from version 0.2.0rc2
- if dropping a password entry into the same parent folder, a
copy of the entry is created
- adding new entries when a a entry (no group) is selected,
results in a subentry of the selected entry, which is invalid
- additional changes from version 0.2.0rc1
- password history did not work if there were more than one
history entry with a timestamp of zero
- when creating a new database, pws crashes when adding new
entries to the root item
- automagically detect database format
- drag and drop enabled
-------------------------------------------------------------------
Fri Dec 7 20:37:20 CET 2007 - mrueckert@suse.de
- update to version 0.1.5
- expand/collapse group on doubleclick did not work if the first
column was clicked
- customizable date format
- (customizable) enter key action added
- customizable space key action
-------------------------------------------------------------------
Sat Nov 24 23:50:50 CET 2007 - mrueckert@suse.de
- update to version 0.1.4:
- if a wrong passphrase was given when importing another database,
the passphrase of the original database is set to the wrong
passphrase
-------------------------------------------------------------------
Fri Nov 16 12:22:42 CET 2007 - mrueckert@suse.de
- update to version 0.1.3:
- if "save database immediately after any change" is set to yes,
the passphrase of the original database is set to the
passphrase of the imported database and only restored on next
save()
- if prefs_pws_confirm_delete is set, the user is ask for
confirmation when copying url/username to clipboard.
prefs_pws_confirm_clpbrd is ignored.
- potential pws v3 header data corruption if hostname + uid > 11
- InformationDialog shows the number of password/group entries
- preference added: show only filenames (no directories) in
recent files menu
- ask for a new passphrase when exporting a subtree
- additional changes from version 0.1.2
- pws shows wrong version information
- enabling/disabling readonly mode when importing another
database disabled
- set soname for libpws
- subtree exporting
- enable/disable actions based on the current selected item
- major code cleanups in the pws code
- rediffed pws-0.1.1_destdir.patch
new name pws-0.1.3_destdir.patch: hopefully a less conflict prone
version
-------------------------------------------------------------------
Fri Nov 2 19:24:35 CET 2007 - mrueckert@suse.de
- initial build