Print status of CRL checks in the audit log.
[gnupg.git] / ChangeLog
blob4cb8a7e4f8a57381ae82fb3c1fd3f9eba809adf2
1 2009-06-29  Werner Koch  <wk@g10code.com>
3         * configure.ac: Take care of --without-adns.  Suggested by
4         Arfrever Frehtes Taifersar Arahesis.
6 2009-06-17  Werner Koch  <wk@g10code.com>
8         Released 2.0.12.
10 2009-06-05  David Shaw  <dshaw@jabberwocky.com>
12         * configure.ac: Remove Camellia restriction.
14 2009-04-01  Werner Koch  <wk@g10code.com>
16         * configure.ac: Test for fsync.
18 2009-03-18  Werner Koch  <wk@g10code.com>
20         * configure.ac: Test for getrlimit.
22 2009-03-03  Werner Koch  <wk@g10code.com>
24         Release 2.0.11.
26 2009-01-12  Werner Koch  <wk@g10code.com>
28         Release 2.0.10.
30 2008-12-09  Werner Koch  <wk@g10code.com>
32         Release 2.0.10rc1.
34 2008-10-17  Werner Koch  <wk@g10code.com>
36         * configure.ac: Use more warning options with modern GCCs.
38 2008-09-29  Werner Koch  <wk@g10code.com>
40         * configure.ac: Require libgcrypt 1.4.
42 2008-08-27  David Shaw  <dshaw@jabberwocky.com>
44         * configure.ac: Use printf for the most portable SVN version
45         detection.
47         * configure.ac: Darwin's /bin/sh has a builtin echo that doesn't
48         understand '-n'.  Use tr to trim the carriage return instead.
50 2008-04-23  Werner Koch  <wk@g10code.com>
52         * configure.ac: Call gl_HEADER_SYS_SOCKET and gl_TYPE_SOCKLEN_T.
54 2008-04-07  Werner Koch  <wk@g10code.com>
56         * configure.ac (ADNSLIBS): Test for adns.
57         (GPGKEYS_KDNS): New.
59 2008-04-01  Werner Koch  <wk@g10code.com>
61         * configure.ac: Require curl 7.10 (Oct 1 2002) or later as we use
62         curl_version_info().
63         (AC_INIT): Fix quoting.
65 2008-03-27  Werner Koch  <wk@g10code.com>
67         * Makefile.am (dist_doc_DATA): New. Install README.
69 2008-03-26  Werner Koch  <wk@g10code.com>
71         Release 2.0.9.
73 2008-02-19  Werner Koch  <wk@g10code.com>
75         * configure.ac: Remove --with-pkits-tests.
77 2008-02-15  Werner Koch  <wk@g10code.com>
79         * gl/allocsa.h, gl/m4/allocsa.m4: Replace HAVE_LONG_LONG by
80         HAVE_LONG_LONG_INT.
82 2008-02-15  gettextize  <bug-gnu-gettext@gnu.org>
84         * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.17.
86 2007-12-20  Werner Koch  <wk@g10code.com>
88         Released 2.0.8.
90 2007-12-17  Werner Koch  <wk@g10code.com>
92         * configure.ac: Add treatment for HAVE_LDAP_START_TLS_SA.
94 2007-12-14  Werner Koch  <wk@g10code.com>
96         Released 2.0.8rc1.
98 2007-12-12  Werner Koch  <wk@g10code.com>
100         * configure.ac (USE_CAMELLIA): Define by new option --enable-camellia.
102 2007-12-03  Werner Koch  <wk@g10code.com>
104         * configure.ac: Add test gt_LC_MESSAGES..
106 2007-10-01  Werner Koch  <wk@g10code.com>
108         * configure.ac: Require assuan 1.0.4.
110 2007-09-14  Werner Koch  <wk@g10code.com>
112         * configure.ac (GNUPG_LIBASSUAN_VERSION): New.
114 2007-09-10  Werner Koch  <wk@g10code.com>
116         Released 2.0.7.
118 2007-08-27  Werner Koch  <wk@g10code.com>
120         * configure.ac: Remove remaining support for internal regex.
121         Define DISABLE_REGEX automake conditional.  Add option
122         --with-regex.
123         * autogen.sh [--build-w32]: Remove --disable-regex.  Use --with-regex.
125 2007-08-16  Werner Koch  <wk@g10code.com>
127         Released 2.0.6.
129 2007-08-08  Werner Koch  <wk@g10code.com>
131         * configure.ac: Use AC_CANONICAL_HOST and not AC_CANONICAL_TARGET.
133 2007-07-09  Werner Koch  <wk@g10code.com>
135         * configure.ac (AM_ICONV): Check for it even when building without
136         NLS.
138 2007-07-05  Werner Koch  <wk@g10code.com>
140         Released 2.0.5.
142         * configure.ac: Require libassuan 1.0.2.
144 2007-07-05  Marcus Brinkmann  <marcus@g10code.de>
146         * configure.ac: Invoke AM_LANGINFO_CODESET.
148 2007-07-04  Werner Koch  <wk@g10code.com>
150         * Makefile.am (AUTOMAKE_OPTIONS): Add no-dist-gzip.
152         Switched entire package to GPLv3+.
154         * configure.ac: Require libksba 1.0.2.
156         * COPYING:  Updated to GPLv3.
157         * COPYING.LIB: New as jnlib/ uses this license.
159         * gl/: Switched to GPLv3+.
161         * intl/ Removed.
162         * configure.ac (AM_GNU_GETTEXT): Add external flag.
163         (AM_ICONV): New.
165 2007-07-03  Werner Koch  <wk@g10code.com>
167         * configure.ac [W32]: Use ws2_32 instead of wsock32.
169 2007-06-25  Werner Koch  <wk@g10code.com>
171         * gl/mkdtemp.c (gen_tempname) [MKDIR_TAKES_ONE_ARG]: Avoid
172         compiler warning by using the proper config macro.
174 2007-06-15  Werner Koch  <wk@g10code.com>
176         * configure.ac: Call AM_PO_SUBDIRS.
177         (W32SOCKLIBS): New.
179         * autogen.sh: Use = and not == in test to be POSIXly correct.
180         <build-w32>: Disable use of regex.
182 2007-06-14  Werner Koch  <wk@g10code.com>
184         * configure.ac [AH_BOTTOM]: Remove the hardwired names of modules.
186 2007-06-12  Werner Koch  <wk@g10code.com>
188         * configure.ac [AH_BOTTOM]: Define HTTP_NO_WSASTARTUP.
190 2007-06-11  Werner Koch  <wk@g10code.com>
192         * am/cmacros.am (libcommonstd, libcommonpth, libcommonstd_ldadd)
193         (libcommonpth_ldadd): Add macros.
195 2007-06-06  Werner Koch  <wk@g10code.com>
197         * configure.ac: Add a few notices message so make browsing of the
198         log file easier.
199         (CC_FOR_BUILD): New.
201 2007-05-30  Werner Koch  <wk@g10code.com>
203         * configure.ac [W32]: Do not create a symlink to w32-pth.h.
204         Require the installation of the w32pth package.
206 2007-05-29  Werner Koch  <wk@g10code.com>
208         * gl/: Updated to a newer version.
210 2007-05-24  Werner Koch  <wk@g10code.com>
212         * configure.ac: Use -Wpointer-arith is possible.
214 2007-05-15  Werner Koch  <wk@g10code.com>
216         * configure.ac: Renamed the estream macros. Remove -Wformat-nonliteral.
218         * configure.ac: Call ESTREAM_INIT and define the memory
219         allocators for estream_asprintf.
220         (gl_MODULES): Remove vasprintf.
222 2007-05-09  Werner Koch  <wk@g10code.com>
224         Released 2.0.4.
226 2007-05-07  Werner Koch  <wk@g10code.com>
228         * configure.ac: Require libgcrypt 1.2.2 to avoid compiler warnings.
230 2007-05-07  gettextize  <bug-gnu-gettext@gnu.org>
232         * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.16.1.
234 2007-05-07  Werner Koch  <wk@g10code.com>
236         * configure.ac: Bail out if no C-89 compiler has been found.
238 2007-05-04  Werner Koch  <wk@g10code.com>
240         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-mailto
242         * configure.ac: Require automake 1.10
243         (AC_CONFIG_FILES): Rename gpgkeys_ to gpg2keys_.
244         (AM_PROG_CC_C_O): New.
246 2007-03-08  Werner Koch  <wk@g10code.com>
248         Released 2.0.3.
250         * autogen.sh: Add option --force.
252 2007-01-31  Werner Koch  <wk@g10code.com>
254         Released 2.0.2.
256 2006-11-30  Werner Koch  <wk@g10code.com>
258         * configure.ac: Save original LIBS when testing for dlopen.
260 2006-11-28  Werner Koch  <wk@g10code.com>
262         Released 2.0.1.
264 2006-11-23  Werner Koch  <wk@g10code.com>
266         Released 2.0.1rc1.
268 2006-11-21  Werner Koch  <wk@g10code.com>
270         * configure.ac [AH_BOTTOM]: Disable PTH soft mapping.
271         (AC_CHECK_SIZEOF): Check for time_t.
272         (BUILD_INCLUDED_LIBINTL): Remove AM_PO_SUBDIRS as it is not
273         required for C.
275 2006-11-15  Werner Koch  <wk@g10code.com>
277         * autogen.sh: Add convenience option --build-amd64.
279 2006-11-14  Werner Koch  <wk@g10code.com>
281         * configure.ac (HAVE_ASSUAN_SET_IO_MONITOR): Test for it.
283 2006-11-11  Werner Koch  <wk@g10code.com>
285         Released 2.0.0.
287 2006-11-06  Werner Koch  <wk@g10code.com>
289         Released 1.9.95.
291 2006-11-03  Werner Koch  <wk@g10code.com>
293         * configure.ac: Test for pty.h.  From Gentoo.
295 2006-10-24  Werner Koch  <wk@g10code.com>
297         Released 1.9.94.
299 2006-10-20  Werner Koch  <wk@g10code.com>
301         * Makefile.am (stowinstall): Add convenience target.
303 2006-10-18  Werner Koch  <wk@g10code.com>
305         * configure.ac: svn revison magic fixes for old bashs.  Suggested
306         by Alain Guibert.
308 2006-10-18  Werner Koch  <wk@g10code.com>
310         Released 1.9.93.
312 2006-10-17  Werner Koch  <wk@g10code.com>
314         * autogen.sh <--build-w32>: Test also for a host "mingw32".
316         * configure.ac: Removed W32LIBS. Use NETLIBS instead.
318 2006-10-11  Werner Koch  <wk@g10code.com>
320         Released 1.9.92.
322         * configure.ac: Require libassuan 0.9.3.
324 2006-10-09  Werner Koch  <wk@g10code.com>
326         * acinclude.m4: Moved pth check to m4/gnupg-pth.m4.
328 2006-10-06  Werner Koch  <wk@g10code.com>
330         * configure.ac: Also check for libassuan's pth version.
332 2006-10-04  Werner Koch  <wk@g10code.com>
334         Released 1.9.91.
336         * configure.ac: Require libassuan 0.9.1 which fixes a problem with
337         gpgsm.
339 2006-09-27  Werner Koch  <wk@g10code.com>
341         * gl/strsep.h, gl/strsep.c, gl/m4/strsep.m4: Removed.
342         * gl/strpbrk.h, gl/strpbrk.c, gl/m4/strpbrk.m4: Removed.
343         * gl/Makefile.am: Removed module strsep and strpbrk.
344         * configure.ac: Check for strsep in the context of jnlib.  Remove
345         check from gl_MODULES. Moved check for timegm into the jnlib context.
347 2006-09-27  Marcus Brinkmann  <marcus@g10code.de>
349         * Makefile.am: Fix cut & paste error.
351 2006-09-25  Werner Koch  <wk@g10code.com>
353         Released 1.9.90.
355 2006-09-22  Werner Koch  <wk@g10code.com>
357         * AUTHORS: Add information about used licenses.
359 2006-09-20  Werner Koch  <wk@g10code.com>
361         * Makefile.am (dist-hook): Removed distfiles cruft.
362         (SUBDIRS): Added include
364 2006-09-18  Werner Koch  <wk@g10code.com>
366         Released 1.9.23.
367         
368         * configure.ac (--enable-agent-only): Donot build tools and doc
369         (--disable-tools,--disable-doc): New.
370         * Makefile.am (SUBDIRS): Allow to conditional build tools and doc.
372 2006-09-14  Werner Koch  <wk@g10code.com>
374         Replaced all call gpg_error_from_errno(errno) by
375         gpg_error_from_syserror().
376         
377         * configure.ac: Build gpg by default.
378         (GNUPG_SYS_SO_PEERCRED): Removed.
380 2006-09-13  Werner Koch  <wk@g10code.com>
382         * autogen.sh: Better detection of the cross compiler kit.
384 2006-09-06  Marcus Brinkmann  <marcus@g10code.de>
386         * configure.ac: New automake conditional RUN_GPG_TESTS.
388 2006-09-06  Werner Koch  <wk@g10code.com>
390         * configure.ac: Define _ASSUAN_ONLY_GPG_ERRORS.  Require Assuan
391         0.9 and libgpg-error 1.4 
393 2006-08-31  Werner Koch  <wk@g10code.com>
395         * configure.ac: Require libksba 1.0 and added API check for it.
396         (GPG_ERR_LOCKED): Removed DECL check as we require 1.2 anyway.
397         (have_libusb): New to give a feedback about CCID support
399 2006-08-21  Werner Koch  <wk@g10code.com>
401         * configure.ac: Removed docbook tests.
402         (AC_CONFIG_FILES): Added gpgkeys_test and gpgkeys_mailto.
404         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Enable gpg.
406 2006-08-17  Werner Koch  <wk@g10code.com>
408         * THANKS: Merged with the 1.4 one.
410 2006-08-16  Werner Koch  <wk@g10code.com>
412         * configure.ac: Removed test for capabilities and mlock.
414 2006-08-15  Werner Koch  <wk@g10code.com>
416         * Makefile.am (keyserver): Enable building of keyserver helpers.
418         * configure.ac: Merged with the current configure from 1.4.5.
419         Require libgpg-error 1.2 and libksba 0.9.16.
421 2006-07-29  Marcus Brinkmann  <marcus@g10code.de>
423         * README: Spelling fixes.
425 2006-07-27  Werner Koch  <wk@g10code.com>
427         Released 1.9.22.
429         * configure.ac: Call AB_INIT.
431 2006-07-03  Werner Koch  <wk@g10code.com>
433         * configure.ac: Test for ksba_dn_teststr. 
435 2006-06-30  Werner Koch  <wk@g10code.com>
437         * keyserver/: New.  Taken from 1.4.4
438         * Makefile.am (SUBDIRS): Include keyserver/.
439         * configure.ac: Include keyserver/.
440         (FAKE_CURL, GPGKEYS_CURL): New.
441         
442 2006-06-20  Werner Koch  <wk@g10code.com>
444         Released 1.9.21.
446 2006-06-08  Marcus Brinkmann  <marcus@g10code.de>
448         * configure.ac (PTH_LIBS): Add --all to pth-config invocation.
450 2006-05-24  Werner Koch  <wk@g10code.com>
452         * configure.ac: New option --disable-optimization taked from 1.4.3.
454 2006-05-23  Werner Koch  <wk@g10code.com>
456         * configure.ac (ZLIBS): New for zlib link commands. Add bzip2
457         support.
459 2006-05-22  Werner Koch  <wk@g10code.com>
461         * configure.ac (EXEEXT): New.
463 2006-04-18  Werner Koch  <wk@g10code.com>
465         * configure.ac (PK_UID_CACHE_SIZE): New.
467 2006-04-07  Werner Koch  <wk@g10code.com>
469         * configure.ac: Use new method to include the SVN revison.  Now it
470         is the actual global revision number.
472 2005-12-20  Werner Koch  <wk@g10code.com>
474         Released 1.9.20.
476 2005-11-28  Werner Koch  <wk@g10code.com>
478         * configure.ac: Append the revision to the version string.
480 2005-11-13  Werner Koch  <wk@g10code.com>
482         * am/cmacros.am (-DGNUPG_SYSCONFDIR): Define it.
484 2005-11-11  Werner Koch  <wk@g10code.com>
486         * configure.ac (NEED_KSBA_VERSION: Require 0.9.13.
488 2005-09-12  Werner Koch  <wk@g10code.com>
490         Released 1.9.19.
492 2005-08-01  Werner Koch  <wk@g10code.com>
494         Released 1.9.18.
495         
496         * configure.ac: Require libksba 0.9.12 to match new features in gpgsm.
498 2005-06-20  Werner Koch  <wk@g10code.com>
500         Released 1.9.17.
502 2005-06-02  Werner Koch  <wk@g10code.com>
504         * configure.ac (HAVE_PTH): Define as alias for USE_GNU_PTH.  It is
505         used by common/estream.c.
507 2005-06-01  Werner Koch  <wk@g10code.com>
509         * configure.ac (gl_INIT): Add gnulib stuff.
510         (fseeko, ftello, ttyname, isascii): Replaced the AC_REPLACE_FUNCS
511         by a simple check.
512         (putc_unlocked): Removed check.  Not used.
513         (strsep, mkdtemp, asprintf): Replaced checks by gnulib checks.
514         (xsize): Added will probably come handy soon.
515         (CFLAGS): Use -Wformat-security instead of
516         -Wformat-nonliteral. Add --Wno-format-y2k.
517         * gl/, gl/m4/: New.
519 2005-05-15  Werner Koch  <wk@g10code.com>
521         * configure.ac: Remove option --disable-threads; require the use
522         of GNU Pth.
524 2005-04-27  Werner Koch  <wk@g10code.com>
526         * configure.ac: Removed OpenSC detection and options.
527         * acinclude.m4: Ditto.
529 2005-04-21  Werner Koch  <wk@g10code.com>
531         Released 1.9.16.
532         
533         * configure.ac: Do not build gpg by default.
535 2005-04-20  Werner Koch  <wk@g10code.com>
537         * configure.ac: Test whether GPG_ERR_LOCKED is declared and
538         provide a replacement if not.
540 2005-04-15  Werner Koch  <wk@g10code.com>
542         * configure.ac: Require libksba 0.9.11.
544 2005-04-15  Marcus Brinkmann  <marcus@g10code.de>
546         * configure.ac: Check for /usr/bin/shred and define SHRED.
547         
548         * configure.ac: Add --enable-symcryptrun, disabled by default.
549         Define automake variable BUILD_SYMCRYPTRUN.
550         Check for openpty -lutil, define LIBUTIL_LIBS.
552 2005-03-03  Werner Koch  <wk@g10code.com>
554         * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Accidently used
555         --ldflags instead of --cflags. Reported by Kazu Yamamoto.
557 2005-02-03  Werner Koch  <wk@g10code.com>
559         * AUTHORS: Copied from 1.4 and edited to refelct the changes in
560         1.9.
562 2005-01-17  Werner Koch  <wk@g10code.com>
564         * configure.ac: Make --without-included-regex work as expected.
565         Fixed FTP location info for some libraries.
567 2005-01-13  Werner Koch  <wk@g10code.com>
569         Released 1.9.15.
571         * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Link a simple test
572         program to see whether the installation is sane.
574 2005-01-07  Werner Koch  <wk@g10code.com>
576         * configure.ac: Require gpg-error 1.0.
578 2005-01-04  Werner Koch  <wk@g10code.com>
580         * configure.ac: Remove hack not to build gpg2 for W32.
581         * autogen.sh <build-w32>: Pass option --disable-gpg instead.
583 2004-12-22  Werner Koch  <wk@g10code.com>
585         Released 1.9.14.
587 2004-12-20  Werner Koch  <wk@g10code.com>
589         * configure.ac: Add PATHSEP_C and PATHSEP_S. For W32 let all
590         directories default to c:/gnupg.  Require libassuan 0.6.9.      
591         
592 2004-12-18  Werner Koch  <wk@g10code.com>
594         * configure.ac (AH_BOTTOM): Define EXEEXT_S.
596         * autogen.sh: Updated --build-w32 feature.
598 2004-12-15  Werner Koch  <wk@g10code.com>
600         * Makefile.am (SUBDIRS) [W32]: Do not build in tests/.
602         * acinclude.m4: Add proper macro name quoting for use with
603         automake 1.9.
605         * configure.ac: Add replacement check for ttyname.
606         Removed support for a included zlib.
608 2004-12-06  Werner Koch  <wk@g10code.com>
610         * configure.ac (have_w32_system): New.  Disable Pth checks for W32.
611         Link jnlib/w32-pth.h to pth.h.
613 2004-12-03  Werner Koch  <wk@g10code.com>
615         Released 1.9.13.
617 2004-11-26  Werner Koch  <wk@g10code.com>
619         * configure.ac: Replace strsep.  Replaced use of "target" by
620         "host".
621         
622 2004-10-22  Werner Koch  <wk@g10code.com>
624         Released 1.9.12.
626         * Makefile.am (AUTOMAKE_OPTIONS): Set option to create bzip2 tarball.
628 2004-10-01  Werner Koch  <wk@g10code.com>
630         Released 1.9.11.
632 2004-09-30  Werner Koch  <wk@g10code.com>
634         * README: Minor updates.
636 2004-09-30  gettextize  <bug-gnu-gettext@gnu.org>
638         * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.14.1.
640 2004-08-16  Werner Koch  <wk@g10code.de>
642         * configure.ac: Build Makefile for tests/pkits.  New option
643         --with-pkits-tests.
644         
645 2004-08-05  Werner Koch  <wk@g10code.de>
647         * configure.ac: Changed tests for libusb to also suuport the
648         stable version 0.1.x.
650 2004-07-22  Werner Koch  <wk@g10code.de>
652         Released 1.9.10.
654         * configure.ac: Define AM conditional HAVE_OPENSC.
656 2004-07-21  Werner Koch  <wk@g10code.de>
658         * configure.ac: Don't set DIE to no after it might has been set to
659         yes.
661 2004-07-20  Werner Koch  <wk@g10code.de>
663         * Makefile.am (sm): Build kbx only if gpgsm is to be build.
665 2004-07-20  Werner Koch  <wk@gnupg.org>
667         * configure.ac: New option --enable-agent-only.
669 2004-06-08  Werner Koch  <wk@gnupg.org>
671         Released 1.9.9.
673 2004-06-06  Werner Koch  <wk@gnupg.org>
675         * configure.ac: Require libksba 0.9.7.
677 2004-04-29  Werner Koch  <wk@gnupg.org>
679         Released 1.9.8.
681 2004-04-20  Werner Koch  <wk@gnupg.org>
683         * configure.ac: Remove the fopencookie test.  We don't need the
684         dummy function because we conditionally use fopencookie,
685         fpencookie or a replacement at place.
687 2004-04-02  Thomas Schwinge  <schwinge@nic-nac-project.de>
689         * autogen.sh: Added ACLOCAL_FLAGS.
691 2004-04-06  Werner Koch  <wk@gnupg.org>
693         Released 1.9.7.
695         * configure.ac: Require libgcrypt 1.1.94.
696         Introduce PACKAGE_GT and set it to gnupg2.
698 2004-03-23  Werner Koch  <wk@gnupg.org>
700         * configure.ac: Define SAFE_VERSION_DASH and SAFE_VERSION_DOT.
702 2004-03-09  Werner Koch  <wk@gnupg.org>
704         * configure.ac (NEED_GPG_ERROR_VERSION): Set to 0.7.
706 2004-03-06  Werner Koch  <wk@gnupg.org>
708         Released 1.9.6.
709         
710         * configure.ac: Check the Libgcrypt API.
712 2004-02-25  Werner Koch  <wk@gnupg.org>
714         * configure.ac: New option --disable-threads to inhibit
715         unintentional builds without Pth.
717 2004-02-21  Werner Koch  <wk@gnupg.org>
719         Released 1.9.5.
721 2004-02-20  Werner Koch  <wk@gnupg.org>
723         * configure.ac: Fixed URLs in the notice messages.
725 2004-02-18  Werner Koch  <wk@gnupg.org>
727         * acinclude.m4: Removed macros to detect gpg-error, libgcrypt,
728         libassuan and ksba as they are now distributed in m4/.
730 2004-02-13  Werner Koch  <wk@gnupg.org>
732         * configure.ac: Require libksba 0.9.4 and libgcrypt 1.1.92.
734 2004-02-12  Werner Koch  <wk@gnupg.org>
736         * autogen.sh: Removed cruft from debugging.
738         * am/cmacros.am: New.
740 2004-02-11  Werner Koch  <wk@gnupg.org>
742         * configure.ac: Removed the need for g10defs.h.  Reworked the
743         --with-foo-pgm stuff.
745         * autogen.sh (check_version): Removed bashism and simplified.
746         * acinclude.m4 (AM_PATH_OPENSC): Kludge to avoid error output for
747         a bad opensc-config.
749 2004-01-30  Werner Koch  <wk@gnupg.org>
751         Released 1.9.4.
753         * configure.ac: Require libksba 0.9.3 due to another bug fix there.
755 2004-01-29  Werner Koch  <wk@gnupg.org>
757         * README: Updated.
759         * configure.ac: Require libksba 0.9.2 due to bug fixes.
761 2004-01-24  Werner Koch  <wk@gnupg.org>
763         * configure.ac: Now requires libassuan 0.6.3.
765 2003-12-23  Werner Koch  <wk@gnupg.org>
767         Released 1.9.3.
769         * README-alpha: Removed.
770         * configure.ac, Makefile.am: Add the tests and tools directories.
772 2003-12-19  Werner Koch  <wk@gnupg.org>
774         * configure.ac: Now require libgcrypt 1.1.91 to help testing the
775         latest libgcrypt changes.  Requires libksab 0.9.1.
777 2003-12-17  Werner Koch  <wk@gnupg.org>
779         * configure.ac: Requires now libassuan 0.6.2.
780         (CFLAGS): Add --Wformat-noliteral in gcc mode.
782 2003-12-16  Werner Koch  <wk@gnupg.org>
784         * configure.ac: Check for funopen and fopencookie as part of the
785         jnlib checks.
787 2003-12-09  Werner Koch  <wk@gnupg.org>
789         * configure.ac: Add a min_automake_version.
790         * README.CVS: New.
791         * autogen.sh: Revamped except for the --build-w32 hack.
792         * Makefile.am: Add README.CVS
794 2003-11-17  Werner Koch  <wk@gnupg.org>
796         Release 1.9.2.
797         
798         * configure.ac: Requires now libassuan 0.6.1.
800 2003-10-31  Werner Koch  <wk@gnupg.org>
802         * configure.ac (NEED_KSBA_VERSION): Set to 0.9.0 due the changed
803         time interface.
805 2003-10-21  Werner Koch  <wk@gnupg.org>
807         * configure.ac (PRINTABLE_OS_NAME): Remove special case for The
808         Hurd; Robert Millan reported that the uname test is now
809         sufficient.
811 2003-10-01  Werner Koch  <wk@gnupg.org>
813         * configure.ac (AH_BOTTOM): Define GNUPG_MAJOR_VERSION. 
815 2003-09-23  Werner Koch  <wk@gnupg.org>
817         Merged most of David Shaw's changes in 1.3 since 2003-06-03.
818         
819         * configure.ac: Drop all TIGER/192 support.
820         (uint64_t): Check for UINT64_C to go along with uint64_t.
821         (getaddrinfo): Check for it.
822         (sigset_t): Check for sigset_t and struct sigaction.  This is for
823         Forte c89 on Solaris which seems to define only the function call
824         half of the two pairs by default.
825         (W32LIBS): Include wsock32 in W32LIBS.  This is different from
826         NETLIBS so we don't need to force other platforms to pull in the
827         netlibs when they aren't actually needed.
829 2003-09-06  Werner Koch  <wk@gnupg.org>
831         Released 1.9.1.
832         
833         * configure.ac: Require newer versions of some libraries.
835 2003-09-02  Werner Koch  <wk@gnupg.org>
837         * configure.ac (HAVE_LIBUSB): Added a simple test for libusb.
839 2003-08-19  Marcus Brinkmann  <marcus@g10code.de>
841         * configure.ac (AM_PATH_GPG_ERROR): Add missing comma in
842         invocation.
844 2003-08-06  Werner Koch  <wk@gnupg.org>
846         * configure.ac: Check for libgpg-error.  Print infos about missing
847         libraries more nicely.
848         * acinclude.m4 (AM_PATH_GPG_ERROR): Added.
850 2003-08-05  Werner Koch  <wk@gnupg.org>
852         Released 1.9.0.
853         
854         * configure.ac (GNUPG_DEFAULT_HONMEDIR): Changed back to ~/.gnupg.
855         
856 2003-07-31  Werner Koch  <wk@gnupg.org>
858         * Makefile.am (DISTCLEANFILES): Add g10defs.h
860 2003-06-18  Werner Koch  <wk@gnupg.org>
862         * configure.ac (GNUPG_DEFAULT_HOMEDIR): Changed temporary to
863         .gnupg2 to avoid accidential use with production keys.
865 2003-06-11  Werner Koch  <wk@gnupg.org>
867         * configure.ac: Merged all stuff from current 1.3 version in.
868         * acinclude.m4: Merged required macros from current 1.2 version in.
870 2003-06-04  Werner Koch  <wk@gnupg.org>
872         * configure.ac, Makefile.am: Enable building of gpg.
874 2003-04-29  Werner Koch  <wk@gnupg.org>
876         * configure.ac: Build a limited version of scdaemon if libopensc
877         is not available.
878         
879         * configure.ac (ALL_LINUGAS): Removed.
881         * Makefile.am (ACLOCAL_AMFLAGS): New.
882         * configure.ac (AM_GNU_GETTEXT_VERSION): New.  Set to 0.11.5.
884 2003-04-29  gettextize  <bug-gnu-gettext@gnu.org>
886         * Makefile.am (SUBDIRS): Add m4.
887         (ACLOCAL_AMFLAGS): New variable.
888         (EXTRA_DIST): Add scripts/config.rpath.
889         * configure.ac (AC_CONFIG_FILES): Add m4/Makefile.
891 2003-04-29  Werner Koch  <wk@gnupg.org>
893         * assuan/ : Removed.  We now use libassuan.
894         * Makefile.am (SUBDIRS): Removed assuan
896         * configure.ac: Check for libassuan.
898 2003-01-09  Werner Koch  <wk@gnupg.org>
900         * configure.ac (GNUPG_PROTECT_TOOL): New option --with-protect-tool. 
901         (NEED_KSBA_VERSION): Does now require 0.4.6.
903         * README: Noted where to find gpg-protect-tool. 
905 2002-10-31  Neal H. Walfield  <neal@g10code.de>
907         * configure.ac: Check for flockfile and funlockfile.  Check for
908         isascii and putc_unlocked replacing them if not found.
910         * configure.ac (PTH_LIBS): If pth is found, add the output of
911         `$PTH_CONFIG --ldflags`, not just `$PTH_CONFIG --libs`.
913 2002-10-19  Werner Koch  <wk@gnupg.org>
915         * configure.ac: Bumped version number to 1.9.0-cvs.
917         NewPG (Aegypten project) to GnuPG merge.
919 2002-09-20  Werner Koch  <wk@gnupg.org>
921         Released 0.9.2.
923 2002-09-05  Neal H. Walfield  <neal@g10code.de>
925         * configure.ac: Check for makeinfo.
927 2002-09-03  Neal H. Walfield  <neal@g10code.de>
929         * autogen.sh (have_version): New function.  Generalize and
930         simplify logic for finding and determining the versions of GNU
931         programs.  Use it.
933 2002-08-23  Werner Koch  <wk@gnupg.org>
935         Released 0.9.1.
937         * acinclude.m4 (AM_PATH_LIBGCRYPT): Updated from Libgcrypt.
938         (AM_PATH_OPENSC): Strip non-digits from the micro version.
940 2002-08-21  Werner Koch  <wk@gnupg.org>
942         Released 0.9.0.
944         * configure.ac: Changed the default homedir to .gnupg.
945         * README-alpha: Removed.
947 2002-08-19  Werner Koch  <wk@gnupg.org>
949         * acinclude.m4: Removed -lpcsclite from KSBA_LIBS; copy+paste bug.
951 2002-08-13  Werner Koch  <wk@gnupg.org>
953         * acinclude.m4 (AM_PATH_OPENSC, AM_PATH_KSBA): New.
954         * configure.ac: Use them.
956 2002-08-10  Werner Koch  <wk@gnupg.org>
958         Released 0.3.10.
959         
960         * configure.ac (NEED_LIBKSBA_VERSION): Require 0.4.4. Add support
961         for gettext.
963 2002-07-22  Werner Koch  <wk@gnupg.org>
965         * configure.ac: Check for ftello and provide a replacement.
967 2002-07-01  Werner Koch  <wk@gnupg.org>
969         Released 0.3.9.
970         
971         * README: Short note on how to export in pkcs-12 format.
973 2002-06-29  Werner Koch  <wk@gnupg.org>
975         * configure.ac: Define --with options to set the default location
976         of the agent, scdaemon, pinentry and dirmngr.
978 2002-06-27  Werner Koch  <wk@gnupg.org>
980         * README: Short blurb on how to import a PKCS-12 file.
982         * configure.ac (AH_BOTTOM): New to define some constants.
984 2002-06-25  Werner Koch  <wk@gnupg.org>
986         Released 0.3.8.
987         
988         * configure.ac (NEED_LIBGCRYPT_VERSION): Set to 1.1.8.
990 2002-06-12  Werner Koch  <wk@gnupg.org>
992         * configure.ac (NEED_LIBKSBA_VERSION): We need 0.4.3 now.
994 2002-06-04  Werner Koch  <wk@gnupg.org>
996         Released 0.3.7.
998 2002-05-21  Werner Koch  <wk@gnupg.org>
1000         * configure.ac: We now require libgcrypt 1.1.7 and libksba 0.4.2.
1002 2002-05-14  Werner Koch  <wk@gnupg.org>
1004         * doc/: New
1005         * configure.ac, Makefile.am:  Added doc/ 
1007 2002-05-03  Werner Koch  <wk@gnupg.org>
1009         Released 0.3.6.
1011 2002-04-25  Werner Koch  <wk@gnupg.org>
1013         * configure.ac: Check for setlocale.
1015 2002-04-24  Marcus Brinkmann  <marcus@g10code.de>
1017         * configure.ac: Check for locale.h.
1019 2002-04-15  Werner Koch  <wk@gnupg.org>
1021         Released 0.3.5.
1022         
1023         * NEWS: Started to describe release notes.
1024         
1025         * configure.ac (NEED_LIBKSBA_VERSION, NEED_LIBGCRYPT_VERSION): Defined
1027 2002-04-01  Werner Koch  <wk@gnupg.org>
1029         Released 0.3.4.
1031 2002-03-18  Werner Koch  <wk@gnupg.org>
1033         Released 0.3.3.
1035 2002-03-08  Werner Koch  <wk@gnupg.org>
1037         * README: Add some explanation on how to specify a user ID.
1039 2002-03-06  Werner Koch  <wk@gnupg.org>
1041         Released 0.3.2.
1043 2002-03-04  Werner Koch  <wk@gnupg.org>
1045         Released 0.3.1.
1047         * README: Explained some options and files.
1049 2002-02-14  Werner Koch  <wk@gnupg.org>
1051         * configure.ac: Fixed status messages related to presence of Pth.
1053 2002-02-13  Werner Koch  <wk@gnupg.org>
1055         * acinclude.m4 (GNUPG_SYS_SO_PEERCRED): New.
1056         * configure.ac: use it.
1058 2002-02-12  Werner Koch  <wk@gnupg.org>
1060         * configure.ac: Check for PTH.  Provide replacement fucntions for
1061         apsrintf and fopencookie.
1063         * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): New.
1065 2002-02-07  Werner Koch  <wk@gnupg.org>
1067         Released 0.3.0.
1069         * configure.ac: Require libgcrypt 1.1.6.
1071 2002-02-01  Marcus Brinkmann  <marcus@g10code.de>
1073         * configure.ac (KSBA_CONFIG): Remove superfluous x in front of
1074         variable.
1076 2002-01-26  Werner Koch  <wk@gnupg.org>
1078         * configure.ac: Add options to disable the build of some programs
1079         and print a configure status at the end.
1080         * acinclude.m4 (GNUPG_BUILD_PROGRAM): New.
1082         * scd/ : New.  Added to Makefile and configure.
1083         * configure.ac: Check for libopensc
1084         * Makefile.am: Build scd only when libopensc is available
1086 2002-01-23  Werner Koch  <wk@gnupg.org>
1088         * configure.ac (mkdtemp): See whether we have to provide a
1089         replacement.
1091 2001-12-18  Werner Koch  <wk@gnupg.org>
1093         Released 0.0.0.
1095 2001-12-17  Werner Koch  <wk@gnupg.org>
1097         * acinclude.m4: Add AM_PATH_LIBGCRYPT macro.
1098         * configure.ac: and use it here. Figure out the location of libksba
1100 2001-12-15  Werner Koch  <wk@gnupg.org>
1102         * configure.ac (missing_dir): Bail out if asprintf and fopencookie
1103         are not available.
1105 2001-12-04  Werner Koch  <wk@gnupg.org>
1107         * configure.ac (HAVE_JNLIB_LOGGING): always define it.
1109         
1110  Copyright 2001, 2002, 2003, 2004, 2005, 2006,
1111            2007 Free Software Foundation, Inc.
1113  This file is free software; as a special exception the author gives
1114  unlimited permission to copy and/or distribute it, with or without
1115  modifications, as long as this notice is preserved.
1117  This file is distributed in the hope that it will be useful, but
1118  WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
1119  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1120