From c93237c3a4cb4ecc579033c31a56cf447c277be3 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Mon, 18 Aug 2003 19:17:08 +0000 Subject: 2003-08-18 Marcus Brinkmann * configure.ac: If building Assuan, check for funopen and fopencookie, and make isascii, putc_unlocked and memrchr replacement functions. assuan/ Update to the latest assuan version. gpgme/ 2003-08-18 Marcus Brinkmann * funopen.c, putc_unlocked.c, isascii.c, memrchr.c: New files. * fopencookie.c: File removed. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ba2b2431..676701c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-08-18 Marcus Brinkmann + + * configure.ac: If building Assuan, check for funopen and + fopencookie, and make isascii, putc_unlocked and memrchr + replacement functions. + 2003-07-31 Marcus Brinkmann * configure.ac (AC_INIT): Bump version to 0.4.3. -- cgit