diff options
Diffstat (limited to 'tools/ChangeLog')
-rw-r--r-- | tools/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/ChangeLog b/tools/ChangeLog index fd0052700..039764df4 100644 --- a/tools/ChangeLog +++ b/tools/ChangeLog @@ -1,3 +1,10 @@ +2010-08-23 Werner Koch <[email protected]> + + * gpgconf-comp.c (retrieve_options_from_program) + (retrieve_options_from_file, copy_file): Do not use ferror after a + failed fclose. Note that the stream is in any case invalid after + calling fclose and that fclose does set ERRNO. + 2010-08-19 Werner Koch <[email protected]> * gpgconf.c (main): Fix --check-options. |