diff options
Diffstat (limited to 'tools/ChangeLog')
-rw-r--r-- | tools/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/ChangeLog b/tools/ChangeLog index ae2532d50..8e2f9413f 100644 --- a/tools/ChangeLog +++ b/tools/ChangeLog @@ -1,5 +1,16 @@ +2010-08-20 Werner Koch <[email protected]> + + * gpgconf-comp.c (collect_error_output): Remove extra CRs. + 2010-08-19 Werner Koch <[email protected]> + * gpgconf.c (main): Fix --check-options. + + * gpgconf-comp.c (gc_component_check_options): Replace + gnupg_spawn_process_fd by gnupg_spawn_process. + (retrieve_options_from_program): Ditto. + (collect_error_output): Change to use estream. + * gpgconf-comp.c: Add new backend and component for PINENTRY. (gc_component_check_options): Use --version to test the pinentry. (gc_component_retrieve_options, gc_component_change_options): |