diff options
author | Werner Koch <[email protected]> | 2006-11-21 18:42:07 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-11-21 18:42:07 +0000 |
commit | a4dbf919a96a453d5d8a0b66873a571e8bc5b6ae (patch) | |
tree | d818a228f59569c99633ffc5ad4f508cc9cf3aa9 /ChangeLog | |
parent | New functions assuan_set_io_monitor and assuan_register_post_cmd_notify (diff) | |
download | libassuan-a4dbf919a96a453d5d8a0b66873a571e8bc5b6ae.tar.gz libassuan-a4dbf919a96a453d5d8a0b66873a571e8bc5b6ae.zip |
Fix for newer Pth versions.
Fix memory leak.
Add convenience option for cross build to amd64
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2006-11-21 Werner Koch <[email protected]> + + * configure.ac (AH_BOTTOM): Define PTH_SYSCALL_SOFT to 0. + (AC_INIT): Use the SVN magic. + + * m4/gnupg-pth.m4 (GNUPG_PTH_VERSION_CHECK): Use --all with + pth-config. + +2006-11-15 Werner Koch <[email protected]> + + * autogen.sh: Add convenience option --build-amd64. + 2006-10-31 Werner Koch <[email protected]> Released 1.0.0. |