1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
|
News
====
YAPET 0.6
* Fixed serious bug preventing exchange of YAPET files between 32/64 bit
architectures. Please see the README file for more information.
(fix for bug #18; http://bugs.guengel.ch/show_bug.cgi?id=18)
* /dev/urandom is the default random number generator used for generating
passwords (fix for bug #19; http://bugs.guengel.ch/show_bug.cgi?id=19)
* The random number generator used for generating passwords can be
selected in the ~/.yapet configuration file.
YAPET 0.5
New Features:
-------------
* Built-in password generator
* VI keys 'k' (scroll up) and 'j' (scroll down) can be used for
navigating the password record list.
* Added command line option for disabling the processing of the per-user
configuration file.
* Added command line option for specifying different configuration files
to be loaded.
* A ~ (tilde) sign in the load option of configuration files is expanded
to the home directory of the user.
* A visual mark next to the number of password records indicates whether
or not unsaved records exist.
Fixes:
------
* csv2yapet can handle field delimiters in field values.
* File suffix can be omitted in ~/.yapet per-user configuration file.
* Case-insensitive search available even when strcasestr() is not
supported on build platform.
* Canceling the Password Record Dialog having changes will display a
confirmation dialog.
* Loading a file while the current file having unsaved changes will
display a confirmation dialog.
YAPET 0.4
* Dialogs and message boxes can be closed by pressing the escape key.
* Bug allowing to create files named only '.pet' fixed.
* File owner and permissions will be checked as an additional security
measure.
* Time-out until screen is locked can be configured.
* Can read start-up options from configuration file.
* New utility csv2yapet to convert CSV file to YAPET files.
YAPET 0.3a
* Added waiver on GPL for the OpenSSL library.
* Syntax of yapet.desktop is now conforming to the specification of
freedesktop.org.
YAPET 0.3
* Patch for building with gcc 4.3 or later applied.
* Patch for displaying cursor and backspace behavior applied.
* Internationalization enabled. Translation for de_CH, de_DE (partially),
and de_AT (partially) added.
* Terminal title in XTerm and friends is updated by YAPET.
YAPET 0.2:
* Password entries are now sorted and can be searched.
YAPET 0.1:
* Version 0.1 released.
$Id: NEWS 2894 2009-09-03 18:33:56Z rafi $
Local Variables:
mode: text
End:
|