diff options
Diffstat (limited to 'scd/ChangeLog')
-rw-r--r-- | scd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/scd/ChangeLog b/scd/ChangeLog index 1c453e826..ee340540f 100644 --- a/scd/ChangeLog +++ b/scd/ChangeLog @@ -1,3 +1,14 @@ +2008-08-30 Moritz <[email protected]> + + * scdaemon.c (main): Use estream_asprintf instead of asprintf. + * command.c (update_reader_status_file): Likewise. + (cmd_serialno): Use estream_asprintf instead of asprintf + and xfree instead of free to release memory allocated + through (estream_)asprintf. + (cmd_learn): Likewise. + (pin_cb): Likewise. + * app-openpgp.c (get_public_key): Likewise. + 2008-08-18 Werner Koch <[email protected]> * app-openpgp.c (do_setattr): Fix test for v2 cards. |