1 2007-05-02 Werner Koch <wk@g10code.com>
3 * configure.ac (LIBGCRYPT_DIGESTS, LIBGCRYPT_CIPHERS)
4 (LIBGCRYPT_PUBKEY_CIPHERS): Ac_define lists of algorithms.
5 (default_ciphers): Don't make camellia a default.
7 2007-05-02 David Shaw <dshaw@jabberwocky.com>
9 * NEWS, configure.ac: Add Camellia.
11 2007-04-30 Werner Koch <wk@g10code.com>
13 * README.apichanges: Move to doc/.
14 * Makefile.am (EXTRA_DIST): Removed that file.
16 2007-04-28 Marcus Brinkmann <marcus@g10code.de>
18 * configure.ac: Allow to specify additional search directories
19 with --enable-mpi-path.
21 2007-04-16 Werner Koch <wk@g10code.com>
23 * configure.ac: Check for sysconf.
24 * acinclude.m4 (GNUPG_CHECK_MLOCK): Try to use sysconf to get the
25 page size and use getpagesize only then if available.
27 2007-03-22 Werner Koch <wk@g10code.com>
29 * configure.ac: Add support for ECC.
31 2007-02-22 Werner Koch <wk@g10code.com>
33 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Use
34 --enable-random-daemon.
36 * configure.ac: New option --enable-random-daemon.
37 Create versioninfo.rc and provide the build information.
39 2007-02-21 Werner Koch <wk@g10code.com>
41 * Makefile.am, configure.ac: Ignore w32-dll/.
43 2007-02-20 Werner Koch <wk@g10code.com>
45 * configure.ac: Bump LT version to C14/A3/R0 in preparation for a
48 * autogen.sh: Add option --force.
49 * configure.ac: New option --disable-endian-check. Use a real
50 noexecstack test instead of requiring an option. Add SVN version
53 2007-02-02 Werner Koch <wk@g10code.com>
55 * configure.ac (FALLBACK_SOCKLEN_T): Special case for mingw32.
57 2006-11-15 Werner Koch <wk@g10code.com>
59 * autogen.sh: Add convenience option --build-amd64.
61 2006-10-20 Werner Koch <wk@g10code.com>
63 * Makefile.am (stowinstall): New convenience target.
65 2006-10-12 Marcus Brinkmann <marcus@g10code.de>
67 * configure.ac (FALLBACK_SOCKLEN_T): Third time is a charm.
68 Define gcry_socklen_t, to avoid conflicts with socklen_t
69 definitions by autoconf.
71 2006-10-11 Marcus Brinkmann <marcus@g10code.de>
73 * configure.ac (FALLBACK_SOCKLEN_T): Rewrite in terms of
76 2006-10-11 Marcus Brinkmann <marcus@g10code.de>
78 * acinclude.m4 (GNUPG_FIX_HDR_VERSION): Removed.
79 * configure.ac: Do not call GNUPG_FIX_HDR_VERSION.
81 2006-10-10 Marcus Brinkmann <marcus@g10code.de>
83 * configure.ac: Invoke AC_CHECK_SOCKLEN_TYPE.
84 (AC_CONFIG_FILES): Add src/gcrypt.h.
85 (AC_CONFIG_SRCDIR): Change to src/libgcrypt.vers.
87 2006-10-02 Werner Koch <wk@g10code.com>
89 * acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Test on HOST and not
90 TARGET. Hardwire for mingw32. Allow setting via command line when
93 2006-08-29 Werner Koch <wk@g10code.com>
95 * configure.ac (USE_SEED): New.
97 2006-07-26 Werner Koch <wk@g10code.com>
99 * configure.ac: New options --enable-noexecstack and
100 --disable-optimization.
102 2006-07-04 Marcus Brinkmann <marcus@g10code.de>
104 * configure.ac: Call AC_LIBTOO_WIN32_DLL and AC_LIBTOOL_RC.
106 * configure.ac: Call gl_TYPE_SOCKLEN_T instead of the other
109 2006-06-08 Marcus Brinkmann <marcus@g10code.de>
111 * configure.ac (PTH_LIBS): Add --all to pth-config invocation.
113 2006-03-14 Werner Koch <wk@g10code.com>
115 * configure.ac: Check for fctnl and ftruncate.
116 (HAVE_PTH): Check for GNU Pth.
117 (HAVE_W32_SYSTEM): Define it.
118 * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): New. Taken from GnuPG 1.4.
120 2005-12-08 Werner Koch <wk@g10code.com>
122 * configure.ac: Changed the random device names for netbsd. From
125 2005-11-02 Moritz Schulte <moritz@g10code.com>
127 * NEWS: Documented minor API changes.
129 2005-09-15 Moritz Schulte <moritz@g10code.com>
131 * Makefile.am (EXTRA_DIST): Depend on README.SVN, not on README.CVS.
133 2005-06-25 Moritz Schulte <moritz@g10code.com>
135 * configure.ac: Removed src/libgcrypt.pc from AC_CONFIG_FILES.
137 2005-06-10 Werner Koch <wk@g10code.com>
139 * configure.ac: Move detection of basic stuff to the top. For
140 example we need to know whether gcc is used before testing for it.
141 Reported by Ralf Fassel.
143 2005-04-23 Moritz Schulte <moritz@g10code.com>
145 * acinclude.m4 (TYPE_SOCKLEN_T): New type definition test;
146 provided by Albert Chin.
147 * configure.ac: Don't use $(CMD) as it's not portable; use CMD in
148 backticks instead. Simpler -lnsl/-lsocket test. Use
149 TYPE_SOCKLEN_T test. Don't forget to set `random_modules'
152 2005-04-22 Moritz Schulte <moritz@g10code.com>
154 * configure.ac: Added support for pkgconfig; provided by Albert
157 2005-04-11 Moritz Schulte <moritz@g10code.com>
159 * configure.ac: Integrate Whirlpool.
161 2005-01-04 Werner Koch <wk@g10code.com>
163 Updated to automake 1.9.
165 * acinclude.m4: Updated for use with automake 1.9.
167 * configure.ac: Require libgpg-error 1.0; not really needed but
168 that is the first stable version.
170 * Makefile.am (ACLOCAL_AMFLAGS): New for -I m4.
171 (AUTOMAKE_OPTIONS): New to create a bzip archive.
173 2005-02-03 Moritz Schulte <moritz@g10code.com>
177 2004-08-09 Moritz Schulte <moritz@g10code.com>
181 2004-07-04 Moritz Schulte <moritz@g10code.com>
185 2004-04-21 Werner Koch <wk@gnupg.org>
187 * configure.ac: Don't print a warning if GNU make was not found.
189 2004-05-07 Moritz Schulte <moritz@g10code.de>
193 2004-04-02 Thomas Schwinge <schwinge@nic-nac-project.de>
195 * autogen.sh: Added ACLOCAL_FLAGS.
197 2004-04-15 Werner Koch <wk@gnupg.org>
201 * configure.ac: Set LT to C12/A1/R1.
203 2004-04-06 Werner Koch <wk@gnupg.org>
205 * config.guess, config.sub, ltmain.sh: Updated to those from
208 2004-03-29 Werner Koch <wk@gnupg.org>
212 * configure.ac: Set LT to C12/A1/R0.
214 2004-03-10 Marcus Brinkmann <marcus@g10code.de>
216 * configure.ac (LIBGCRYPT_CONFIG_LIBS_PTHREAD,
217 LIBGCRYPT_CONFIG_CFLAGS_PTHREAD, LIBGCRYPT_CONFIG_LIBS_PTH,
218 LIBGCRYPT_CONFIG_CFLAGS_PTH, have_pth, have_pthread, AC_CHECK_PTH,
219 AC_CHECK_LIB(pthread), HAVE_PTH, HAVE_PTHREAD): Removed.
221 2004-03-06 Werner Koch <wk@gnupg.org>
225 * configure.ac (LIBGCRYPT_CONFIG_SONAME_NUMBER): Replaced by
226 LIBGCRYPT_CONPIG_API_VERSION. Set it to 1. Set LT to C11/A0/R1.
228 2004-03-05 Werner Koch <wk@gnupg.org>
230 * configure.ac (LIBGCRYPT_CONFIG_SONAME_NUMBER): New.
232 2004-02-20 Werner Koch <wk@gnupg.org>
236 * configure.ac: Set LT to C11/A0/R0.
238 2004-02-11 Werner Koch <wk@gnupg.org>
240 * autogen.sh (check_version): Removed bashism and simplified.
242 2004-02-06 Werner Koch <wk@gnupg.org>
244 * configure.ac: Add rfc2268 cipher algorithm.
246 2004-01-25 Moritz Schulte <mo@g10code.com>
250 2003-12-19 Werner Koch <wk@gnupg.org>
254 * configure.ac: Bumbed LT version to C10/A3/R1.
256 2003-12-08 Werner Koch <wk@gnupg.org>
258 * Makefile.am (dist-hook): Don't distribute stuff from the now
259 obsolete scripts dir.
260 (EXTRA_DIST): Remove README_alpha
261 * README-alpha: Removed.
262 * configure.ac (AM_CONFIG_AUX_DIR): Removed.
264 * COPYING.DOC: Removed.
265 * Makefile.am (EXTRA_DIST): Added README.CVS and
266 autogen.sh. Removed COPYING.DOC.
268 2003-11-14 Werner Koch <wk@gnupg.org>
272 * configure.ac: Bumbed LT version to C10/A3/R0.
274 * configure.ac (have_ld_version_script): Set the default in
276 (PRINTABLE_OS_NAME): Don't handle the Hurd extra, this leads to
277 conflicts with BSD based GNU systems. The Hurd has now a working
280 2003-11-04 Werner Koch <wk@gnupg.org>
282 * configure.ac (USE_SHA1): Make sure it is always included.
283 (USE_RMD160): Removed this AM conditional.
285 2003-10-31 Werner Koch <wk@gnupg.org>
287 * configure.ac: Bumbed version number to 1.1.90-cvs for futher
292 * acinclude.m4 (AC_CHECK_PTH): Added.
293 * configure.ac: Use it here instead of the generic lib test.
294 Bumbed LT vesion to C9/A2/R0.
296 2003-10-27 Werner Koch <wk@gnupg.org>
298 * configure.ac: Give a hint on where libgpg-error is available.
299 Reformatted long lines. Don't include gcrypt-defs.h.
300 (--enable-gcc-warnings): New option.
302 2003-10-24 Moritz Schulte <mo@g10code.com>
304 * configure.ac: Check for socklen_t.
306 2003-10-11 Moritz Schulte <mo@g10code.com>
308 * acinclude.m4: Update AM_PATH_GPG_ERROR macro.
310 2003-09-04 Werner Koch <wk@gnupg.org>
314 * configure.ac: Require libgpg-error 0.4 due to the prime interface.
316 2003-08-29 Werner Koch <wk@gnupg.org>
318 * acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Re-implemented.
319 * configure.ac: Use it here.
321 2003-08-27 Moritz Schulte <mo@g10code.com>
323 * configure.ac: Substitute: LIBGCRYPT_CONFIG_LIBS_PTHREAD,
324 LIBGCRYPT_CONFIG_CFLAGS_PTHREAD, LIBGCRYPT_CONFIG_LIBS_PTH,
325 LIBGCRYPT_CONFIG_CFLAGS_PTH, LIBGCRYPT_THREAD_MODULES.
327 2003-08-07 Moritz Schulte <moritz@g10code.com>
329 * configure.ac: Fail, if libgpg-error could not be found.
331 2003-07-31 Werner Koch <wk@gnupg.org>
335 * configure.ac: Set LT version to 7/0/0.
337 2003-07-30 Werner Koch <wk@gnupg.org>
339 * AUTHORS (Maintainer): Assigned Moritz as Maintainer.
341 2003-07-30 Moritz Schulte <moritz@g10code.com>
343 * NEWS: Include much more complete list of `Interface changes
344 relative to the 1.1.12 release'.
346 2003-07-14 Moritz Schulte <moritz@g10code.com>
348 * configure.ac: Bumbed version number up to 1.1.42-cvs.
350 2003-07-09 Moritz Schulte <moritz@g10code.com>
352 * configure.ac: Reintroduce --disable-asm, since it is needed by
355 2003-07-05 Moritz Schulte <moritz@g10code.com>
357 * README: Few changes, mention libgpg-error.
359 2003-06-18 Moritz Schulte <moritz@g10code.com>
361 * configure.ac (available_ciphers): Removed Serpent, hrrm.
363 2003-06-17 Moritz Schulte <moritz@g10code.com>
365 * acinclude.m4: Removed macro definitions: GNUPG_CHECK_FAQPROG,
366 GNUPG_CHECK_ENDIAN, GNUPG_CHECK_CACHE, GNUPG_CHECK_PIC,
367 GNUPG_CHECK_EXPORTDYNAMIC, GNUPG_CHECK_IPC, GNUPG_PROG_NM,
368 GNUPG_SYS_SYMBOL_UNDERSCORE, GNUPG_FUNC_MKDIR_TAKES_ONE_ARG,
370 Added macro definitions: AM_PATH_GPG_ERROR.
372 * configure.ac: Use alternative approach for building based on
373 conditional sources, which does not make automake eat all your
375 Removed unused tests.
376 Renamed --enable-static-rnd to --enable-random.
377 Use Autoconf's AC_C_BIGENDIAN macro instead of our own.
378 Re-organized the whole file.
380 2003-06-16 Moritz Schulte <moritz@g10code.com>
382 * configure.ac (AC_CONFIG_FILES): Removed doc/version.sgml.
384 2003-06-11 Moritz Schulte <moritz@g10code.com>
386 * configure.ac: Remove --enable-libgpg-error flag.
387 Ue AC_PATH_GPG_ERROR.
389 2003-06-09 Moritz Schulte <moritz@g10code.com>
391 * NEWS: Mention API changes and libgpg-error.
393 2003-05-25 Moritz Schulte <moritz@g10code.com>
395 * configure.ac (USE_LIBGPG_ERROR): Implementation of the
396 --enable-libgpg-error switch.
397 Define USE_LIBGPG_ERROR in LIBGCRYPT_CONFIG_FLAGS, in case
398 libgpg-error is used.
400 2003-05-22 Moritz Schulte <moritz@g10code.com>
402 * configure.ac (AC_CHECK_HEADERS): Removed unused headers:
403 termio.h, langinfo.h.
404 (AC_CHECK_FUNCS): Removed unused functions: strsep, strlwr,
405 tcgetattr, setrlimit, strftime, nl_langinfo, sigaction,
406 sigprocmask, fopen64, fstat64.
408 2003-04-27 Moritz Schulte <moritz@g10code.com>
410 * README: Documented new configure switches.
411 Mention the --enable-maintainer-switch.
413 * configure.ac: Merged some code from GnuPG's configure.ac for
414 disabling sha512/tiger in case no 64 data types are available.
416 2003-04-17 Moritz Schulte <moritz@g10code.com>
418 * configure.ac: Include support for sha512.
420 2003-04-17 Moritz Schulte <moritz@g10code.com>
424 2003-04-16 Moritz Schulte <moritz@g10code.com>
426 * configure.ac: Implement command line switches: --enable-ciphers,
427 --enable-pubkey-ciphers and --enable-digests.
428 Set Automake conditionals and config.h symbols depending on the
429 selected ciphers, pubkey-ciphers, digests and random-modules.
431 * acinclude.m4 (LIST_MEMBER): New macro.
433 * configure.ac: Simplified, removed code for parsing
434 EXTRA_PROGRAMS from Makefile.am.
436 2003-04-08 Moritz Schulte <moritz@g10code.com>
438 * configure.ac: Merged random-module selection code from GnuPG's
441 2003-04-07 Moritz Schulte <moritz@g10code.com>
443 * configure.ac: Removed code for generating contruct.c.
444 Remove digest modules from the static_modules list, only handle
445 random module selection.
448 2003-03-24 Moritz Schulte <moritz@g10code.com>
450 * NEWS: Mention new CBC_MAC flag.
452 * AUTHORS (Maintainer): Update entry for Simon Josefsson.
454 2003-03-04 Moritz Schulte <moritz@g10code.com>
456 * TODO: Remove item about resetting handles, since
457 gcry_cipher_reset is implemented by now.
459 * NEWS: Mentioned gcry_cipher_reset.
461 2003-01-21 Werner Koch <wk@gnupg.org>
463 * README (Configure options): New.
464 * configure.ac (have_ld_version_script): New option
465 --enable-ld-version-script.
467 2003-01-20 Simon Josefsson <jas@extundo.com>
469 * configure.ac (MODULES_IN_CIPHER): Add crc.
471 2003-01-20 Werner Koch <wk@gnupg.org>
475 * configure.ac (LIBGCRYPT_LT_REVISION): Bumbed up.
477 2002-12-21 Werner Koch <wk@gnupg.org>
481 * configure.ac (LIBGCRYPT_LT_CURRENT: Bumbed to 6/5/0 due to a new
484 2002-12-19 Werner Koch <wk@gnupg.org>
486 * configure.ac (have_pthread): Check for pthreads in libc.
487 (have_ld_version_script): New.
489 2002-11-10 Werner Koch <wk@gnupg.org>
491 * configure.ac (MODULES_IN_CIPHER): Add md4.c. By Simon Josefsson.
493 2002-09-20 Werner Koch <wk@gnupg.org>
497 * configure.ac (HAVE_DEV_RANDOM_IOCTL): Don't check for it; it is
499 (AS_CHECK_HEADERS): Check for sys/select.h.
500 * Makefile.am (DIST_SUBDIRS): New to include the w32-dll directory
502 2002-09-18 Timo Schulz <ts@winpt.org>
504 * configure.ac: Added makefile for the W32 DLL.
506 2002-09-17 Werner Koch <wk@gnupg.org>
508 * configure.ac: Check for Pth and Pthreads.
510 2002-08-23 Werner Koch <wk@gnupg.org>
514 * configure.ac (LIBGCRYPT_CONFIG_CFLAGS): Renamed from
515 LIBGCRYPT_CFLAGS and removed the libpath because it is set by the
517 (LIBGCRYPT_LT_REVISION): Set LT version to 5/4/1.
519 2002-06-25 Werner Koch <wk@gnupg.org>
523 * configure.ac: Set LT version to 5/4/0.
525 2002-05-21 Werner Koch <wk@gnupg.org>
529 * configure.ac: Set LT version to 4/3/0.
531 2002-05-17 Werner Koch <wk@gnupg.org>
533 * configure.ac: Removed all the dynamic loading stuff.
535 2002-05-16 Werner Koch <wk@gnupg.org>
537 * configure.ac: Reordered the C_CHECK_FUNCS.
539 2002-05-15 Werner Koch <wk@gnupg.org>
541 * configure.ac: Adjusted for new MPI module stuff.
543 2002-05-14 Werner Koch <wk@gnupg.org>
545 Changed license to the LGPL.
547 2002-05-02 Werner Koch <wk@gnupg.org>
550 * Makefile.am (SUBDIRS): Removed jnlib.
551 * configure.ac (jnlib/Makefile): Removed.
553 * configure.ac: Define _REENTRANT.
555 2002-02-18 Werner Koch <wk@gnupg.org>
557 * configure.ac (MPI_EXTRA_ASM_OBJS): Use .lo suffix.
558 (AC_CANONICAL_TARGET): Added.
560 2002-02-07 Werner Koch <wk@gnupg.org>
564 2002-01-24 Werner Koch <wk@gnupg.org>
566 * jnlib/: Replaced by a fresh copy from GnuPG (actually the NewPG
567 development branch). Adjusted Makefile.am and jnlib-config.h
570 2001-12-18 Werner Koch <wk@gnupg.org>
574 * Makefile.am (dist-hook): Only look in mpi and scripts for
575 distfiles; this way we don't include those of a stale "make dist"
578 * acinclude.m4 (GNUPG_FIX_HDR_VERSION): Make it work with the new
580 * configure.ac: Don't chmod db2any.
582 2001-08-06 Werner Koch <wk@gnupg.org>
584 * configure.ac: Removed cross compiling hacks.
586 2001-08-03 Werner Koch <wk@gnupg.org>
590 * acinclude.m4 (GNUPG_CHECK_TYPEDEF): Define GNU Source.
592 Migrated to autoconf 2.52.
593 * acinclude.m4: Removed GNUPG_LINK_FILES and converted.
594 * acconfig.h: Removed
595 * configure.in: Replaced by...
596 * configure.ac: and modified for use with autoconf 2.52. Replaced
597 GNUPG_LINK_FILES with AC_CONFIG_LINKS and moved some informational
598 messages to the end. Removed --enable-m-debug
601 * Makefile.am: Included tests directory
603 * configure.in (DYNLINK_MOD_CFLAGS): Use -shared with dec-osf.
604 Reported by Chris Adams. Merged some cases.
606 2001-05-31 Werner Koch <wk@gnupg.org>
610 * configure.in: Use _gcry_ prefix when creating the cipher constructor.
612 * acconfig.h (_GCRYPT_IN_LIBGCRYPT): Define it here.
614 2001-05-28 Werner Koch <wk@gnupg.org>
616 * acinclude.m4 (GPH_PROG_DOCBOOK): Removed.
617 (GPH_PROG_DB2ANY): New. Taken from GPH.
618 * configure.in: Use it here.
620 2000-12-19 Werner Koch <wk@gnupg.org>
623 Removed all GnuPG stuff and renamed this piece of software
624 to gcrypt. The directory gcrypt has been renamed to src.
626 2000-11-14 Werner Koch <wk@gnupg.org>
628 Version 1.1.2 released.
630 2000-11-13 Werner Koch <wk@gnupg.org>
632 * acinclude.m4 (GNUPG_FIX_HDR_VERSION): VPATH build fix.
634 2000-10-10 Werner Koch <wk@gnupg.org>
636 * Makefile.am (dist-hook): Create the version file.
637 * configure.in: Set the libtool version here, removed the need
638 for the version file.
640 Mon Sep 18 16:35:45 CEST 2000 Werner Koch <wk@openit.de>
642 * acinclude.m4 (GNUPG_CHECK_MLOCK): Removed that silly mkdir().
644 * configure.in: Changes to allow for Solaris random device.
646 (--with-egd-socket): New.
648 * configure.in (GNUPG_HOMEDIR): New.
650 * configure.in: Check for fstat64 and fopen64
652 * acinclude.m4 (GNUPG_CHECK_FAQPROG): New.
653 * configure.in: Test for this.
655 * configure.in (DYNLINK_MOD_CFLAGS): Fix by David Champion.
657 Tue Aug 22 14:31:15 CEST 2000 Werner Koch <wk@openit.de>
661 Fri Aug 18 14:27:14 CEST 2000 Werner Koch <wk@openit.de>
664 * Makefile.am, configure.in: Support for the new directory.
666 Mon Jul 17 16:35:47 CEST 2000 Werner Koch <wk@>
668 * configure.in (mingw32): Changes to allow for mingw32msvc
670 Fri Jul 14 19:38:23 CEST 2000 Werner Koch <wk@>
672 The big merge between this one and the stable branch 1.0. Still need
673 to merge TNANKS, AUTHORS and such. It probaly does not compile yet.
675 * acinclude.m4 (GNUPG_CHECK_MLOCK): Fixed syntax error in C code.
677 * configure.in: Add check for termio.h, wait unctiosn and sigaction.
679 * acinclude.m4, configure.in (GNUPG_CHECK_GNUMAKE): New.
681 * acinclude.m4 (MKDIR_TAKES_ONE_ARG): Check some headers. By Gaël Quéri.
683 * configure.in (AM_INIT_AUTOMAKE): Use this now. By Gaël.
685 * acinclude.m4 (GNUPG_CHECK_EXPORTDYNAMIC): Replacement for
686 GNUPG_CHECK_RDYNAMIC which should handle gcc with non GNU ld nicer.
687 Contributed by Dave Dykstra.
688 * configure.in (GNYPG_CHECK_RDYNAMIC): Replaced by the new check.
690 * configure.in: Add a test for unisgned long long.
692 * configure.in (DYNLINK_MOD_CFLAGS): Set different for NetBSD.
694 * configure.in: Add check for clock_gettime
696 * configure.in (ALL_LINGUAS): Add nl.
697 * configure.in (ALL_LINGUAS): Add Esperanto.
698 * configure.in (ALL_LINGUAS): Add sv and ja.
700 * configure.in: Use /usr/local for CFLAGS and LDFLAGS when
701 target is freebsd. By Rémi.
703 * configure.in: Do not set development version when the version has
704 a dash in it. Suggested by Dave Dykstra.
706 * configure.in: Removed substitution for doc/gph/Makefile.
707 Do all the gcc warning only in maintainer mode.
709 * configure.in (dlopen): Use CHECK_FUNC for a test of dlopen in libc.
710 Suggested by Alexandre Oliva.
711 (-Wall): Moved the settting of gcc warning options near to the end
712 so that tests don't get confused. Suggested by Paul D. Smith.
714 * acinclude.m4 (GNUPG_SYS_NM_PARSE): Added BSDI support.
715 (GNUPG_CHECK_RDYNAMIC): Ditto.
717 * acinclude.m4 (GNUPG_CHECK_MLOCK): Changed the way to test for
718 librt. Test suggested by Jeff Long.
720 * acinclude.m4 (GNUPG_CHECK_MLOCK): Do librt check only when
721 we can't link a test program. This way GNU systems don't need
722 to link against linrt.
723 (GNUPG_CHECK_IPC): Fixed use of TRY_COMPILE macro. From Tim Mooney.
725 * acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Add support for
727 (GNUPG_CHECK_MLOCK): Check whether mlock sits in librt.
729 * acinclude.m4 (GNUPG_CHECK_RDYNAMIC): Add NetBSD. By Thomas Klausner.
731 * acconfig.h (HAVE_MLOCK): Added
733 Mon Mar 13 19:22:46 CET 2000 Werner Koch <wk@openit.de>
735 * configure.in: Now uses the Docbook M4s from GPH.
737 Mon Jan 31 17:46:35 CET 2000 Werner Koch <wk@>
739 * Makefile.am: Re-added tools. By Rémi.
741 Mon Jan 31 16:37:34 CET 2000 Werner Koch <wk@gnupg.de>
743 * configure.in: Create a symlink for types.h in gcrypt/.
745 Thu Jan 27 18:00:44 CET 2000 Werner Koch <wk@gnupg.de>
747 * configure.in (g10defs.h): Replaced by gnupg-defs.h
749 Mon Jan 24 13:04:28 CET 2000 Werner Koch <wk@gnupg.de>
753 * configure.in: Do set development version when the version has
754 a dash in it. Suggested by Dave Dykstra.
756 Thu Dec 9 17:22:27 CET 1999 Werner Koch <wk@gnupg.de>
758 * acinclude.m4 (GNUPG_FIX_HDR_VERSION): New.
759 * configure.in: Check and fix the version number of gcrypt/gcrypt.h
760 so that it is always the save as VERSION.
762 Thu Oct 28 16:17:46 CEST 1999 Werner Koch <wk@gnupg.de>
764 * Started with development series 1.1 on 1999-10-26
766 Tue Oct 26 14:10:21 CEST 1999 Werner Koch <wk@gnupg.de>
770 * configure.in: Fixed quoting in test for development version.
772 * THANKS: Add entries for Michael, Brenno and J Horacio who did
773 very nice Howto documents - I apoligize for forgetting to mention them
776 Fri Sep 17 12:56:42 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
779 * configure.in: Add "-lcap" when capabilities are requested.
780 Add the conditional CROSS_COMPILING.
781 * Makefile.am: Don't use checks when CROSS_COMPILING.
784 Wed Sep 15 16:22:17 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
787 * configure.in (ALL_LINGUAS): Add pt_PT.
789 * configure.in: Some tweaks for cross compiling under MingW32
790 * acconfig.h (USE_STATIC_RNDW32): New.
792 Tue Sep 7 17:08:10 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
795 * VERSION: Set to 1.0.0.
797 Mon Sep 6 19:59:08 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
800 * configure.in: Create makefile in doc/gph
802 * acinclude.m4 (GNUPG_FUNC_MKDIR_TAKES_ONE_ARG): New
803 * configure.in: use the above.
805 Thu Sep 2 16:40:55 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
808 * VERSION: Set to 0.9.11.
810 Tue Aug 31 17:20:44 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
812 * configure.in: Minor changes to the OS/2 and Mingw32 system labels.
813 Add a printable name for Hurd.
815 Mon Aug 30 20:38:33 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
817 * configure.in: Some support for DJGPP (Mark Elbrecht)
819 Wed Aug 4 10:34:46 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
821 * VERSION: Set to 0.9.10.
823 Mon Jul 26 09:34:46 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
825 * acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): remove init of ac_cv_...
827 * Makefile.am (DISCLEANFILES): New
829 Fri Jul 23 13:53:03 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
831 * VERSION: Set to 0.9.9.
833 * configure.in: Print a notice when rndunix is used.
835 Thu Jul 15 10:15:35 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
837 * acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Fixed last modification.
839 Wed Jul 7 13:08:40 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
841 * Makefile.am: Support for libtool.
842 * configure.in: Ditto.
844 Tue Jun 29 21:44:25 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
846 * configure.in (use_local_zlib): The lost dollar is back.
848 * acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Add EMX case.
849 * configure.in: Another variant of the MX vendor string
851 * configure.in (--with-capabilities): Some test code (Remi).
853 Sat Jun 26 12:15:59 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
855 * acinclude.m4 (GNUPG_CHECK_RDYNAMIC): Support for HPUX and IRIX.
856 * configure.in (HAVE_DL_SHL_LOAD): New for HPUX (Dave Dykstra).
860 Wed Jun 16 20:16:21 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
862 * configure.in: Add test for docbook-to-man
864 Tue Jun 15 12:21:08 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
866 * acinclude.m4 (GNUPG_SYS_NM_PARSE): Support for {net,free}bsd,
868 Thu Jun 10 14:18:23 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
870 * configure.in (ZLIB,GDBM): Check both, header and lib.
872 Sat Jun 5 15:30:33 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
874 * pkclist.c (key_present_in_pk_list): New (Michael).
876 Tue May 25 19:50:32 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
878 * configure.in (IS_DEVELOPMENT_VERSION): Fixed detection.
880 Sun May 23 14:20:22 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
882 * acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): assume yes when
885 Mon May 17 21:54:43 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
887 * configure.in (socket): Fix for Unisys by Katsuhiro Kondou.
889 Sat May 8 19:28:08 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
891 * NEWS: Add a marker line which I forgot to do for 0.9.6.
893 Thu May 6 14:18:17 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
895 * README: Minor updates
899 Thu Apr 8 09:35:53 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
901 * acinclude.m4 (GNUPG_CHECK_RDYNAMIC): Fix for
902 amiga-openbsd (Peter Reich)
903 (GNUPG_PROG_NM): Ditto
905 Wed Apr 7 20:51:39 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
907 * Makefile.am (g10defs.h): Removed.
908 * configure.in (AC_OUTPUT_COMMANDS): Create g10defs.h
910 Sat Mar 20 12:55:33 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
914 Sun Mar 14 19:34:36 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
916 * acinclude.m4 (AM_SYS_SYMBOL_UNDERSCORE): Removed because it is
917 now in the latest libtool.
919 Thu Mar 11 16:39:46 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
921 * configure.in: Removed the need for libtool
923 Mon Mar 8 20:47:17 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
925 * configure.in (DLSYM_NEEDS_UNDERSCORE): Replaced.
926 * acinclude.in (AM_SYS_SYMBOL_UNDERSCORE): New.
930 Sun Feb 28 19:11:00 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
932 * configure.in (dld): Test disabled.
934 Fri Feb 26 17:55:41 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
936 * encode.c (encode_simple): temporary fix.
938 Wed Feb 24 11:07:27 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
940 * configure.in: New option --enable-static-rnd.
942 Mon Feb 22 20:04:00 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
944 * BUGS: Now we assign bug numbers.
945 * OBUGS: New to keep rack o fixed bugs (CVS only)
947 Fri Feb 19 18:01:54 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
949 * VERSION: Released 0.9.3
951 Fri Feb 19 15:49:15 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
953 * acinclude.m4: Removed gettext macros.
955 Tue Feb 16 14:10:02 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
957 * configure.in (socket): Check for -lsocket and -lnsl.
958 (osf4): Disable all warnings for DEC's cc.
959 (-Wall): Add more warning options for gcc
961 Sat Feb 13 12:04:43 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
963 * configure.in: Changed detection of compiler flags.
964 * intl/ : Removed directory
966 Wed Feb 10 17:15:39 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
968 * acinclude.m4 (GNUPG_CHECK_RDYNAMIC): Fix for freebsd 2.2
970 * configure.in: a lot of changes to allow selection of modules.
971 Add support for OS/2.
973 * acinclude.m4: add some more caching
975 * README: Spelling and grammar corrections (John A. Martin)
978 Wed Jan 20 21:40:21 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
980 * configure.in: --enable-m-guard is now default
982 Wed Jan 13 12:49:36 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
984 * INSTALL: Applied new information how to build rpms by Fabio Coatti
985 * Makefile.in (gnupg.spec): Changed the names.
987 Tue Jan 12 11:17:18 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
989 * config.links (m68k-atari-mint): New
991 Tue Jan 12 09:17:19 CET 1999 Gaël Quéri <gqueri@mail.dotcom.fr>
993 * all: Fixed typos all over the place
995 Sat Jan 9 16:02:23 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
997 * configure.in: Add a way to statically link rndunix
999 Sun Jan 3 15:28:44 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
1001 * acinclude.m4 (GNUPG_CHECK_RDYNAMIC): New.
1002 * configure.in (DYNLOAD_CFLAGS): Use result from CHECK_RDYNAMIC
1004 Wed Dec 23 13:18:14 CET 1998 Werner Koch <wk@isil.d.shuttle.de>
1006 * README: Replaced the command overview with a short intro.
1008 Sat Dec 12 18:40:32 CET 1998 Werner Koch <wk@isil.d.shuttle.de>
1010 * configure.in: Add check for dlopen in libc (Greg Troxel)
1012 * acconfig.h (DLSYM_NEEDS_UNDERSCORE): New.
1014 Thu Dec 10 20:15:36 CET 1998 Werner Koch <wk@isil.d.shuttle.de>
1016 * acinclude.m (GNUPG_CHECK_PIC): New
1017 * configure.in, acinclude.m4: Renamed all WK_ to GNUPG_
1019 Tue Dec 8 15:09:29 CET 1998 Werner Koch <wk@isil.d.shuttle.de>
1021 * VERSION: Set to 0.4.5
1023 Wed Nov 25 12:38:29 1998 Werner Koch (wk@isil.d.shuttle.de)
1025 * configure.in (USE_RNDLINUX): New.
1027 Fri Nov 20 19:34:57 1998 Werner Koch (wk@isil.d.shuttle.de)
1029 * VERSION: Released 0.4.4
1031 * configure.in (try_asm_modules): For option --disable-asm
1033 Tue Nov 10 19:32:40 1998 Werner Koch (wk@isil.d.shuttle.de)
1035 * configure.in (MPI_SFLAGS): New.
1037 Tue Nov 10 13:44:53 1998 Werner Koch (wk@isil.d.shuttle.de)
1040 * configure.in (AC_REVISION): New.
1042 Sun Nov 8 18:20:35 1998 Werner Koch (wk@isil.d.shuttle.de)
1044 * VERSION: Set to 0.4.3
1046 Sun Oct 25 19:49:37 1998 Werner Koch (wk@isil.d.shuttle.de)
1048 * Makefile.am (g10defs.h): New macro GNUPG_DATADIR.
1050 Wed Oct 21 17:24:24 1998 Werner Koch (wk@isil.d.shuttle.de)
1052 * configure.in: Removed gettext kludge
1053 * acinclude.m4: Add patched AM_WITH_NKS macro
1055 Tue Oct 20 19:03:36 1998 Werner Koch (wk@isil.d.shuttle.de)
1057 * configure.in: Kludge to make AM_GNU_GETTEXT work,
1058 changed some macors to more modern versions. Also
1059 changeg the all makefiles to remove duplicate ../intl.
1060 * acinclude.m4: Removed the gettext stuff, as this
1061 already comes with automake now.
1063 Wed Oct 14 12:11:34 1998 Werner Koch (wk@isil.d.shuttle.de)
1065 * configure.in (NAME_OF_DEV_RANDOM): New.
1066 (DYNLINK_MOD_CFLAGS): New.
1068 Thu Oct 8 10:55:15 1998 Werner Koch (wk@isil.d.shuttle.de)
1070 * Makefile.am (g10defs.h): creates include file
1071 * acconfig.h: now includes g10defs.h
1072 * configure.in: Removed G10_LOCALEDIR and GNUPG_LIB
1074 Thu Sep 17 18:49:40 1998 Werner Koch (wk@(none))
1076 * Makefile.am (dist-hook): Now creates RPM file.
1077 * scripts/gnupg.spec: New template file for RPMs
1079 Thu Jul 30 19:17:07 1998 Werner Koch (wk@(none))
1081 * acinclude.h (WK_CHECK_IPC): New
1082 * configure.in : Add checks for SysV IPC
1084 Thu Jun 25 11:18:49 1998 Werner Koch (wk@isil.d.shuttle.de)
1086 * configure.in (--disable-dynload): New.
1088 Wed Jun 10 07:48:59 1998 Werner Koch,mobil,,, (wk@tobold)
1090 * configure.in (GNUPG_LIBDIR): New.
1092 Mon May 25 19:10:59 1998 Werner Koch (wk@isil.d.shuttle.de)
1094 * rand-unix.c (fast_random_poll): fixed syntax bug.
1096 Mon May 11 10:21:31 1998 Werner Koch (wk@isil.d.shuttle.de)
1098 * configure.in (PRINTABLE_OS_NAME): Linux is now GNU/Linux
1100 Tue Apr 14 19:08:05 1998 Werner Koch (wk@isil.d.shuttle.de)
1102 * [all files]: Applied Matthew Skala's typo and grammar fixes.
1104 Wed Mar 4 10:32:40 1998 Werner Koch (wk@isil.d.shuttle.de)
1106 * configure.in (getrusage,gettimeofday): New tests.
1108 Fri Feb 27 13:14:17 1998 Werner Koch (wk@isil.d.shuttle.de)
1110 * configure.in (--disable-m-guard): New.
1112 Thu Feb 26 17:09:27 1998 Werner Koch (wk@isil.d.shuttle.de)
1114 * configure.in, acinclude.m4, intl/, po/: New macros taken
1115 from GNOME, switched to automake 1.2f
1117 Thu Feb 26 09:05:46 1998 Werner Koch (wk@isil.d.shuttle.de)
1119 * configure.in (doc/Makefile): New
1121 Thu Feb 26 07:40:47 1998 Werner Koch (wk@isil.d.shuttle.de)
1123 * configure.in: Changed gettext stuff
1125 Wed Feb 25 11:44:10 1998 Werner Koch (wk@isil.d.shuttle.de)
1127 * checks/*test : restructured the directory.
1129 Tue Feb 24 15:59:12 1998 Werner Koch (wk@isil.d.shuttle.de)
1131 * configure.in: Changed the name of the package to GNUPG and
1132 chnaged several other names too.
1134 Wed Feb 18 17:36:45 1998 Werner Koch (wk@isil.d.shuttle.de)
1136 * Makefile.am (checks): New.
1138 Sat Feb 14 15:37:55 1998 Werner Koch (wk@isil.d.shuttle.de)
1140 * configure.in (mpi_config_done): Removed asm links caching.
1142 Sat Feb 14 14:02:20 1998 Werner Koch (wk@isil.d.shuttle.de)
1144 * configure.in (PRINTABLE_OS_NAME): New.
1145 * acconfig.h: Likewise.
1147 Fri Feb 13 19:43:41 1998 Werner Koch (wk@isil.d.shuttle.de)
1149 * configure.in : Fixed zlib stuff
1150 * Makefile.am: Likewise
1153 Copyright 1998, 1999, 2000, 2001, 2002, 2003,
1154 2004, 2006 Free Software Foundation, Inc.
1156 This file is free software; as a special exception the author gives
1157 unlimited permission to copy and/or distribute it, with or without
1158 modifications, as long as this notice is preserved.
1160 This file is distributed in the hope that it will be useful, but
1161 WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
1162 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.