diff options
author | Werner Koch <[email protected]> | 2002-06-27 07:29:51 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-06-27 07:29:51 +0000 |
commit | 6b39e12ea4d8c029e82ee8495355105100af2d28 (patch) | |
tree | c2848e597b7ce80f584e8898554e71b4a564caec /src/ChangeLog | |
parent | * assuan-buffer.c (assuan_write_line): Make sure we never (diff) | |
download | libassuan-NEWPG-0-3-9.tar.gz libassuan-NEWPG-0-3-9.zip |
* gpgsm.c (main): Use GNUPG_DEFAULT_HOMEDIR constant.V0-3-9NEWPG-0-3-9
* call-agent.c (start_agent): Create and pass the list of FD to
keep in the child to assuan.
* call-dirmngr.c (start_dirmngr): Ditto.
* scdaemon.c (main): Use GNUPG_DEFAULT_HOMEDIR constant.
* assuan-pipe-connect.c (assuan_pipe_connect): No special handling
for the log_fd and stderr. Connect stderr to /dev/null if it
should not be retained.
Diffstat (limited to '')
-rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8b9bd3f..0a420fe 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2002-06-27 Werner Koch <[email protected]> + + * assuan-pipe-connect.c (assuan_pipe_connect): No special handling + for the log_fd and stderr. Connect stderr to /dev/null if it + should not be retained. + 2002-06-26 Werner Koch <[email protected]> * assuan-buffer.c (assuan_write_line): Make sure we never |