diff options
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 515 |
1 files changed, 430 insertions, 85 deletions
@@ -1,151 +1,486 @@ -2000-12-19 Werner Koch <[email protected]> +2002-06-20 David Shaw <[email protected]> - Removed the stuff which is now in libgcrypt. These are - mainly the directories mpi/, cipher/ and gcrypt/. + * NEWS: changes since 1.0.7. -2000-11-14 Werner Koch <[email protected]> + * configure.ac: Set new version number (1.1.90), and fix Solaris + compiler flags for shared objects. - Version 1.1.2 released. +2002-06-11 David Shaw <[email protected]> -2000-11-13 Werner Koch <[email protected]> + * configure.ac: Move -lsocket and -lnsl checks before LDAP link + tests so they work properly on Solaris. Noted by David Champion. + Also, check for the Mozilla LDAP library if the OpenLDAP library + check fails. Put -lsocket and -lnsl in NETLIBS rather than LIBS + so not all programs are forced to link to them. + +2002-06-05 David Shaw <[email protected]> - * acinclude.m4 (GNUPG_FIX_HDR_VERSION): VPATH build fix. + * configure.ac: Add a switch for the experimental external HKP + keyserver interface. -2000-10-10 Werner Koch <[email protected]> +2002-05-22 Werner Koch <[email protected]> - * Makefile.am (dist-hook): Create the version file. - * configure.in: Set the libtool version here, removed the need - for the version file. + * configure.ac: Check for strcasecmp and strncasecmp. Removed + stricmp and memicmp checks. -Mon Sep 18 16:35:45 CEST 2000 Werner Koch <[email protected]> +2002-05-08 David Shaw <[email protected]> - * acinclude.m4 (GNUPG_CHECK_MLOCK): Removed that silly mkdir(). + * configure.ac: If LDAP comes up unusable, try #including <lber.h> + before giving up. Old versions of OpenLDAP require that. - * configure.in: Changes to allow for Solaris random device. - By Nils Ellmenreich. - (--with-egd-socket): New. +2002-05-03 David Shaw <[email protected]> - * configure.in (GNUPG_HOMEDIR): New. + * configure.ac: In g10defs.h, use \ for the directory separator + when HAVE_DOSISH_SYSTEM is on. - * configure.in: Check for fstat64 and fopen64 + * configure.ac: Add --disable-exec flag to disable all remote + program execution. --disable-exec implies --disable-ldap and + --disable-mailto. Also look in /usr/lib for sendmail. If + sendmail is not found, do not default - just fail. + +2002-04-30 David Shaw <[email protected]> + + * configure.ac: Try and link to a sample LDAP program to check if + the LDAP we're about to use is really sane. The most common + problem (using a very old OpenLDAP), could be fixed with an extra + #include, but this would not be very portable to other LDAP + libraries. + +2002-04-29 Werner Koch <[email protected]> + + Released 1.0.7. + + * README: Fixed some minor things. + +2002-04-25 Werner Koch <[email protected]> + + * configure.ac: Check for locale.h and setlocale + +2002-04-24 David Shaw <[email protected]> + + * Update NEWS with recent changes. + +2002-04-19 Werner Koch <[email protected]> + + Released 1.0.6e snapshot. + +2002-04-12 Werner Koch <[email protected]> + + * configure.ac: Add a warning note to the definition of the + EXTSEP macros. + +2002-04-09 Werner Koch <[email protected]> + + * configure.ac (ALL_LINGUAS): Added Czech, Galician and Greek + translations. s/es_ES/es/. + +2002-03-06 Werner Koch <[email protected]> + + * configure.ac (ALL_LINGUAS): s/pt_PT/pt/ + +2002-03-04 David Shaw <[email protected]> + + * Add a AC_DEFINE(_GNU_SOURCE). Since this is always defined in + config.h, the various autoconf tests should be tested with it + enabled. This also works around a compiler warning caused by a + minor header bug in glibc 2.1 that causes fseeko to be defined + when building gpg, but not when tested for in configure. + +2002-03-03 Werner Koch <[email protected]> + + Release 1.0.6d snapshot. + +2002-01-04 David Shaw <[email protected]> + + * NEWS: about symmetric messages and fixed file sizes. + +2001-12-22 Werner Koch <[email protected]> + + Released 1.0.6c snapshot. + + * configure.ac (AH_BOTTOM): Moved EXEC_TEMPFILE_ONLY to here. + + * acconfig.h: Removed, it should no longer be used. + +2001-12-21 David Shaw <[email protected]> + + * Add an acconfig.h to define EXEC_TEMPFILE_ONLY on platforms that + can't do fork/exec. + +2001-12-21 Werner Koch <[email protected]> + + * Makefile.am (dist-hook): We should also look in include for + distfiles. + (EXTRA_DIST): Remove VERSION because it is generated by dist-hook. + +2001-12-20 David Shaw <[email protected]> + + * configure.ac: replacement function for mkdtemp() + +2001-12-19 David Shaw <[email protected]> + + * configure.ac: Check for stat() + +2001-12-19 Werner Koch <[email protected]> + + * acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Support Cygwin target + * configure.ac [CYGWIN32]: Don't build tiger. By Disastry. + +2001-12-18 Werner Koch <[email protected]> + + * Makefile.am (SUBDIRS): Add keyserver. + (dist-hook): Only look in mpi and scripts for distfiles; this way + we don't include those of a stale "make dist" directory. + +2001-10-23 Werner Koch <[email protected]> + + Released 1.0.6b snapshot. + +2001-10-22 Werner Koch <[email protected]> + + * configure.ac: Fixed for automake 1.5 + +2001-10-17 Werner Koch <[email protected]> + + * README: Removed note on local_ID. + +2001-09-28 Werner Koch <[email protected]> + + * configure.ac: From now on add a string "-cvs" to the version to + indicate that this is a pre-release of the given version number. + +2001-09-26 Werner Koch <[email protected]> + + * configure.ac [MINGW32]: Switched from wsock.dll to ws2_32.dll. + +2001-09-09 Werner Koch <[email protected]> + + * configure.ac: autoconf changed the name of the maintainer mode + flag, so that not all warnings where enabled. Fixed that. + Reported by Dirk Meyer. + +2001-09-07 Werner Koch <[email protected]> + + * configure.ac: Test for strsep(). + +2001-09-03 Werner Koch <[email protected]> + + * configure.ac: Removed GDBM tests. + +2001-08-23 Werner Koch <[email protected]> + + * configure.in (AC_FUNC_FSEEKO): Add. + (AC_CHECK_FUNCS): Remove fseeko. By Paul Eggert <[email protected]>. + +2001-08-22 Werner Koch <[email protected]> + + * configure.ac (gethrtime): Enhanced the test by running a test + program. + * INSTALL: Removed the note about Solaris problems because the + above test should catch this. + +2001-08-20 Werner Koch <[email protected]> + + * acinclude.m4: Add check for plock if mlock is broken. + * configure.ac: Use regular tests for -lsocket and -lnsl, + more thorough test for gethrtime, allow specifying the path to + the zlib library if it is not in the default compiler/linker + search path, use ${datadir}. All these test enhancements are by + Albert Chin. + + * configure.ac: Set some compiler flags for dec-osf and hpux. By + Tim Mooney. + + * configure.ac: Create g10defs.h with EXTSEP_S et al. + +2001-08-03 Werner Koch <[email protected]> + + * configure.ac (VERSION,PACKAGE): Fixed quoting. + +2001-07-26 Werner Koch <[email protected]> + + * configure.ac: Finally got it running with the new autoconf. Had + to define PACKAGE and VERSION and to add -I.. to each Makefile.am. + +2001-07-09 Werner Koch <[email protected]> + + Migrated to autoconf 2.50. + * acinclude.m4: Removed the temporary LFS macros and GNUPG_LINK_FILES. + * acconfig.h: Removed + * configure.in: Replaced by... + * configure.ac: and modified for use with autoconf 2.50, use a + literal string for the version number. Replaced GNUPG_LINK_FILES + with AC_CONFIG_LINKS and moved some informational messages to the end. + * VERSION: Removed. + * Makefile.am (DISTCLEANFILES): gettext is better now; no more + need to remove the libintl.h symlink. + (dist-hook): Create VERSION file. + +2001-06-08 Werner Koch <[email protected]> + + * configure.in (DYNLINK_MOD_CFLAGS): Use -shared with dec-osf. + Reported by Chris Adams. Merged some cases. + +2001-05-29 Werner Koch <[email protected]> + + Released version 1.0.6. + +2001-05-28 Werner Koch <[email protected]> + + * configure.in (BUILD_INCLUDED_LIBINTL): Set to no for W32. + +2001-04-29 Werner Koch <[email protected]> + + Released version 1.0.5. + +2001-04-28 Werner Koch <[email protected]> + + Updated all copyright notices. + +2001-04-27 Werner Koch <[email protected]> + + * README: Removed a few outdated paragraphs. + +2001-04-17 Werner Koch <[email protected]> + + * acinclude.m4 (GNUPG_CHECK_DOCBOOK_TO_TEXI): New. + (GNUPG_CHECK_TYPEDEF): Define _GNU_SOURCE because we will use it + anyway. + + * configure.in: Use it here. + + * configure.in (ALL_LINGUAS): Add Estonian translation by Toomas Soome. + (use_m_debug): Removed --enable-m-debug because it does not work + anymore. + +2001-04-06 Werner Koch <[email protected]> + + * configure.in (ALL_LINGUAS): Add Turkish translation. Thanks + to Nilgun Belma Buguner. + +2001-03-18 Werner Koch <[email protected]> + + * configure.in: Hardwire the use of -lsocket for some + systems. Thanks to Reinhard Wobst. + +2001-03-13 Werner Koch <[email protected]> + + * configure.in: Add copyright notice and -lwsock32. + +2001-03-12 Werner Koch <[email protected]> + + * INSTALL: Add a note to VPATH builds. + +2001-03-08 Werner Koch <[email protected]> + + * debian/: Applied update from James. + + Added copyright and license notices to some more files. + +2001-01-18 Werner Koch <[email protected]> + + * configure.in: Removed tool definitions for MingW32 + +2000-11-17 Werner Koch <[email protected]> + + * acinclude.m4 (GNUPG_CHECK_FAQPROG): Do not prinnt the warning. + +2000-11-11 Paul Eggert <[email protected]> + + Actually Paul's patches are dated 2000-20-17; I applied them today + and merged some ChangeLog entries ([email protected]). + + * configure.in (AC_SYS_LARGEFILE): Add. + (try_large_file): Remove. All uses removed. + (AC_CHECK_FUNCS): Remove fopen64 and fstat64. + + * acinclude.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES, + AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New macros, + taken from GNU tar. + + * configure.in (AC_CHECK_FUNCS): Add fseeko. + +2000-10-17 Werner Koch <[email protected]> + + * configure.in: Disabled fopen64 checks for Solaris and HPUX. + +2000-10-13 Werner Koch <[email protected]> + + * configure.in: Append mpi/mpi-asm-defs.h to g10defs.h + +2000-10-09 Werner Koch <[email protected]> + + * acinclude.m4: Changed wording of the faqprog.pl warning. + +Wed Oct 4 15:50:18 CEST 2000 Werner Koch <[email protected]> + + * configure.in: Set DYNLINK_MOD_CFLAGS for Irix. It seems that Irix + needs the -shared flag. In 1.1 we are going to use libtool, so this + module stuff will get redesigned anyway. Suggested by Jeff Long. + +Thu Sep 14 14:20:38 CEST 2000 Werner Koch <[email protected]> * acinclude.m4 (GNUPG_CHECK_FAQPROG): New. * configure.in: Test for this. * configure.in (DYNLINK_MOD_CFLAGS): Fix by David Champion. -Tue Aug 22 14:31:15 CEST 2000 Werner Koch <[email protected]> +Wed Sep 6 17:55:47 CEST 2000 Werner Koch <[email protected]> - Version 1.1.1 + * configure.in: Check for fstat64 and fopen64 -Fri Aug 18 14:27:14 CEST 2000 Werner Koch <[email protected]> +Wed Sep 6 14:59:09 CEST 2000 Werner Koch <[email protected]> - * agent/: New. - * Makefile.am, configure.in: Support for the new directory. + * configure.in (GNUPG_HOMEDIR): New. -Mon Jul 17 16:35:47 CEST 2000 Werner Koch <wk@> +Fri Aug 25 16:05:38 CEST 2000 Werner Koch <[email protected]> - * configure.in (mingw32): Changes to allow for mingw32msvc + * configure.in: Changes to allow for Solaris random device. + By Nils Ellmenreich. + (--with-egd-socket): New. + +Wed Aug 23 19:52:51 CEST 2000 Werner Koch <[email protected]> + + * acinclude.m4 (GNUPG_CHECK_MLOCK): Removed that silly mkdir(). -Fri Jul 14 19:38:23 CEST 2000 Werner Koch <wk@> +Wed Jul 19 11:26:43 CEST 2000 Werner Koch <[email protected]> - The big merge between this one and the stable branch 1.0. Still need - to merge TNANKS, AUTHORS and such. It probaly does not compile yet. + * configure.in (mingw32): Changes to allow for mingw32msvc + +Fri Jul 14 10:17:30 CEST 2000 Werner Koch <[email protected]> * acinclude.m4 (GNUPG_CHECK_MLOCK): Fixed syntax error in C code. +Wed Jul 12 13:32:06 CEST 2000 Werner Koch <[email protected]> + + Version 1.0.2 + +Fri Jun 9 10:09:52 CEST 2000 Werner Koch <[email protected]> + * configure.in: Add check for termio.h, wait unctiosn and sigaction. - * acinclude.m4, configure.in (GNUPG_CHECK_GNUMAKE): New. +Wed Jun 7 19:19:09 CEST 2000 Werner Koch <[email protected]> * acinclude.m4 (MKDIR_TAKES_ONE_ARG): Check some headers. By Ga�l Qu�ri. - * configure.in (AM_INIT_AUTOMAKE): Use this now. By Ga�l. - * acinclude.m4 (GNUPG_CHECK_EXPORTDYNAMIC): Replacement for +Mon Jun 5 12:37:43 CEST 2000 Werner Koch <[email protected]> + + * acnclude.m4 (GNUPG_CHECK_EXPORTDYNAMIC): Replacement for GNUPG_CHECK_RDYNAMIC which should handle gcc with non GNU ld nicer. Contributed by Dave Dykstra. * configure.in (GNYPG_CHECK_RDYNAMIC): Replaced by the new check. - * configure.in: Add a test for unisgned long long. + * configure.in (AC_CHECK_AWK): Moved before the first use of AWK. Suggested + by Dave Dykstra. + +Tue May 30 16:37:55 CEST 2000 Werner Koch <[email protected]> + + Version 1.0.1-ePit-1 + +Sun May 28 13:55:17 CEST 2000 Werner Koch <[email protected]> - * configure.in (DYNLINK_MOD_CFLAGS): Set different for NetBSD. + * acinclude.m4 (GNUPG_SYS_NM_PARSE): Added BSDI support. + (GNUPG_CHECK_RDYNAMIC): Ditto. - * configure.in: Add check for clock_gettime +Wed Apr 19 10:57:26 CEST 2000 Werner Koch <[email protected]> - * configure.in (ALL_LINGUAS): Add nl. - * configure.in (ALL_LINGUAS): Add Esperanto. - * configure.in (ALL_LINGUAS): Add sv and ja. + * acconfig.h (HAVE_MLOCK): Added - * configure.in: Use /usr/local for CFLAGS and LDFLAGS when - target is freebsd. By R�mi. +Wed Mar 22 13:50:24 CET 2000 Werner Koch <[email protected]> - * configure.in: Do not set development version when the version has - a dash in it. Suggested by Dave Dykstra. + * acinclude.m4 (GNUPG_CHECK_MLOCK): Changed the way to test for + librt. Test suggested by Jeff Long. - * configure.in: Removed substitution for doc/gph/Makefile. - Do all the gcc warning only in maintainer mode. +Fri Mar 17 17:50:25 CET 2000 Werner Koch <[email protected]> - * configure.in (dlopen): Use CHECK_FUNC for a test of dlopen in libc. - Suggested by Alexandre Oliva. - (-Wall): Moved the settting of gcc warning options near to the end - so that tests don't get confused. Suggested by Paul D. Smith. + * acinclude.m4 (GNUPG_CHECK_MLOCK): Do librt check only when + we can't link a test program. This way GNU systems don't need + to link against linrt. + (GNUPG_CHECK_IPC): Fixed use of TRY_COMPILE macro. From Tim Mooney. - * acinclude.m4 (GNUPG_SYS_NM_PARSE): Added BSDI support. - (GNUPG_CHECK_RDYNAMIC): Ditto. +2000-03-14 12:07:54 Werner Koch ([email protected]) - * acinclude.m4 (GNUPG_CHECK_MLOCK): Changed the way to test for - librt. Test suggested by Jeff Long. + * acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Add support for + DJGPP. + (GNUPG_CHECK_MLOCK): Check whether mlock sits in librt. + * configure.in: Add a test for unisgned long long. - * acinclude.m4 (GNUPG_CHECK_MLOCK): Do librt check only when - we can't link a test program. This way GNU systems don't need - to link against linrt. - (GNUPG_CHECK_IPC): Fixed use of TRY_COMPILE macro. From Tim Mooney. +Tue Mar 7 18:45:31 CET 2000 Werner Koch <[email protected]> - * acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Add support for - DJGPP. - (GNUPG_CHECK_MLOCK): Check whether mlock sits in librt. + * acinclude.m4 (GNUPG_CHECK_RDYNAMIC): Add NetBSD. By Thomas Klausner. + * configure.in (DYNLINK_MOD_CFLAGS): Set different for NetBSD. - * acinclude.m4 (GNUPG_CHECK_RDYNAMIC): Add NetBSD. By Thomas Klausner. +Thu Mar 2 15:37:46 CET 2000 Werner Koch <[email protected]> - * acconfig.h (HAVE_MLOCK): Added + * configure.in: Add check for clock_gettime -Mon Mar 13 19:22:46 CET 2000 Werner Koch <[email protected]> +Wed Feb 23 10:07:57 CET 2000 Werner Koch <[email protected]> - * configure.in: Now uses the Docbook M4s from GPH. + * configure.in (ALL_LINGUAS): Add nl. -Mon Jan 31 17:46:35 CET 2000 Werner Koch <wk@> +Wed Feb 16 16:25:09 CET 2000 Werner Koch <[email protected]> - * Makefile.am: Re-added tools. By R�mi. + * configure.in (ALL_LINGUAS): Add Esperanto. -Mon Jan 31 16:37:34 CET 2000 Werner Koch <[email protected]> +Wed Feb 16 14:09:00 CET 2000 Werner Koch <[email protected]> - * configure.in: Create a symlink for types.h in gcrypt/. + * configure.in (ALL_LINGUAS): Add sv and ja. -Thu Jan 27 18:00:44 CET 2000 Werner Koch <[email protected]> + * AUTHORS: Converted to a more compact format. - * configure.in (g10defs.h): Replaced by gnupg-defs.h + * INSTALL: Wrote a note about a Solaris problem. -Mon Jan 24 13:04:28 CET 2000 Werner Koch <[email protected]> +Thu Feb 10 17:39:44 CET 2000 Werner Koch <[email protected]> - * jnlib/ : New. + * configure.in: Use /usr/local for CFLAGS and LDFLAGS when + target is freebsd. By R�mi. - * configure.in: Do set development version when the version has +Thu Jan 13 19:31:58 CET 2000 Werner Koch <[email protected]> + + * configure.in: Do not set development version when the version has a dash in it. Suggested by Dave Dykstra. -Thu Dec 9 17:22:27 CET 1999 Werner Koch <[email protected]> +Thu Dec 16 10:07:58 CET 1999 Werner Koch <[email protected]> + + * VERSION: Set to 1.0.1. + + * configure.in: Removed substitution for doc/gph/Makefile. + Do all the gcc warning only in maintainer mode. + +Thu Dec 9 10:31:05 CET 1999 Werner Koch <[email protected]> + + * INSTALL: Add a hint for AIX. By Jos Backus. - * acinclude.m4 (GNUPG_FIX_HDR_VERSION): New. - * configure.in: Check and fix the version number of gcrypt/gcrypt.h - so that it is always the save as VERSION. +Sat Dec 4 12:30:28 CET 1999 Werner Koch <[email protected]> -Thu Oct 28 16:17:46 CEST 1999 Werner Koch <[email protected]> + * configure.in (dlopen): Use CHECK_FUNC for a test of dlopen in libc. + Suggested by Alexandre Oliva. + (-Wall): Moved the settting of gcc warning options near to the end + so that tests don't get confused. Suggested by Paul D. Smith. - * Started with development series 1.1 on 1999-10-26 +Mon Nov 22 11:14:53 CET 1999 Werner Koch <[email protected]> -Tue Oct 26 14:10:21 CEST 1999 Werner Koch <[email protected]> + * BUGS: Replaced content with a link to the online list. - * README-alpha: New +Fri Nov 12 20:33:19 CET 1999 Werner Koch <[email protected]> + + * README: Fixed a type and add a note about the gnupg-i18n ML. + +Thu Oct 28 16:08:20 CEST 1999 Werner Koch <[email protected]> + + * acinclude.m4, configure.in (GNUPG_CHECK_GNUMAKE): New. + +Sat Oct 9 20:34:41 CEST 1999 Werner Koch <[email protected]> + + * configure.in: Tweaked handling of random modules and removed + dummy support for libgcrypt. + * Makefile.am: Removed libgcrypt support. + * cgrypt/ : Removed. + + * Makefile.am: Removed libtool. + +Fri Oct 8 20:32:01 CEST 1999 Werner Koch <[email protected]> * configure.in: Fixed quoting in test for development version. @@ -153,17 +488,18 @@ Tue Oct 26 14:10:21 CEST 1999 Werner Koch <[email protected]> very nice Howto documents - I apoligize for forgetting to mention them earlier. -Fri Sep 17 12:56:42 CEST 1999 Werner Koch <[email protected]> +Tue Sep 28 20:54:37 CEST 1999 Werner Koch <[email protected]> + * textfilter.c (copy_clearsig_text) [__MINGW32__): Use CR,LF. + +Fri Sep 17 12:56:42 CEST 1999 Werner Koch <[email protected]> * configure.in: Add "-lcap" when capabilities are requested. Add the conditional CROSS_COMPILING. * Makefile.am: Don't use checks when CROSS_COMPILING. - Wed Sep 15 16:22:17 CEST 1999 Werner Koch <[email protected]> - * configure.in (ALL_LINGUAS): Add pt_PT. * configure.in: Some tweaks for cross compiling under MingW32 @@ -171,12 +507,10 @@ Wed Sep 15 16:22:17 CEST 1999 Werner Koch <[email protected]> Tue Sep 7 17:08:10 CEST 1999 Werner Koch <[email protected]> - * VERSION: Set to 1.0.0. Mon Sep 6 19:59:08 CEST 1999 Werner Koch <[email protected]> - * configure.in: Create makefile in doc/gph * acinclude.m4 (GNUPG_FUNC_MKDIR_TAKES_ONE_ARG): New @@ -184,7 +518,6 @@ Mon Sep 6 19:59:08 CEST 1999 Werner Koch <[email protected]> Thu Sep 2 16:40:55 CEST 1999 Werner Koch <[email protected]> - * VERSION: Set to 0.9.11. Tue Aug 31 17:20:44 CEST 1999 Werner Koch <[email protected]> @@ -529,3 +862,15 @@ Fri Feb 13 19:43:41 1998 Werner Koch ([email protected]) * configure.in : Fixed zlib stuff * Makefile.am: Likewise + + Copyright 1998, 1999, 2000, 2001, 2002 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 + modifications, as long as this notice is preserved. + + 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. + + |