aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-09-13 19:45:04 +0200
committerMarcus Brinkmann <[email protected]>2003-09-13 19:45:04 +0200
commit727f0ba45d5bd5e7018514528b3a6f6612bf91af (patch)
tree67aed453302d660be2922c59d2c8faebd6290029 /ChangeLog
parent2003-09-03 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-727f0ba45d5bd5e7018514528b3a6f6612bf91af.tar.gz
gpgme-727f0ba45d5bd5e7018514528b3a6f6612bf91af.zip
2003-09-13 Marcus Brinkmann <[email protected]>
* acinclude.m4: Remove libtool cruft, add jm_GLIBC21. * configure.ac: Add check for getenv_r, and call jm_GLIBC21. Define HAVE_THREAD_SAFE_GETENV if appropriate. gpgme/ 2003-09-13 Marcus Brinkmann <[email protected]> * get-env.c: New file. * util.h (_gpgme_getenv): Add prototype. * Makefile.am (libgpgme_real_la_SOURCES): Add get-env.c. * rungpg.c (build_argv): Use _gpgme_getenv. * debug.c (debug_init): Likewise. * engine-gpgsm.c (gpgsm_new): Likewise. (gpgsm_new): Use ttyname_r. * w32-io.c (_gpgme_io_spawn): Disable debugging for now.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e055d48..6e98280d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-09-13 Marcus Brinkmann <[email protected]>
+
+ * acinclude.m4: Remove libtool cruft, add jm_GLIBC21.
+ * configure.ac: Add check for getenv_r, and call jm_GLIBC21.
+ Define HAVE_THREAD_SAFE_GETENV if appropriate.
+
2003-09-03 Marcus Brinkmann <[email protected]>
* configure.ac: Remove GPGME_CONFIG_LIBS and GPGME_CONFIG_CFLAGS.