aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2007-09-06 22:41:11 +0000
committerMarcus Brinkmann <[email protected]>2007-09-06 22:41:11 +0000
commitbecf580f6163889de683500957a0a7cfceb7ed47 (patch)
treec3c9b04114345915dc05ca837d274aae4570d28f /ChangeLog
parent2007-09-03 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-becf580f6163889de683500957a0a7cfceb7ed47.tar.gz
gpgme-becf580f6163889de683500957a0a7cfceb7ed47.zip
2007-09-07 Marcus Brinkmann <[email protected]>
* configure.ac: Check for C++, Qt and support --enable-w32-qt. * m4/pkg.m4: New file. gpgme/ 2007-09-07 Marcus Brinkmann <[email protected]> * kdpipeiodevice.h, kdpipeiodevice.cpp, moc_kdpipeiodevice.cpp, kdpipeiodevice.moc, w32-qt-io.c: New files. * Makefile.am (ltlib_gpgme_extra): Rename to ltlib_gpgme_glib. (ltlib_gpgme_qt): New variable. (lib_LTLIBRARIES): Add $(ltlib_gpgme_qt). (libgpgme_qt_la_SOURCES): New variable. (AM_CPPFLAGS): Add @QT4_CORE_INCLUDES@ (AM_CFLAGS): Add @QT4_CORE_CFLAGS@. (libgpgme_qt_la_LDFLAGS, libgpgme_qt_la_DEPENDENCIES) (libgpgme_qt_la_LIBADD): New variables. * sema.h (struct critsect_s): Rename "private" to "priv" to make C++ users happy. Change users. * posix-sema.c (_gpgme_sema_cs_enter, _gpgme_sema_cs_leave) (_gpgme_sema_cs_destroy): Likewise. * w32-sema.c (critsect_init, _gpgme_sema_cs_enter) (_gpgme_sema_cs_leave, _gpgme_sema_cs_destroy): Likewise. * w32-glib-io.c (gpgme_get_giochannel): Change return type to void*. (gpgme_get_fdptr): New function. * w32-io.c (gpgme_get_fdptr): New function * gpgme.def: Add gpgme_get_fdptr.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 187fd198..f45f6e32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-07 Marcus Brinkmann <[email protected]>
+
+ * configure.ac: Check for C++, Qt and support --enable-w32-qt.
+ * m4/pkg.m4: New file.
+
2007-08-21 Marcus Brinkmann <[email protected]>
* configure.ac (--enable-w32-glib): Use --enableval, not
@@ -775,7 +780,7 @@
* autogen.sh: Added option --build-w32.
- Copyright 2001, 2002, 2003, 2004, 2005 g10 Code GmbH
+ Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 g10 Code GmbH
This file is free software; as a special exception the author gives
unlimited permission to copy and/or distribute it, with or without