Patches

Find here patches that did not make it into the releases of YAPET so far.

YAPET 0.7
Fixes bug #46 allowing to by-pass lock screen on Solaris.
YAPET 0.6
Fixes bug #26 preventing compiling YAPET using gcc 4.4.
Fixes bug #33 preventing compiling YAPET using gcc 4.5. This patch should be applied together with patch above for bug #26.
YAPET 0.5
Switches the default RNG Engine from /dev/random to /dev/urandom for the password generator.
YAPET 0.4
Fix the bug preventing csv2yapet to convert CSV fields containing a field delimiter in the values. See also http://bugs.guengel.ch/show_bug.cgi?id=6.
File suffix can be ommited in config file ~/.yapet. See also http://bugs.guengel.ch/show_bug.cgi?id=3.
Enable case-insensitive search even with strcasestr() not available. See also http://bugs.guengel.ch/show_bug.cgi?id=7.
Enable VI keys for movement in password record list. See also http://bugs.guengel.ch/show_bug.cgi?id=9.
YAPET 0.3/0.3a
Enable dialog boxes to be closed by pressing <ESCAPE>
YAPET 0.2
Fixes build with gcc 4.3 or later
Fixes display of cursor and the backspace behavior

In order to apply the patches downloaded here to YAPET, do the following

  1. download the patch to the directory where you unpacked the corresponding YAPET source release.
  2. open a terminal and change to the directory where your YAPET source release is located
  3. enter the command
    patch -p1 < <filename>
    where <filename> is the name of the patch you downloaded.
$Id: patches.shtml 3384 2010-09-25 16:27:28Z java $