Find here patches that did not make it into the releases of YAPET so far.
| Patch | Applies to | |
|---|---|---|
| Fixes build with gcc 4.3 or later | 0.2 | get it |
| Fixes display of cursor and the backspace behavior | 0.2 | get it |
| Enable dialog boxes to be closed by pressing <ESCAPE> | 0.3/0.3a | get it |
| 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. | 0.4 | get it |
| File suffix can be ommited in config file ~/.yapet. See also http://bugs.guengel.ch/show_bug.cgi?id=3. | 0.4 | get it |
| Enable case-insensitive search even with strcasestr() not available. See also http://bugs.guengel.ch/show_bug.cgi?id=7. | 0.4 | get it |
| Enable VI keys for movement in password record list. See also http://bugs.guengel.ch/show_bug.cgi?id=9. | 0.4 | get it |
| Switches the default RNG Engine from /dev/random to /dev/urandom for the password generator. | 0.5 | get it |
| Fixes bug #26 preventing compiling YAPET using gcc 4.4. | 0.6 | get it |
In order to apply the patches downloaded here to YAPET, do the following
- download the patch to the directory where you unpacked the corresponding YAPET source release.
- open a terminal and change to the directory where your YAPET source release is located
- issue the command
patch -p1 < <filename>where <filename> is the name of the patch you downloaded
![[Valid XHTML 1.0]](/images/w3c/valid-xhtml10-blue.png)
![[Valid CSS]](/images/w3c/valid-css2-blue.png)