diff options
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d50e1c9..3e04b78 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,14 @@ +2005-03-22 Werner Koch <[email protected]> + + * assuan-defs.h (struct assuan_io): Renamed elements READ and + WRITE to READFNC and WRITEFNC to avoid problems with read defined + as macros. Changed callers. Noted by Ville Skyttä. + +2005-02-24 Werner Koch <[email protected]> + + * assuan-client.c (assuan_transact): Handle empty and comment + commands correctly. + 2004-12-20 Werner Koch <[email protected]> * assuan-socket-connect.c (assuan_socket_connect) [W32]: Allow for |