diff options
author | Werner Koch <[email protected]> | 2006-10-10 10:47:04 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-10-10 10:47:04 +0000 |
commit | 51eedb216b8191094bb625017bb9f0c357a1d171 (patch) | |
tree | 149263e7a4188a3c59110a943b0c7a2a343f462f /src/ChangeLog | |
parent | Splitted up into a standad lib and an pth enabled one. (diff) | |
download | libassuan-0.9.3.tar.gz libassuan-0.9.3.zip |
portability fixeslibassuan-0.9.3
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bd91192..8f83288 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,17 @@ +2006-10-10 Werner Koch <[email protected]> + + * assuan-buffer.c (assuan_sendfd): Implement a runtime detection + of implemented descripotr passing. + + * assuan-uds.c: Take care of USE_DESCRIPTOR_PASSING. + + * assuan-defs.h: Add missing semicolon. + 2006-10-09 Werner Koch <[email protected]> + * assuan-handler.c (process_request): Use weak pragma for the sake + of old gcc's. Reported by Alain Guibert. + * assuan-io.c: Removed Pth support. * assuan-io-pth.c: New. Based on assuan-io.c |