diff options
Diffstat (limited to '')
-rw-r--r-- | sm/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sm/ChangeLog b/sm/ChangeLog index 37ef9e836..67e35f0b5 100644 --- a/sm/ChangeLog +++ b/sm/ChangeLog @@ -1,3 +1,14 @@ +2008-12-05 Werner Koch <[email protected]> + + * certreqgen.c (create_request): Provide a custom prompt for the + signing. + + * certdump.c (gpgsm_format_keydesc): Remove debug output. + (gpgsm_format_keydesc): Remove saving of errno as xfree is + supposed not to change it. Use the new percent_plus_escape + function which also fixes the issue that we did not escaped a + percent in the past. + 2008-11-18 Werner Koch <[email protected]> * gpgsm.c (make_libversion): New. |