diff options
author | Werner Koch <[email protected]> | 2010-02-26 18:44:36 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-02-26 18:44:36 +0000 |
commit | 2cf687cb3e2818ac3a6b51fea282a65f4395f580 (patch) | |
tree | 51376a0ff19c4aea990c42a895c3ef104881c240 /ChangeLog | |
parent | Some minor changes and typo fixes. (diff) | |
download | gnupg-2cf687cb3e2818ac3a6b51fea282a65f4395f580.tar.gz gnupg-2cf687cb3e2818ac3a6b51fea282a65f4395f580.zip |
First batch of changes to support W32CE.
Note that jnlib/w32-reg.c is not yet ready.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 73 |
1 files changed, 40 insertions, 33 deletions
@@ -1,8 +1,15 @@ 2010-02-26 Werner Koch <[email protected]> + * gl/mkdtemp.c (__set_errno) [W32CE]: Use gpg_err_set_errno. + * gl/setenv.c (__set_errno) [W32CE]: Ditto. + * gl/unsetenv.c (__set_errno) [W32CE]: Ditto. + * configure.ac (HAVE_W32CE_SYSTEM): New ac_define and am_conditional. - * autogen.sh: New option --build-w32ce. + (signal.h, getenv): Check for them. + + * autogen.sh: New option --build-w32ce. Remove obsolete option + --without-included-gettext. 2009-12-08 Werner Koch <[email protected]> @@ -412,7 +419,7 @@ 2006-09-18 Werner Koch <[email protected]> Released 1.9.23. - + * configure.ac (--enable-agent-only): Donot build tools and doc (--disable-tools,--disable-doc): New. * Makefile.am (SUBDIRS): Allow to conditional build tools and doc. @@ -421,7 +428,7 @@ Replaced all call gpg_error_from_errno(errno) by gpg_error_from_syserror(). - + * configure.ac: Build gpg by default. (GNUPG_SYS_SO_PEERCRED): Removed. @@ -436,7 +443,7 @@ 2006-09-06 Werner Koch <[email protected]> * configure.ac: Define _ASSUAN_ONLY_GPG_ERRORS. Require Assuan - 0.9 and libgpg-error 1.4 + 0.9 and libgpg-error 1.4. 2006-08-31 Werner Koch <[email protected]> @@ -478,7 +485,7 @@ 2006-07-03 Werner Koch <[email protected]> - * configure.ac: Test for ksba_dn_teststr. + * configure.ac: Test for ksba_dn_teststr. 2006-06-30 Werner Koch <[email protected]> @@ -486,7 +493,7 @@ * Makefile.am (SUBDIRS): Include keyserver/. * configure.ac: Include keyserver/. (FAKE_CURL, GPGKEYS_CURL): New. - + 2006-06-20 Werner Koch <[email protected]> Released 1.9.21. @@ -540,7 +547,7 @@ 2005-08-01 Werner Koch <[email protected]> Released 1.9.18. - + * configure.ac: Require libksba 0.9.12 to match new features in gpgsm. 2005-06-20 Werner Koch <[email protected]> @@ -577,7 +584,7 @@ 2005-04-21 Werner Koch <[email protected]> Released 1.9.16. - + * configure.ac: Do not build gpg by default. 2005-04-20 Werner Koch <[email protected]> @@ -592,7 +599,7 @@ 2005-04-15 Marcus Brinkmann <[email protected]> * configure.ac: Check for /usr/bin/shred and define SHRED. - + * configure.ac: Add --enable-symcryptrun, disabled by default. Define automake variable BUILD_SYMCRYPTRUN. Check for openpty -lutil, define LIBUTIL_LIBS. @@ -635,8 +642,8 @@ 2004-12-20 Werner Koch <[email protected]> * configure.ac: Add PATHSEP_C and PATHSEP_S. For W32 let all - directories default to c:/gnupg. Require libassuan 0.6.9. - + directories default to c:/gnupg. Require libassuan 0.6.9. + 2004-12-18 Werner Koch <[email protected]> * configure.ac (AH_BOTTOM): Define EXEEXT_S. @@ -666,7 +673,7 @@ * configure.ac: Replace strsep. Replaced use of "target" by "host". - + 2004-10-22 Werner Koch <[email protected]> Released 1.9.12. @@ -689,7 +696,7 @@ * configure.ac: Build Makefile for tests/pkits. New option --with-pkits-tests. - + 2004-08-05 Werner Koch <[email protected]> * configure.ac: Changed tests for libusb to also suuport the @@ -754,7 +761,7 @@ 2004-03-06 Werner Koch <[email protected]> Released 1.9.6. - + * configure.ac: Check the Libgcrypt API. 2004-02-25 Werner Koch <[email protected]> @@ -842,7 +849,7 @@ 2003-11-17 Werner Koch <[email protected]> Release 1.9.2. - + * configure.ac: Requires now libassuan 0.6.1. 2003-10-31 Werner Koch <[email protected]> @@ -858,12 +865,12 @@ 2003-10-01 Werner Koch <[email protected]> - * configure.ac (AH_BOTTOM): Define GNUPG_MAJOR_VERSION. + * configure.ac (AH_BOTTOM): Define GNUPG_MAJOR_VERSION. 2003-09-23 Werner Koch <[email protected]> Merged most of David Shaw's changes in 1.3 since 2003-06-03. - + * configure.ac: Drop all TIGER/192 support. (uint64_t): Check for UINT64_C to go along with uint64_t. (getaddrinfo): Check for it. @@ -877,7 +884,7 @@ 2003-09-06 Werner Koch <[email protected]> Released 1.9.1. - + * configure.ac: Require newer versions of some libraries. 2003-09-02 Werner Koch <[email protected]> @@ -898,9 +905,9 @@ 2003-08-05 Werner Koch <[email protected]> Released 1.9.0. - + * configure.ac (GNUPG_DEFAULT_HONMEDIR): Changed back to ~/.gnupg. - + 2003-07-31 Werner Koch <[email protected]> * Makefile.am (DISTCLEANFILES): Add g10defs.h @@ -923,7 +930,7 @@ * configure.ac: Build a limited version of scdaemon if libopensc is not available. - + * configure.ac (ALL_LINUGAS): Removed. * Makefile.am (ACLOCAL_AMFLAGS): New. @@ -945,10 +952,10 @@ 2003-01-09 Werner Koch <[email protected]> - * configure.ac (GNUPG_PROTECT_TOOL): New option --with-protect-tool. + * configure.ac (GNUPG_PROTECT_TOOL): New option --with-protect-tool. (NEED_KSBA_VERSION): Does now require 0.4.6. - * README: Noted where to find gpg-protect-tool. + * README: Noted where to find gpg-protect-tool. 2002-10-31 Neal H. Walfield <[email protected]> @@ -1004,7 +1011,7 @@ 2002-08-10 Werner Koch <[email protected]> Released 0.3.10. - + * configure.ac (NEED_LIBKSBA_VERSION): Require 0.4.4. Add support for gettext. @@ -1015,7 +1022,7 @@ 2002-07-01 Werner Koch <[email protected]> Released 0.3.9. - + * README: Short note on how to export in pkcs-12 format. 2002-06-29 Werner Koch <[email protected]> @@ -1032,7 +1039,7 @@ 2002-06-25 Werner Koch <[email protected]> Released 0.3.8. - + * configure.ac (NEED_LIBGCRYPT_VERSION): Set to 1.1.8. 2002-06-12 Werner Koch <[email protected]> @@ -1050,7 +1057,7 @@ 2002-05-14 Werner Koch <[email protected]> * doc/: New - * configure.ac, Makefile.am: Added doc/ + * configure.ac, Makefile.am: Added doc/. 2002-05-03 Werner Koch <[email protected]> @@ -1067,9 +1074,9 @@ 2002-04-15 Werner Koch <[email protected]> Released 0.3.5. - + * NEWS: Started to describe release notes. - + * configure.ac (NEED_LIBKSBA_VERSION, NEED_LIBGCRYPT_VERSION): Defined 2002-04-01 Werner Koch <[email protected]> @@ -1154,9 +1161,9 @@ * configure.ac (HAVE_JNLIB_LOGGING): always define it. - - Copyright 2001, 2002, 2003, 2004, 2005, 2006, - 2007 Free Software Foundation, Inc. + + Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007. + 2010 Free Software Foundation, Inc. This file is free software; as a special exception the author gives unlimited permission to copy and/or distribute it, with or without @@ -1165,5 +1172,5 @@ This file is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY, to the extent permitted by law; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - + |