Fix Windows port (spawn and assuan engine).
[gpgme.git] / ChangeLog
index 893f1716027de856fc811be0e31cc25e2a30e553..27e737454da80431670b45c4e4f8807738dd0630 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,161 @@
+2011-02-02  Marcus Brinkmann  <mb@g10code.com>
+
+       * configure.ac (NEED_LIBASSUAN_VERSION): Bump to 2.0.2 for system hooks.
+
+2010-12-30  Werner Koch  <wk@g10code.com>
+
+       * configure.ac: Support a git revision.
+
+2010-11-03  Werner Koch  <wk@g10code.com>
+
+       * configure.ac (AC_CHECK_HEADERS): Check for sys/types.h and
+       sys.stat.h.
+
+2010-11-02  Werner Koch  <wk@g10code.com>
+
+       * configure.ac (AC_CHECK_HEADERS): Check for sys.time.h.
+
+2010-08-19  Werner Koch  <wk@g10code.com>
+
+       * configure.ac (AH_BOTTOM): Define GPG_ERR_ENABLE_ERRNO_MACROS.
+
+2010-05-12  Marcus Brinkmann  <marcus@g10code.de>
+
+       * configure.ac: Check for setlocale.
+
+2010-05-07  Werner Koch  <wk@g10code.com>
+
+       * configure.ac: Change checks to always require libassuan.
+
+2010-05-07  Marcus Brinkmann  <marcus@g10code.de>
+
+       * autogen.sh: Update the thing.
+
+       * configure.ac: Check for locale.h.
+
+2010-05-06  Marcus Brinkmann  <marcus@g10code.de>
+
+       * configure.ac: Detect Windows CE.
+       (HAVE_W32CE_SYSTEM): New symbol and automake conditional.
+       * ltmain.sh, m4/libtool.m4: Patch so that it works for Windows CE.
+
+       * configure.ac: Require libgpg-error 1.8.
+
+2010-03-15  Werner Koch  <wk@g10code.com>
+
+       * configure.ac (emacs_local_vars_begin)
+       (emacs_local_vars_read_only, emacs_local_vars_end): New.
+
+2010-01-22  Werner Koch  <wk@g10code.com>
+
+       * autogen.sh (--build-w32): Add --with-libassuan-prefix.
+
+2010-01-11  Marcus Brinkmann  <marcus@g10code.de>
+
+       Release 1.3.0.
+
+2009-12-22  Marcus Brinkmann  <marcus@g10code.de>
+
+       * configure.ac: Do not use echo -n.  Test for __thread.
+
+2009-12-17  Marcus Brinkmann  <marcus@g10code.de>
+
+       * configure.ac: Make largefile check more robust.
+
+2009-12-10  Werner Koch  <wk@g10code.com>
+
+       * configure.ac: Check for getgid and getegid.
+
+2009-12-08  Marcus Brinkmann  <marcus@g10code.de>
+
+       Update to libtool 2.2.6a.
+       * configure.ac: Invoke AC_CONFIG_MACRO_DIR.
+       (AC_LIBTOOL_WIN32_DLL, AC_LIBTOOL_RC): Replace by ...
+       (LT_PREREQ, LT_INIT, LT_LANG): ... these.
+       * config.guess, config.sub, install-sh, ltmain.sh, m4/libtool.m4:
+       Updated to libtool 2.2.6a.
+       * m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
+       m4/lt~obsolete.m4: New files from libtool 2.2.6a.
+
+2009-11-10  Marcus Brinkmann  <marcus@g10code.de>
+
+       * configure.ac: Activate UIServer if FD passing is enabled and
+       Assuan is available.
+
+2009-10-30  Marcus Brinkmann  <marcus@g10code.de>
+
+       * configure.ac: Check for argp.h and error_t.
+
+2009-10-26  Marcus Brinkmann  <marcus@g10code.de>
+
+       * configure.ac (NEED_GPG_VERSION_DEFAULT): Bump to 1.4.0 as 1.3.0
+       was development versions only.
+
+2009-10-22  Marcus Brinkmann  <marcus@g10code.de>
+
+       * configure.ac: Add support for G13.
+
+2009-10-20  Marcus Brinkmann  <marcus@g10code.de>
+
+       * configure.ac (AC_CONFIG_FILES): Remove assuan/Makefile.
+
+2009-10-20  Marcus Brinkmann  <marcus@g10code.de>
+
+       * configure.ac: Replace internal libassuan by external libassuan.
+       * m4/libassuan.m4: New file.
+       * Makefile.am (assuan): Remove variable.
+       (SUBDIRS): Remove ${assuan}.
+       * assuan/: Removed.
+
+2009-06-22  Marcus Brinkmann  <marcus@g10code.de>
+
+       * configure.ac: Add AC_TYPE_UINTPTR_T.
+
+       * assuan/assuan.h [_ASSUAN_IN_GPGME_BUILD_ASSUAN]: Declare
+       _gpgme_io_connect.
+
+2009-06-18  Marcus Brinkmann  <marcus@g10code.de>
+
+       Released GPGME 1.2.0.
+
+       * configure.ac (my_version): Set to 1.2.0.
+       (LIBGPGME_LT_CURRENT, LIBGPGME_LT_AGE): Bump.
+       (LIBGPGME_LT_REVISION): Reset.
+
+2009-05-05  Marcus Brinkmann  <marcus@g10code.de>
+
+       * configure.ac: Add infrastructure for compile time check of
+       _FILE_OFFSET_BITS.
+
+2009-04-19  Moritz  <moritz@gnu.org>
+
+       * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Specify --with-gpg.
+
+2009-03-06  Marcus Brinkmann  <marcus@g10code.de>
+
+       * assuan/: Update to libassuan SVN 2009-03-06.
+
+2009-01-26  Werner Koch  <wk@g10code.com>
+
+       * configure.ac (AC_CONFIG_FILES): Add tests/opassuan/Makefile.
+
+2008-12-08  Marcus Brinkmann  <marcus@g10code.de>
+
+       Release GPGME 1.1.8.
+
+       * configure.ac: Bump API revision.
+
+2008-11-03  Marcus Brinkmann  <marcus@g10code.com>
+
+       * configure.ac: Replace gpgme paths with src.
+       * gpgme: Move to ...
+       * src: ... this new directory.
+
+2008-10-20  Werner Koch  <wk@g10code.com>
+
+       * configure.ac (AC_CONFIG_FILES): Add gpgme.h.
+       (GNUPG_FIX_HDR_VERSION): Remove.
+
 2008-10-17  Marcus Brinkmann  <marcus@g10code.com>
 
        Release GPGME 1.1.7.
 
        * configure.ac (AC_INIT): Bump version to 0.3.3.
        * jnlib/Makefile.am: Rever to older version that includes xmalloc
-       but not dotlock and some other files.  Reported by Stéphane
-       Corthésy.
+       but not dotlock and some other files.  Reported by Stéphane
+       Corthésy.
        
 2002-02-10  Marcus Brinkmann  <marcus@g10code.de>
 
        * autogen.sh: Added option --build-w32.
 
 
- Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 g10 Code GmbH
+ Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 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