Avoid passing NULL to printf while debugging.
[gnupg.git] / ChangeLog
blob134e3eaa2fb04e71dbad074c814208b5c7a2d09b
1 2008-04-23  Werner Koch  <wk@g10code.com>
3         * configure.ac: Call gl_HEADER_SYS_SOCKET and gl_TYPE_SOCKLEN_T.
5 2008-04-07  Werner Koch  <wk@g10code.com>
7         * configure.ac (ADNSLIBS): Test for adns.
8         (GPGKEYS_KDNS): New.
10 2008-04-01  Werner Koch  <wk@g10code.com>
12         * configure.ac: Require curl 7.10 (Oct 1 2002) or later as we use
13         curl_version_info().
14         (AC_INIT): Fix quoting.
16 2008-03-27  Werner Koch  <wk@g10code.com>
18         * Makefile.am (dist_doc_DATA): New. Install README.
20 2008-03-26  Werner Koch  <wk@g10code.com>
22         Release 2.0.9.
24 2008-02-19  Werner Koch  <wk@g10code.com>
26         * configure.ac: Remove --with-pkits-tests.
28 2008-02-15  Werner Koch  <wk@g10code.com>
30         * gl/allocsa.h, gl/m4/allocsa.m4: Replace HAVE_LONG_LONG by
31         HAVE_LONG_LONG_INT.
33 2008-02-15  gettextize  <bug-gnu-gettext@gnu.org>
35         * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.17.
37 2007-12-20  Werner Koch  <wk@g10code.com>
39         Released 2.0.8.
41 2007-12-17  Werner Koch  <wk@g10code.com>
43         * configure.ac: Add treatment for HAVE_LDAP_START_TLS_SA.
45 2007-12-14  Werner Koch  <wk@g10code.com>
47         Released 2.0.8rc1.
49 2007-12-12  Werner Koch  <wk@g10code.com>
51         * configure.ac (USE_CAMELLIA): Define by new option --enable-camellia.
53 2007-12-03  Werner Koch  <wk@g10code.com>
55         * configure.ac: Add test gt_LC_MESSAGES..
57 2007-10-01  Werner Koch  <wk@g10code.com>
59         * configure.ac: Require assuan 1.0.4.
61 2007-09-14  Werner Koch  <wk@g10code.com>
63         * configure.ac (GNUPG_LIBASSUAN_VERSION): New.
65 2007-09-10  Werner Koch  <wk@g10code.com>
67         Released 2.0.7.
69 2007-08-27  Werner Koch  <wk@g10code.com>
71         * configure.ac: Remove remaining support for internal regex.
72         Define DISABLE_REGEX automake conditional.  Add option
73         --with-regex.
74         * autogen.sh [--build-w32]: Remove --disable-regex.  Use --with-regex.
76 2007-08-16  Werner Koch  <wk@g10code.com>
78         Released 2.0.6.
80 2007-08-08  Werner Koch  <wk@g10code.com>
82         * configure.ac: Use AC_CANONICAL_HOST and not AC_CANONICAL_TARGET.
84 2007-07-09  Werner Koch  <wk@g10code.com>
86         * configure.ac (AM_ICONV): Check for it even when building without
87         NLS.
89 2007-07-05  Werner Koch  <wk@g10code.com>
91         Released 2.0.5.
93         * configure.ac: Require libassuan 1.0.2.
95 2007-07-05  Marcus Brinkmann  <marcus@g10code.de>
97         * configure.ac: Invoke AM_LANGINFO_CODESET.
99 2007-07-04  Werner Koch  <wk@g10code.com>
101         * Makefile.am (AUTOMAKE_OPTIONS): Add no-dist-gzip.
103         Switched entire package to GPLv3+.
105         * configure.ac: Require libksba 1.0.2.
107         * COPYING:  Updated to GPLv3.
108         * COPYING.LIB: New as jnlib/ uses this license.
110         * gl/: Switched to GPLv3+.
112         * intl/ Removed.
113         * configure.ac (AM_GNU_GETTEXT): Add external flag.
114         (AM_ICONV): New.
116 2007-07-03  Werner Koch  <wk@g10code.com>
118         * configure.ac [W32]: Use ws2_32 instead of wsock32.
120 2007-06-25  Werner Koch  <wk@g10code.com>
122         * gl/mkdtemp.c (gen_tempname) [MKDIR_TAKES_ONE_ARG]: Avoid
123         compiler warning by using the proper config macro.
125 2007-06-15  Werner Koch  <wk@g10code.com>
127         * configure.ac: Call AM_PO_SUBDIRS.
128         (W32SOCKLIBS): New.
130         * autogen.sh: Use = and not == in test to be POSIXly correct.
131         <build-w32>: Disable use of regex.
133 2007-06-14  Werner Koch  <wk@g10code.com>
135         * configure.ac [AH_BOTTOM]: Remove the hardwired names of modules.
137 2007-06-12  Werner Koch  <wk@g10code.com>
139         * configure.ac [AH_BOTTOM]: Define HTTP_NO_WSASTARTUP.
141 2007-06-11  Werner Koch  <wk@g10code.com>
143         * am/cmacros.am (libcommonstd, libcommonpth, libcommonstd_ldadd)
144         (libcommonpth_ldadd): Add macros.
146 2007-06-06  Werner Koch  <wk@g10code.com>
148         * configure.ac: Add a few notices message so make browsing of the
149         log file easier.
150         (CC_FOR_BUILD): New.
152 2007-05-30  Werner Koch  <wk@g10code.com>
154         * configure.ac [W32]: Do not create a symlink to w32-pth.h.
155         Require the installation of the w32pth package.
157 2007-05-29  Werner Koch  <wk@g10code.com>
159         * gl/: Updated to a newer version.
161 2007-05-24  Werner Koch  <wk@g10code.com>
163         * configure.ac: Use -Wpointer-arith is possible.
165 2007-05-15  Werner Koch  <wk@g10code.com>
167         * configure.ac: Renamed the estream macros. Remove -Wformat-nonliteral.
169         * configure.ac: Call ESTREAM_INIT and define the memory
170         allocators for estream_asprintf.
171         (gl_MODULES): Remove vasprintf.
173 2007-05-09  Werner Koch  <wk@g10code.com>
175         Released 2.0.4.
177 2007-05-07  Werner Koch  <wk@g10code.com>
179         * configure.ac: Require libgcrypt 1.2.2 to avoid compiler warnings.
181 2007-05-07  gettextize  <bug-gnu-gettext@gnu.org>
183         * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.16.1.
185 2007-05-07  Werner Koch  <wk@g10code.com>
187         * configure.ac: Bail out if no C-89 compiler has been found.
189 2007-05-04  Werner Koch  <wk@g10code.com>
191         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-mailto
193         * configure.ac: Require automake 1.10
194         (AC_CONFIG_FILES): Rename gpgkeys_ to gpg2keys_.
195         (AM_PROG_CC_C_O): New.
197 2007-03-08  Werner Koch  <wk@g10code.com>
199         Released 2.0.3.
201         * autogen.sh: Add option --force.
203 2007-01-31  Werner Koch  <wk@g10code.com>
205         Released 2.0.2.
207 2006-11-30  Werner Koch  <wk@g10code.com>
209         * configure.ac: Save original LIBS when testing for dlopen.
211 2006-11-28  Werner Koch  <wk@g10code.com>
213         Released 2.0.1.
215 2006-11-23  Werner Koch  <wk@g10code.com>
217         Released 2.0.1rc1.
219 2006-11-21  Werner Koch  <wk@g10code.com>
221         * configure.ac [AH_BOTTOM]: Disable PTH soft mapping.
222         (AC_CHECK_SIZEOF): Check for time_t.
223         (BUILD_INCLUDED_LIBINTL): Remove AM_PO_SUBDIRS as it is not
224         required for C.
226 2006-11-15  Werner Koch  <wk@g10code.com>
228         * autogen.sh: Add convenience option --build-amd64.
230 2006-11-14  Werner Koch  <wk@g10code.com>
232         * configure.ac (HAVE_ASSUAN_SET_IO_MONITOR): Test for it.
234 2006-11-11  Werner Koch  <wk@g10code.com>
236         Released 2.0.0.
238 2006-11-06  Werner Koch  <wk@g10code.com>
240         Released 1.9.95.
242 2006-11-03  Werner Koch  <wk@g10code.com>
244         * configure.ac: Test for pty.h.  From Gentoo.
246 2006-10-24  Werner Koch  <wk@g10code.com>
248         Released 1.9.94.
250 2006-10-20  Werner Koch  <wk@g10code.com>
252         * Makefile.am (stowinstall): Add convenience target.
254 2006-10-18  Werner Koch  <wk@g10code.com>
256         * configure.ac: svn revison magic fixes for old bashs.  Suggested
257         by Alain Guibert.
259 2006-10-18  Werner Koch  <wk@g10code.com>
261         Released 1.9.93.
263 2006-10-17  Werner Koch  <wk@g10code.com>
265         * autogen.sh <--build-w32>: Test also for a host "mingw32".
267         * configure.ac: Removed W32LIBS. Use NETLIBS instead.
269 2006-10-11  Werner Koch  <wk@g10code.com>
271         Released 1.9.92.
273         * configure.ac: Require libassuan 0.9.3.
275 2006-10-09  Werner Koch  <wk@g10code.com>
277         * acinclude.m4: Moved pth check to m4/gnupg-pth.m4.
279 2006-10-06  Werner Koch  <wk@g10code.com>
281         * configure.ac: Also check for libassuan's pth version.
283 2006-10-04  Werner Koch  <wk@g10code.com>
285         Released 1.9.91.
287         * configure.ac: Require libassuan 0.9.1 which fixes a problem with
288         gpgsm.
290 2006-09-27  Werner Koch  <wk@g10code.com>
292         * gl/strsep.h, gl/strsep.c, gl/m4/strsep.m4: Removed.
293         * gl/strpbrk.h, gl/strpbrk.c, gl/m4/strpbrk.m4: Removed.
294         * gl/Makefile.am: Removed module strsep and strpbrk.
295         * configure.ac: Check for strsep in the context of jnlib.  Remove
296         check from gl_MODULES. Moved check for timegm into the jnlib context.
298 2006-09-27  Marcus Brinkmann  <marcus@g10code.de>
300         * Makefile.am: Fix cut & paste error.
302 2006-09-25  Werner Koch  <wk@g10code.com>
304         Released 1.9.90.
306 2006-09-22  Werner Koch  <wk@g10code.com>
308         * AUTHORS: Add information about used licenses.
310 2006-09-20  Werner Koch  <wk@g10code.com>
312         * Makefile.am (dist-hook): Removed distfiles cruft.
313         (SUBDIRS): Added include
315 2006-09-18  Werner Koch  <wk@g10code.com>
317         Released 1.9.23.
318         
319         * configure.ac (--enable-agent-only): Donot build tools and doc
320         (--disable-tools,--disable-doc): New.
321         * Makefile.am (SUBDIRS): Allow to conditional build tools and doc.
323 2006-09-14  Werner Koch  <wk@g10code.com>
325         Replaced all call gpg_error_from_errno(errno) by
326         gpg_error_from_syserror().
327         
328         * configure.ac: Build gpg by default.
329         (GNUPG_SYS_SO_PEERCRED): Removed.
331 2006-09-13  Werner Koch  <wk@g10code.com>
333         * autogen.sh: Better detection of the cross compiler kit.
335 2006-09-06  Marcus Brinkmann  <marcus@g10code.de>
337         * configure.ac: New automake conditional RUN_GPG_TESTS.
339 2006-09-06  Werner Koch  <wk@g10code.com>
341         * configure.ac: Define _ASSUAN_ONLY_GPG_ERRORS.  Require Assuan
342         0.9 and libgpg-error 1.4 
344 2006-08-31  Werner Koch  <wk@g10code.com>
346         * configure.ac: Require libksba 1.0 and added API check for it.
347         (GPG_ERR_LOCKED): Removed DECL check as we require 1.2 anyway.
348         (have_libusb): New to give a feedback about CCID support
350 2006-08-21  Werner Koch  <wk@g10code.com>
352         * configure.ac: Removed docbook tests.
353         (AC_CONFIG_FILES): Added gpgkeys_test and gpgkeys_mailto.
355         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Enable gpg.
357 2006-08-17  Werner Koch  <wk@g10code.com>
359         * THANKS: Merged with the 1.4 one.
361 2006-08-16  Werner Koch  <wk@g10code.com>
363         * configure.ac: Removed test for capabilities and mlock.
365 2006-08-15  Werner Koch  <wk@g10code.com>
367         * Makefile.am (keyserver): Enable building of keyserver helpers.
369         * configure.ac: Merged with the current configure from 1.4.5.
370         Require libgpg-error 1.2 and libksba 0.9.16.
372 2006-07-29  Marcus Brinkmann  <marcus@g10code.de>
374         * README: Spelling fixes.
376 2006-07-27  Werner Koch  <wk@g10code.com>
378         Released 1.9.22.
380         * configure.ac: Call AB_INIT.
382 2006-07-03  Werner Koch  <wk@g10code.com>
384         * configure.ac: Test for ksba_dn_teststr. 
386 2006-06-30  Werner Koch  <wk@g10code.com>
388         * keyserver/: New.  Taken from 1.4.4
389         * Makefile.am (SUBDIRS): Include keyserver/.
390         * configure.ac: Include keyserver/.
391         (FAKE_CURL, GPGKEYS_CURL): New.
392         
393 2006-06-20  Werner Koch  <wk@g10code.com>
395         Released 1.9.21.
397 2006-06-08  Marcus Brinkmann  <marcus@g10code.de>
399         * configure.ac (PTH_LIBS): Add --all to pth-config invocation.
401 2006-05-24  Werner Koch  <wk@g10code.com>
403         * configure.ac: New option --disable-optimization taked from 1.4.3.
405 2006-05-23  Werner Koch  <wk@g10code.com>
407         * configure.ac (ZLIBS): New for zlib link commands. Add bzip2
408         support.
410 2006-05-22  Werner Koch  <wk@g10code.com>
412         * configure.ac (EXEEXT): New.
414 2006-04-18  Werner Koch  <wk@g10code.com>
416         * configure.ac (PK_UID_CACHE_SIZE): New.
418 2006-04-07  Werner Koch  <wk@g10code.com>
420         * configure.ac: Use new method to include the SVN revison.  Now it
421         is the actual global revision number.
423 2005-12-20  Werner Koch  <wk@g10code.com>
425         Released 1.9.20.
427 2005-11-28  Werner Koch  <wk@g10code.com>
429         * configure.ac: Append the revision to the version string.
431 2005-11-13  Werner Koch  <wk@g10code.com>
433         * am/cmacros.am (-DGNUPG_SYSCONFDIR): Define it.
435 2005-11-11  Werner Koch  <wk@g10code.com>
437         * configure.ac (NEED_KSBA_VERSION: Require 0.9.13.
439 2005-09-12  Werner Koch  <wk@g10code.com>
441         Released 1.9.19.
443 2005-08-01  Werner Koch  <wk@g10code.com>
445         Released 1.9.18.
446         
447         * configure.ac: Require libksba 0.9.12 to match new features in gpgsm.
449 2005-06-20  Werner Koch  <wk@g10code.com>
451         Released 1.9.17.
453 2005-06-02  Werner Koch  <wk@g10code.com>
455         * configure.ac (HAVE_PTH): Define as alias for USE_GNU_PTH.  It is
456         used by common/estream.c.
458 2005-06-01  Werner Koch  <wk@g10code.com>
460         * configure.ac (gl_INIT): Add gnulib stuff.
461         (fseeko, ftello, ttyname, isascii): Replaced the AC_REPLACE_FUNCS
462         by a simple check.
463         (putc_unlocked): Removed check.  Not used.
464         (strsep, mkdtemp, asprintf): Replaced checks by gnulib checks.
465         (xsize): Added will probably come handy soon.
466         (CFLAGS): Use -Wformat-security instead of
467         -Wformat-nonliteral. Add --Wno-format-y2k.
468         * gl/, gl/m4/: New.
470 2005-05-15  Werner Koch  <wk@g10code.com>
472         * configure.ac: Remove option --disable-threads; require the use
473         of GNU Pth.
475 2005-04-27  Werner Koch  <wk@g10code.com>
477         * configure.ac: Removed OpenSC detection and options.
478         * acinclude.m4: Ditto.
480 2005-04-21  Werner Koch  <wk@g10code.com>
482         Released 1.9.16.
483         
484         * configure.ac: Do not build gpg by default.
486 2005-04-20  Werner Koch  <wk@g10code.com>
488         * configure.ac: Test whether GPG_ERR_LOCKED is declared and
489         provide a replacement if not.
491 2005-04-15  Werner Koch  <wk@g10code.com>
493         * configure.ac: Require libksba 0.9.11.
495 2005-04-15  Marcus Brinkmann  <marcus@g10code.de>
497         * configure.ac: Check for /usr/bin/shred and define SHRED.
498         
499         * configure.ac: Add --enable-symcryptrun, disabled by default.
500         Define automake variable BUILD_SYMCRYPTRUN.
501         Check for openpty -lutil, define LIBUTIL_LIBS.
503 2005-03-03  Werner Koch  <wk@g10code.com>
505         * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Accidently used
506         --ldflags instead of --cflags. Reported by Kazu Yamamoto.
508 2005-02-03  Werner Koch  <wk@g10code.com>
510         * AUTHORS: Copied from 1.4 and edited to refelct the changes in
511         1.9.
513 2005-01-17  Werner Koch  <wk@g10code.com>
515         * configure.ac: Make --without-included-regex work as expected.
516         Fixed FTP location info for some libraries.
518 2005-01-13  Werner Koch  <wk@g10code.com>
520         Released 1.9.15.
522         * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Link a simple test
523         program to see whether the installation is sane.
525 2005-01-07  Werner Koch  <wk@g10code.com>
527         * configure.ac: Require gpg-error 1.0.
529 2005-01-04  Werner Koch  <wk@g10code.com>
531         * configure.ac: Remove hack not to build gpg2 for W32.
532         * autogen.sh <build-w32>: Pass option --disable-gpg instead.
534 2004-12-22  Werner Koch  <wk@g10code.com>
536         Released 1.9.14.
538 2004-12-20  Werner Koch  <wk@g10code.com>
540         * configure.ac: Add PATHSEP_C and PATHSEP_S. For W32 let all
541         directories default to c:/gnupg.  Require libassuan 0.6.9.      
542         
543 2004-12-18  Werner Koch  <wk@g10code.com>
545         * configure.ac (AH_BOTTOM): Define EXEEXT_S.
547         * autogen.sh: Updated --build-w32 feature.
549 2004-12-15  Werner Koch  <wk@g10code.com>
551         * Makefile.am (SUBDIRS) [W32]: Do not build in tests/.
553         * acinclude.m4: Add proper macro name quoting for use with
554         automake 1.9.
556         * configure.ac: Add replacement check for ttyname.
557         Removed support for a included zlib.
559 2004-12-06  Werner Koch  <wk@g10code.com>
561         * configure.ac (have_w32_system): New.  Disable Pth checks for W32.
562         Link jnlib/w32-pth.h to pth.h.
564 2004-12-03  Werner Koch  <wk@g10code.com>
566         Released 1.9.13.
568 2004-11-26  Werner Koch  <wk@g10code.com>
570         * configure.ac: Replace strsep.  Replaced use of "target" by
571         "host".
572         
573 2004-10-22  Werner Koch  <wk@g10code.com>
575         Released 1.9.12.
577         * Makefile.am (AUTOMAKE_OPTIONS): Set option to create bzip2 tarball.
579 2004-10-01  Werner Koch  <wk@g10code.com>
581         Released 1.9.11.
583 2004-09-30  Werner Koch  <wk@g10code.com>
585         * README: Minor updates.
587 2004-09-30  gettextize  <bug-gnu-gettext@gnu.org>
589         * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.14.1.
591 2004-08-16  Werner Koch  <wk@g10code.de>
593         * configure.ac: Build Makefile for tests/pkits.  New option
594         --with-pkits-tests.
595         
596 2004-08-05  Werner Koch  <wk@g10code.de>
598         * configure.ac: Changed tests for libusb to also suuport the
599         stable version 0.1.x.
601 2004-07-22  Werner Koch  <wk@g10code.de>
603         Released 1.9.10.
605         * configure.ac: Define AM conditional HAVE_OPENSC.
607 2004-07-21  Werner Koch  <wk@g10code.de>
609         * configure.ac: Don't set DIE to no after it might has been set to
610         yes.
612 2004-07-20  Werner Koch  <wk@g10code.de>
614         * Makefile.am (sm): Build kbx only if gpgsm is to be build.
616 2004-07-20  Werner Koch  <wk@gnupg.org>
618         * configure.ac: New option --enable-agent-only.
620 2004-06-08  Werner Koch  <wk@gnupg.org>
622         Released 1.9.9.
624 2004-06-06  Werner Koch  <wk@gnupg.org>
626         * configure.ac: Require libksba 0.9.7.
628 2004-04-29  Werner Koch  <wk@gnupg.org>
630         Released 1.9.8.
632 2004-04-20  Werner Koch  <wk@gnupg.org>
634         * configure.ac: Remove the fopencookie test.  We don't need the
635         dummy function because we conditionally use fopencookie,
636         fpencookie or a replacement at place.
638 2004-04-02  Thomas Schwinge  <schwinge@nic-nac-project.de>
640         * autogen.sh: Added ACLOCAL_FLAGS.
642 2004-04-06  Werner Koch  <wk@gnupg.org>
644         Released 1.9.7.
646         * configure.ac: Require libgcrypt 1.1.94.
647         Introduce PACKAGE_GT and set it to gnupg2.
649 2004-03-23  Werner Koch  <wk@gnupg.org>
651         * configure.ac: Define SAFE_VERSION_DASH and SAFE_VERSION_DOT.
653 2004-03-09  Werner Koch  <wk@gnupg.org>
655         * configure.ac (NEED_GPG_ERROR_VERSION): Set to 0.7.
657 2004-03-06  Werner Koch  <wk@gnupg.org>
659         Released 1.9.6.
660         
661         * configure.ac: Check the Libgcrypt API.
663 2004-02-25  Werner Koch  <wk@gnupg.org>
665         * configure.ac: New option --disable-threads to inhibit
666         unintentional builds without Pth.
668 2004-02-21  Werner Koch  <wk@gnupg.org>
670         Released 1.9.5.
672 2004-02-20  Werner Koch  <wk@gnupg.org>
674         * configure.ac: Fixed URLs in the notice messages.
676 2004-02-18  Werner Koch  <wk@gnupg.org>
678         * acinclude.m4: Removed macros to detect gpg-error, libgcrypt,
679         libassuan and ksba as they are now distributed in m4/.
681 2004-02-13  Werner Koch  <wk@gnupg.org>
683         * configure.ac: Require libksba 0.9.4 and libgcrypt 1.1.92.
685 2004-02-12  Werner Koch  <wk@gnupg.org>
687         * autogen.sh: Removed cruft from debugging.
689         * am/cmacros.am: New.
691 2004-02-11  Werner Koch  <wk@gnupg.org>
693         * configure.ac: Removed the need for g10defs.h.  Reworked the
694         --with-foo-pgm stuff.
696         * autogen.sh (check_version): Removed bashism and simplified.
697         * acinclude.m4 (AM_PATH_OPENSC): Kludge to avoid error output for
698         a bad opensc-config.
700 2004-01-30  Werner Koch  <wk@gnupg.org>
702         Released 1.9.4.
704         * configure.ac: Require libksba 0.9.3 due to another bug fix there.
706 2004-01-29  Werner Koch  <wk@gnupg.org>
708         * README: Updated.
710         * configure.ac: Require libksba 0.9.2 due to bug fixes.
712 2004-01-24  Werner Koch  <wk@gnupg.org>
714         * configure.ac: Now requires libassuan 0.6.3.
716 2003-12-23  Werner Koch  <wk@gnupg.org>
718         Released 1.9.3.
720         * README-alpha: Removed.
721         * configure.ac, Makefile.am: Add the tests and tools directories.
723 2003-12-19  Werner Koch  <wk@gnupg.org>
725         * configure.ac: Now require libgcrypt 1.1.91 to help testing the
726         latest libgcrypt changes.  Requires libksab 0.9.1.
728 2003-12-17  Werner Koch  <wk@gnupg.org>
730         * configure.ac: Requires now libassuan 0.6.2.
731         (CFLAGS): Add --Wformat-noliteral in gcc mode.
733 2003-12-16  Werner Koch  <wk@gnupg.org>
735         * configure.ac: Check for funopen and fopencookie as part of the
736         jnlib checks.
738 2003-12-09  Werner Koch  <wk@gnupg.org>
740         * configure.ac: Add a min_automake_version.
741         * README.CVS: New.
742         * autogen.sh: Revamped except for the --build-w32 hack.
743         * Makefile.am: Add README.CVS
745 2003-11-17  Werner Koch  <wk@gnupg.org>
747         Release 1.9.2.
748         
749         * configure.ac: Requires now libassuan 0.6.1.
751 2003-10-31  Werner Koch  <wk@gnupg.org>
753         * configure.ac (NEED_KSBA_VERSION): Set to 0.9.0 due the changed
754         time interface.
756 2003-10-21  Werner Koch  <wk@gnupg.org>
758         * configure.ac (PRINTABLE_OS_NAME): Remove special case for The
759         Hurd; Robert Millan reported that the uname test is now
760         sufficient.
762 2003-10-01  Werner Koch  <wk@gnupg.org>
764         * configure.ac (AH_BOTTOM): Define GNUPG_MAJOR_VERSION. 
766 2003-09-23  Werner Koch  <wk@gnupg.org>
768         Merged most of David Shaw's changes in 1.3 since 2003-06-03.
769         
770         * configure.ac: Drop all TIGER/192 support.
771         (uint64_t): Check for UINT64_C to go along with uint64_t.
772         (getaddrinfo): Check for it.
773         (sigset_t): Check for sigset_t and struct sigaction.  This is for
774         Forte c89 on Solaris which seems to define only the function call
775         half of the two pairs by default.
776         (W32LIBS): Include wsock32 in W32LIBS.  This is different from
777         NETLIBS so we don't need to force other platforms to pull in the
778         netlibs when they aren't actually needed.
780 2003-09-06  Werner Koch  <wk@gnupg.org>
782         Released 1.9.1.
783         
784         * configure.ac: Require newer versions of some libraries.
786 2003-09-02  Werner Koch  <wk@gnupg.org>
788         * configure.ac (HAVE_LIBUSB): Added a simple test for libusb.
790 2003-08-19  Marcus Brinkmann  <marcus@g10code.de>
792         * configure.ac (AM_PATH_GPG_ERROR): Add missing comma in
793         invocation.
795 2003-08-06  Werner Koch  <wk@gnupg.org>
797         * configure.ac: Check for libgpg-error.  Print infos about missing
798         libraries more nicely.
799         * acinclude.m4 (AM_PATH_GPG_ERROR): Added.
801 2003-08-05  Werner Koch  <wk@gnupg.org>
803         Released 1.9.0.
804         
805         * configure.ac (GNUPG_DEFAULT_HONMEDIR): Changed back to ~/.gnupg.
806         
807 2003-07-31  Werner Koch  <wk@gnupg.org>
809         * Makefile.am (DISTCLEANFILES): Add g10defs.h
811 2003-06-18  Werner Koch  <wk@gnupg.org>
813         * configure.ac (GNUPG_DEFAULT_HOMEDIR): Changed temporary to
814         .gnupg2 to avoid accidential use with production keys.
816 2003-06-11  Werner Koch  <wk@gnupg.org>
818         * configure.ac: Merged all stuff from current 1.3 version in.
819         * acinclude.m4: Merged required macros from current 1.2 version in.
821 2003-06-04  Werner Koch  <wk@gnupg.org>
823         * configure.ac, Makefile.am: Enable building of gpg.
825 2003-04-29  Werner Koch  <wk@gnupg.org>
827         * configure.ac: Build a limited version of scdaemon if libopensc
828         is not available.
829         
830         * configure.ac (ALL_LINUGAS): Removed.
832         * Makefile.am (ACLOCAL_AMFLAGS): New.
833         * configure.ac (AM_GNU_GETTEXT_VERSION): New.  Set to 0.11.5.
835 2003-04-29  gettextize  <bug-gnu-gettext@gnu.org>
837         * Makefile.am (SUBDIRS): Add m4.
838         (ACLOCAL_AMFLAGS): New variable.
839         (EXTRA_DIST): Add scripts/config.rpath.
840         * configure.ac (AC_CONFIG_FILES): Add m4/Makefile.
842 2003-04-29  Werner Koch  <wk@gnupg.org>
844         * assuan/ : Removed.  We now use libassuan.
845         * Makefile.am (SUBDIRS): Removed assuan
847         * configure.ac: Check for libassuan.
849 2003-01-09  Werner Koch  <wk@gnupg.org>
851         * configure.ac (GNUPG_PROTECT_TOOL): New option --with-protect-tool. 
852         (NEED_KSBA_VERSION): Does now require 0.4.6.
854         * README: Noted where to find gpg-protect-tool. 
856 2002-10-31  Neal H. Walfield  <neal@g10code.de>
858         * configure.ac: Check for flockfile and funlockfile.  Check for
859         isascii and putc_unlocked replacing them if not found.
861         * configure.ac (PTH_LIBS): If pth is found, add the output of
862         `$PTH_CONFIG --ldflags`, not just `$PTH_CONFIG --libs`.
864 2002-10-19  Werner Koch  <wk@gnupg.org>
866         * configure.ac: Bumped version number to 1.9.0-cvs.
868         NewPG (Aegypten project) to GnuPG merge.
870 2002-09-20  Werner Koch  <wk@gnupg.org>
872         Released 0.9.2.
874 2002-09-05  Neal H. Walfield  <neal@g10code.de>
876         * configure.ac: Check for makeinfo.
878 2002-09-03  Neal H. Walfield  <neal@g10code.de>
880         * autogen.sh (have_version): New function.  Generalize and
881         simplify logic for finding and determining the versions of GNU
882         programs.  Use it.
884 2002-08-23  Werner Koch  <wk@gnupg.org>
886         Released 0.9.1.
888         * acinclude.m4 (AM_PATH_LIBGCRYPT): Updated from Libgcrypt.
889         (AM_PATH_OPENSC): Strip non-digits from the micro version.
891 2002-08-21  Werner Koch  <wk@gnupg.org>
893         Released 0.9.0.
895         * configure.ac: Changed the default homedir to .gnupg.
896         * README-alpha: Removed.
898 2002-08-19  Werner Koch  <wk@gnupg.org>
900         * acinclude.m4: Removed -lpcsclite from KSBA_LIBS; copy+paste bug.
902 2002-08-13  Werner Koch  <wk@gnupg.org>
904         * acinclude.m4 (AM_PATH_OPENSC, AM_PATH_KSBA): New.
905         * configure.ac: Use them.
907 2002-08-10  Werner Koch  <wk@gnupg.org>
909         Released 0.3.10.
910         
911         * configure.ac (NEED_LIBKSBA_VERSION): Require 0.4.4. Add support
912         for gettext.
914 2002-07-22  Werner Koch  <wk@gnupg.org>
916         * configure.ac: Check for ftello and provide a replacement.
918 2002-07-01  Werner Koch  <wk@gnupg.org>
920         Released 0.3.9.
921         
922         * README: Short note on how to export in pkcs-12 format.
924 2002-06-29  Werner Koch  <wk@gnupg.org>
926         * configure.ac: Define --with options to set the default location
927         of the agent, scdaemon, pinentry and dirmngr.
929 2002-06-27  Werner Koch  <wk@gnupg.org>
931         * README: Short blurb on how to import a PKCS-12 file.
933         * configure.ac (AH_BOTTOM): New to define some constants.
935 2002-06-25  Werner Koch  <wk@gnupg.org>
937         Released 0.3.8.
938         
939         * configure.ac (NEED_LIBGCRYPT_VERSION): Set to 1.1.8.
941 2002-06-12  Werner Koch  <wk@gnupg.org>
943         * configure.ac (NEED_LIBKSBA_VERSION): We need 0.4.3 now.
945 2002-06-04  Werner Koch  <wk@gnupg.org>
947         Released 0.3.7.
949 2002-05-21  Werner Koch  <wk@gnupg.org>
951         * configure.ac: We now require libgcrypt 1.1.7 and libksba 0.4.2.
953 2002-05-14  Werner Koch  <wk@gnupg.org>
955         * doc/: New
956         * configure.ac, Makefile.am:  Added doc/ 
958 2002-05-03  Werner Koch  <wk@gnupg.org>
960         Released 0.3.6.
962 2002-04-25  Werner Koch  <wk@gnupg.org>
964         * configure.ac: Check for setlocale.
966 2002-04-24  Marcus Brinkmann  <marcus@g10code.de>
968         * configure.ac: Check for locale.h.
970 2002-04-15  Werner Koch  <wk@gnupg.org>
972         Released 0.3.5.
973         
974         * NEWS: Started to describe release notes.
975         
976         * configure.ac (NEED_LIBKSBA_VERSION, NEED_LIBGCRYPT_VERSION): Defined
978 2002-04-01  Werner Koch  <wk@gnupg.org>
980         Released 0.3.4.
982 2002-03-18  Werner Koch  <wk@gnupg.org>
984         Released 0.3.3.
986 2002-03-08  Werner Koch  <wk@gnupg.org>
988         * README: Add some explanation on how to specify a user ID.
990 2002-03-06  Werner Koch  <wk@gnupg.org>
992         Released 0.3.2.
994 2002-03-04  Werner Koch  <wk@gnupg.org>
996         Released 0.3.1.
998         * README: Explained some options and files.
1000 2002-02-14  Werner Koch  <wk@gnupg.org>
1002         * configure.ac: Fixed status messages related to presence of Pth.
1004 2002-02-13  Werner Koch  <wk@gnupg.org>
1006         * acinclude.m4 (GNUPG_SYS_SO_PEERCRED): New.
1007         * configure.ac: use it.
1009 2002-02-12  Werner Koch  <wk@gnupg.org>
1011         * configure.ac: Check for PTH.  Provide replacement fucntions for
1012         apsrintf and fopencookie.
1014         * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): New.
1016 2002-02-07  Werner Koch  <wk@gnupg.org>
1018         Released 0.3.0.
1020         * configure.ac: Require libgcrypt 1.1.6.
1022 2002-02-01  Marcus Brinkmann  <marcus@g10code.de>
1024         * configure.ac (KSBA_CONFIG): Remove superfluous x in front of
1025         variable.
1027 2002-01-26  Werner Koch  <wk@gnupg.org>
1029         * configure.ac: Add options to disable the build of some programs
1030         and print a configure status at the end.
1031         * acinclude.m4 (GNUPG_BUILD_PROGRAM): New.
1033         * scd/ : New.  Added to Makefile and configure.
1034         * configure.ac: Check for libopensc
1035         * Makefile.am: Build scd only when libopensc is available
1037 2002-01-23  Werner Koch  <wk@gnupg.org>
1039         * configure.ac (mkdtemp): See whether we have to provide a
1040         replacement.
1042 2001-12-18  Werner Koch  <wk@gnupg.org>
1044         Released 0.0.0.
1046 2001-12-17  Werner Koch  <wk@gnupg.org>
1048         * acinclude.m4: Add AM_PATH_LIBGCRYPT macro.
1049         * configure.ac: and use it here. Figure out the location of libksba
1051 2001-12-15  Werner Koch  <wk@gnupg.org>
1053         * configure.ac (missing_dir): Bail out if asprintf and fopencookie
1054         are not available.
1056 2001-12-04  Werner Koch  <wk@gnupg.org>
1058         * configure.ac (HAVE_JNLIB_LOGGING): always define it.
1060         
1061  Copyright 2001, 2002, 2003, 2004, 2005, 2006,
1062            2007 Free Software Foundation, Inc.
1064  This file is free software; as a special exception the author gives
1065  unlimited permission to copy and/or distribute it, with or without
1066  modifications, as long as this notice is preserved.
1068  This file is distributed in the hope that it will be useful, but
1069  WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
1070  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1071