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 /NEWS | |
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 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,6 +1,15 @@ -Noteworthy changes in version 0.9.3 +Noteworthy changes in version 0.9.3 (2006-10-10) ------------------------------------------------ + * Portability fixes. + + * Pth is not anymore linked by means of weak symbol tricks. It is + now required to link to the pth version of libassuan. New aufoconf + macros are provided to to check for this. The pth version is only + build if Pth is available. + + * configure does now check that descripotor passing is available. A + way to check at runtime for this is also provided Noteworthy changes in version 0.9.2 (2006-10-04) |