Changes to allow building a W32 DLL
[gpgme.git] / ChangeLog
index d88dc484516ffb5b9a7822e238809bbe87b0c552..7a9423eada2d7f99a7be07237954e25b074a5dd6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,177 @@
+2005-08-19  Werner Koch  <wk@g10code.com>
+
+       * configure.ac [W32]: Create values for versioninfo.rc and list
+       substuture versioninfo.rc.
+       * configure.ac: Define ENABLE_GPGSM.
+
+2005-08-08  Werner Koch  <wk@g10code.com>
+
+       * configure.ac (stpcpy): Changed from replace to test.
+
+2005-03-24  Marcus Brinkmann  <marcus@g10code.de>
+
+       * configure.ac (AH_BOTTOM): Removed.
+
+2005-03-09  Werner Koch  <wk@g10code.com>
+
+       * acinclude.m4 (GNUPG_CHECK_VA_COPY): Assume no when cross-compiling.
+
+       * Makefile.am (EXTRA_DIST): Include autogen.sh
+
+       * autogen.sh: Added the usual code to build for W32 (--build-w32).
+
+       * configure.ac: Fixed the mingw32 host string, removed OS/2 stuff.
+       (HAVE_DRIVE_LETTERS): Removed.
+       (HAVE_W32_SYSTEM): Added.
+       (AC_GNU_SOURCE): New to replace the identical AH_VERBATIM.
+       (AH_BOTTOM): Added.
+
+2004-12-28  Werner Koch  <wk@g10code.com>
+
+       Released 1.0.2.
+
+       * Makefile.am (AUTOMAKE_OPTIONS): Build bzip 2 version.
+       (ACLOCAL_AMFLAGS): Add -I m4.
+       * configure.ac: Require automake 1.9.3 and autoconf 2.59.
+       * acinclude.m4: Changed quoting for automake 1.9.
+       * README: Use SHA1 instead of MD5.
+
+2004-12-11  Marcus Brinkmann  <marcus@g10code.de>
+
+       * configure.ac: Replace ttyname_r if it doesn't exist (and warn in
+       that case).
+
+2004-12-07  Marcus Brinkmann  <marcus@g10code.de>
+
+       * README: Refer to COPYING.LESSER and "each file" instead of
+       COPYING.
+       * COPYING.LESSER: New file.
+       * gpgme.spec.in (%doc): Add COPYING.LESSER.
+       * acinclude.m4, configure.ac, Makefile.am: Change license to LGPL
+       2.1 or later.
+       * TODO: Add copyright notice.
+       * README.CVS: Likewise.
+
+       * configure.ac (GPGSM_VERSION): Fix filter to get it.
+
+2004-10-22  Marcus Brinkmann  <marcus@g10code.de>
+
+       Released 1.0.1.
+
+       * configure.ac (LIBGPGME_LT_REVISION): Bump up to 2.
+       (AC_INIT): Set version to 1.0.1.
+
+       * configure.ac: Set HAVE_GPGSM to true only if $GPGSM is not "no".
+
+2004-09-30  Marcus Brinkmann  <marcus@g10code.de>
+
+       Released 1.0.0.
+
+       * configure.ac (LIBGPGME_LT_REVISION): Bump up to 1.
+       (AC_INIT): Set version to 1.0.0.
+
+       * Makefile.am (EXTRA_DIST): Remove README-alpha.
+       * README-alpha: Remove file.
+
+2004-09-17  Marcus Brinkmann  <marcus@g10code.de>
+
+       * configure.ac: Disable AC_CONFIG_MACRO_DIR for now.
+
+2004-09-14  Marcus Brinkmann  <marcus@g10code.de>
+
+       * configure.ac: Improve diagnostics with version check.
+
+       * configure.ac: Print diagnostics about found thread libraries at
+       the end.  Check for the versions of GPG and GPGSM and print the
+       found versions at the end.
+       (HAVE_GPGSM): Do not require GPGSM to exist and be readable.
+       (AC_CONFIG_MACRO_DIR): Invoke with argument m4.
+
+       * acinclude.m4: Add copyright notice.
+       (jm_GLIBC21, AM_PATH_GPG_ERROR, _AC_PTH_ERROR, _AC_PTH_VERBOSE,
+       AC_CHECK_PTH): Removed.
+
+2004-06-23  Marcus Brinkmann  <marcus@g10code.de>
+
+       * configure.ac: Check for <sys/uio.h>.
+
+2004-06-08  Marcus Brinkmann  <marcus@g10code.de>
+
+       Released 0.9.0.
+
+       * configure.ac (AC_INIT): Set version number to 0.9.0.
+       (LIBGPGME_LT_CURRENT, LIBGPGME_LT_AGE): Bump up by one.
+       (LIBGPGME_LT_REVISION): Reset to zero.
+
+2004-05-21  Marcus Brinkmann  <marcus@g10code.de>
+
+       * configure.ac (GPGME_CONFIG_API_VERSION): New variable,
+       substitute it.
+
+2004-04-29  Marcus Brinkmann  <marcus@g10code.de>
+
+       Released 0.4.7.
+
+       * configure.ac (LIBGPGME_LT_REVISION): Bump it up.
+
+2004-04-02  Thomas Schwinge  <schwinge@nic-nac-project.de>
+
+       * autogen.sh: Added ACLOCAL_FLAGS.
+
+2004-04-06  Werner Koch  <wk@gnupg.org>
+
+       Released 0.4.6.
+       
+       * config.guess, config.sub, ltmain.sh: Updated to those from
+       libtools 1.5.4.
+
+2004-03-07  Marcus Brinkmann  <marcus@g10code.de>
+
+       Released 0.4.5.
+
+       * configure.ac (NEED_GPGSM_VERSION): Bump up to 1.9.6.
+
+       * Makefile.am (EXTRA_DIST): Remove autogen.sh and README.CVS.
+
+2004-02-18  Werner Koch  <wk@gnupg.org>
+
+       * configure.ac: Make the check for funopen fail with just a
+       warning.
+
+2004-02-11  Werner Koch  <wk@gnupg.org>
+
+       * autogen.sh (check_version): Removed bashism and simplified.
+
+2004-02-10  Werner Koch  <wk@gnupg.org>
+
+       * configure.ac: Fixed funopen test change.
+
+2004-02-06  Moritz Schulte  <mo@g10code.com>
+
+       * configure.ac: Fix funopen replacement mechanism.
+
+2004-01-31  Marcus Brinkmann  <marcus@g10code.de>
+
+       * configure.ac: Add invocation of AC_SYS_LARGEFILE, AC_TYPE_OFF_T
+       and AC_FUNC_FSEEKO.
+
+2004-01-12  Werner Koch  <wk@gnupg.org>
+
+       Released 0.4.4.
+       
+       * configure.ac: Bumbed LT_Revision; now at C12/A1/R1. 
+       (NEED_GPGSM_VERSION): Set to 1.9.3.
+       (min_automake_version): Added.
+       * README.CVS: New.
+       * Makefile.am (EXTRA_DIST): Added README.CVS.
+       * autogen.sh: Updated.
+
+2003-11-19  Werner Koch  <wk@gnupg.org>
+
+       * acinclude.m4: Add AM_PATH_GPG_ERROR.
+       * configure.ac: Check for timegm.  Made warning messages more
+       prominent.
+
 2003-10-06  Marcus Brinkmann  <marcus@g10code.de>
 
        Released 0.4.3.
        * autogen.sh: Added option --build-w32.
 
 
- Copyright 2001, 2002 g10 Code GmbH
+ Copyright 2001, 2002, 2003, 2004, 2005 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