Avoid catch-22 with README.main not being distributed but having the
[gnupg.git] / ChangeLog
blob77e3ec719217e694aa42f48b8247b09318f40709
1 2009-09-04  Werner Koch  <wk@g10code.com>
3         Release 2.0.13.
5 2009-06-29  Werner Koch  <wk@g10code.com>
7         * configure.ac: Take care of --without-adns.  Suggested by
8         Arfrever Frehtes Taifersar Arahesis.
10 2009-06-17  Werner Koch  <wk@g10code.com>
12         Release 2.0.12.
14 2009-06-05  David Shaw  <dshaw@jabberwocky.com>
16         * configure.ac: Remove Camellia restriction.
18 2009-04-01  Werner Koch  <wk@g10code.com>
20         * configure.ac: Test for fsync.
22 2009-03-18  Werner Koch  <wk@g10code.com>
24         * configure.ac: Test for getrlimit.
26 2009-03-03  Werner Koch  <wk@g10code.com>
28         Release 2.0.11.
30 2009-01-12  Werner Koch  <wk@g10code.com>
32         Release 2.0.10.
34 2008-12-09  Werner Koch  <wk@g10code.com>
36         Release 2.0.10rc1.
38 2008-10-17  Werner Koch  <wk@g10code.com>
40         * configure.ac: Use more warning options with modern GCCs.
42 2008-09-29  Werner Koch  <wk@g10code.com>
44         * configure.ac: Require libgcrypt 1.4.
46 2008-08-27  David Shaw  <dshaw@jabberwocky.com>
48         * configure.ac: Use printf for the most portable SVN version
49         detection.
51         * configure.ac: Darwin's /bin/sh has a builtin echo that doesn't
52         understand '-n'.  Use tr to trim the carriage return instead.
54 2008-04-23  Werner Koch  <wk@g10code.com>
56         * configure.ac: Call gl_HEADER_SYS_SOCKET and gl_TYPE_SOCKLEN_T.
58 2008-04-07  Werner Koch  <wk@g10code.com>
60         * configure.ac (ADNSLIBS): Test for adns.
61         (GPGKEYS_KDNS): New.
63 2008-04-01  Werner Koch  <wk@g10code.com>
65         * configure.ac: Require curl 7.10 (Oct 1 2002) or later as we use
66         curl_version_info().
67         (AC_INIT): Fix quoting.
69 2008-03-27  Werner Koch  <wk@g10code.com>
71         * Makefile.am (dist_doc_DATA): New. Install README.
73 2008-03-26  Werner Koch  <wk@g10code.com>
75         Release 2.0.9.
77 2008-02-19  Werner Koch  <wk@g10code.com>
79         * configure.ac: Remove --with-pkits-tests.
81 2008-02-15  Werner Koch  <wk@g10code.com>
83         * gl/allocsa.h, gl/m4/allocsa.m4: Replace HAVE_LONG_LONG by
84         HAVE_LONG_LONG_INT.
86 2008-02-15  gettextize  <bug-gnu-gettext@gnu.org>
88         * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.17.
90 2007-12-20  Werner Koch  <wk@g10code.com>
92         Released 2.0.8.
94 2007-12-17  Werner Koch  <wk@g10code.com>
96         * configure.ac: Add treatment for HAVE_LDAP_START_TLS_SA.
98 2007-12-14  Werner Koch  <wk@g10code.com>
100         Released 2.0.8rc1.
102 2007-12-12  Werner Koch  <wk@g10code.com>
104         * configure.ac (USE_CAMELLIA): Define by new option --enable-camellia.
106 2007-12-03  Werner Koch  <wk@g10code.com>
108         * configure.ac: Add test gt_LC_MESSAGES..
110 2007-10-01  Werner Koch  <wk@g10code.com>
112         * configure.ac: Require assuan 1.0.4.
114 2007-09-14  Werner Koch  <wk@g10code.com>
116         * configure.ac (GNUPG_LIBASSUAN_VERSION): New.
118 2007-09-10  Werner Koch  <wk@g10code.com>
120         Released 2.0.7.
122 2007-08-27  Werner Koch  <wk@g10code.com>
124         * configure.ac: Remove remaining support for internal regex.
125         Define DISABLE_REGEX automake conditional.  Add option
126         --with-regex.
127         * autogen.sh [--build-w32]: Remove --disable-regex.  Use --with-regex.
129 2007-08-16  Werner Koch  <wk@g10code.com>
131         Released 2.0.6.
133 2007-08-08  Werner Koch  <wk@g10code.com>
135         * configure.ac: Use AC_CANONICAL_HOST and not AC_CANONICAL_TARGET.
137 2007-07-09  Werner Koch  <wk@g10code.com>
139         * configure.ac (AM_ICONV): Check for it even when building without
140         NLS.
142 2007-07-05  Werner Koch  <wk@g10code.com>
144         Released 2.0.5.
146         * configure.ac: Require libassuan 1.0.2.
148 2007-07-05  Marcus Brinkmann  <marcus@g10code.de>
150         * configure.ac: Invoke AM_LANGINFO_CODESET.
152 2007-07-04  Werner Koch  <wk@g10code.com>
154         * Makefile.am (AUTOMAKE_OPTIONS): Add no-dist-gzip.
156         Switched entire package to GPLv3+.
158         * configure.ac: Require libksba 1.0.2.
160         * COPYING:  Updated to GPLv3.
161         * COPYING.LIB: New as jnlib/ uses this license.
163         * gl/: Switched to GPLv3+.
165         * intl/ Removed.
166         * configure.ac (AM_GNU_GETTEXT): Add external flag.
167         (AM_ICONV): New.
169 2007-07-03  Werner Koch  <wk@g10code.com>
171         * configure.ac [W32]: Use ws2_32 instead of wsock32.
173 2007-06-25  Werner Koch  <wk@g10code.com>
175         * gl/mkdtemp.c (gen_tempname) [MKDIR_TAKES_ONE_ARG]: Avoid
176         compiler warning by using the proper config macro.
178 2007-06-15  Werner Koch  <wk@g10code.com>
180         * configure.ac: Call AM_PO_SUBDIRS.
181         (W32SOCKLIBS): New.
183         * autogen.sh: Use = and not == in test to be POSIXly correct.
184         <build-w32>: Disable use of regex.
186 2007-06-14  Werner Koch  <wk@g10code.com>
188         * configure.ac [AH_BOTTOM]: Remove the hardwired names of modules.
190 2007-06-12  Werner Koch  <wk@g10code.com>
192         * configure.ac [AH_BOTTOM]: Define HTTP_NO_WSASTARTUP.
194 2007-06-11  Werner Koch  <wk@g10code.com>
196         * am/cmacros.am (libcommonstd, libcommonpth, libcommonstd_ldadd)
197         (libcommonpth_ldadd): Add macros.
199 2007-06-06  Werner Koch  <wk@g10code.com>
201         * configure.ac: Add a few notices message so make browsing of the
202         log file easier.
203         (CC_FOR_BUILD): New.
205 2007-05-30  Werner Koch  <wk@g10code.com>
207         * configure.ac [W32]: Do not create a symlink to w32-pth.h.
208         Require the installation of the w32pth package.
210 2007-05-29  Werner Koch  <wk@g10code.com>
212         * gl/: Updated to a newer version.
214 2007-05-24  Werner Koch  <wk@g10code.com>
216         * configure.ac: Use -Wpointer-arith is possible.
218 2007-05-15  Werner Koch  <wk@g10code.com>
220         * configure.ac: Renamed the estream macros. Remove -Wformat-nonliteral.
222         * configure.ac: Call ESTREAM_INIT and define the memory
223         allocators for estream_asprintf.
224         (gl_MODULES): Remove vasprintf.
226 2007-05-09  Werner Koch  <wk@g10code.com>
228         Released 2.0.4.
230 2007-05-07  Werner Koch  <wk@g10code.com>
232         * configure.ac: Require libgcrypt 1.2.2 to avoid compiler warnings.
234 2007-05-07  gettextize  <bug-gnu-gettext@gnu.org>
236         * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.16.1.
238 2007-05-07  Werner Koch  <wk@g10code.com>
240         * configure.ac: Bail out if no C-89 compiler has been found.
242 2007-05-04  Werner Koch  <wk@g10code.com>
244         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-mailto
246         * configure.ac: Require automake 1.10
247         (AC_CONFIG_FILES): Rename gpgkeys_ to gpg2keys_.
248         (AM_PROG_CC_C_O): New.
250 2007-03-08  Werner Koch  <wk@g10code.com>
252         Released 2.0.3.
254         * autogen.sh: Add option --force.
256 2007-01-31  Werner Koch  <wk@g10code.com>
258         Released 2.0.2.
260 2006-11-30  Werner Koch  <wk@g10code.com>
262         * configure.ac: Save original LIBS when testing for dlopen.
264 2006-11-28  Werner Koch  <wk@g10code.com>
266         Released 2.0.1.
268 2006-11-23  Werner Koch  <wk@g10code.com>
270         Released 2.0.1rc1.
272 2006-11-21  Werner Koch  <wk@g10code.com>
274         * configure.ac [AH_BOTTOM]: Disable PTH soft mapping.
275         (AC_CHECK_SIZEOF): Check for time_t.
276         (BUILD_INCLUDED_LIBINTL): Remove AM_PO_SUBDIRS as it is not
277         required for C.
279 2006-11-15  Werner Koch  <wk@g10code.com>
281         * autogen.sh: Add convenience option --build-amd64.
283 2006-11-14  Werner Koch  <wk@g10code.com>
285         * configure.ac (HAVE_ASSUAN_SET_IO_MONITOR): Test for it.
287 2006-11-11  Werner Koch  <wk@g10code.com>
289         Released 2.0.0.
291 2006-11-06  Werner Koch  <wk@g10code.com>
293         Released 1.9.95.
295 2006-11-03  Werner Koch  <wk@g10code.com>
297         * configure.ac: Test for pty.h.  From Gentoo.
299 2006-10-24  Werner Koch  <wk@g10code.com>
301         Released 1.9.94.
303 2006-10-20  Werner Koch  <wk@g10code.com>
305         * Makefile.am (stowinstall): Add convenience target.
307 2006-10-18  Werner Koch  <wk@g10code.com>
309         * configure.ac: svn revison magic fixes for old bashs.  Suggested
310         by Alain Guibert.
312 2006-10-18  Werner Koch  <wk@g10code.com>
314         Released 1.9.93.
316 2006-10-17  Werner Koch  <wk@g10code.com>
318         * autogen.sh <--build-w32>: Test also for a host "mingw32".
320         * configure.ac: Removed W32LIBS. Use NETLIBS instead.
322 2006-10-11  Werner Koch  <wk@g10code.com>
324         Released 1.9.92.
326         * configure.ac: Require libassuan 0.9.3.
328 2006-10-09  Werner Koch  <wk@g10code.com>
330         * acinclude.m4: Moved pth check to m4/gnupg-pth.m4.
332 2006-10-06  Werner Koch  <wk@g10code.com>
334         * configure.ac: Also check for libassuan's pth version.
336 2006-10-04  Werner Koch  <wk@g10code.com>
338         Released 1.9.91.
340         * configure.ac: Require libassuan 0.9.1 which fixes a problem with
341         gpgsm.
343 2006-09-27  Werner Koch  <wk@g10code.com>
345         * gl/strsep.h, gl/strsep.c, gl/m4/strsep.m4: Removed.
346         * gl/strpbrk.h, gl/strpbrk.c, gl/m4/strpbrk.m4: Removed.
347         * gl/Makefile.am: Removed module strsep and strpbrk.
348         * configure.ac: Check for strsep in the context of jnlib.  Remove
349         check from gl_MODULES. Moved check for timegm into the jnlib context.
351 2006-09-27  Marcus Brinkmann  <marcus@g10code.de>
353         * Makefile.am: Fix cut & paste error.
355 2006-09-25  Werner Koch  <wk@g10code.com>
357         Released 1.9.90.
359 2006-09-22  Werner Koch  <wk@g10code.com>
361         * AUTHORS: Add information about used licenses.
363 2006-09-20  Werner Koch  <wk@g10code.com>
365         * Makefile.am (dist-hook): Removed distfiles cruft.
366         (SUBDIRS): Added include
368 2006-09-18  Werner Koch  <wk@g10code.com>
370         Released 1.9.23.
371         
372         * configure.ac (--enable-agent-only): Donot build tools and doc
373         (--disable-tools,--disable-doc): New.
374         * Makefile.am (SUBDIRS): Allow to conditional build tools and doc.
376 2006-09-14  Werner Koch  <wk@g10code.com>
378         Replaced all call gpg_error_from_errno(errno) by
379         gpg_error_from_syserror().
380         
381         * configure.ac: Build gpg by default.
382         (GNUPG_SYS_SO_PEERCRED): Removed.
384 2006-09-13  Werner Koch  <wk@g10code.com>
386         * autogen.sh: Better detection of the cross compiler kit.
388 2006-09-06  Marcus Brinkmann  <marcus@g10code.de>
390         * configure.ac: New automake conditional RUN_GPG_TESTS.
392 2006-09-06  Werner Koch  <wk@g10code.com>
394         * configure.ac: Define _ASSUAN_ONLY_GPG_ERRORS.  Require Assuan
395         0.9 and libgpg-error 1.4 
397 2006-08-31  Werner Koch  <wk@g10code.com>
399         * configure.ac: Require libksba 1.0 and added API check for it.
400         (GPG_ERR_LOCKED): Removed DECL check as we require 1.2 anyway.
401         (have_libusb): New to give a feedback about CCID support
403 2006-08-21  Werner Koch  <wk@g10code.com>
405         * configure.ac: Removed docbook tests.
406         (AC_CONFIG_FILES): Added gpgkeys_test and gpgkeys_mailto.
408         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Enable gpg.
410 2006-08-17  Werner Koch  <wk@g10code.com>
412         * THANKS: Merged with the 1.4 one.
414 2006-08-16  Werner Koch  <wk@g10code.com>
416         * configure.ac: Removed test for capabilities and mlock.
418 2006-08-15  Werner Koch  <wk@g10code.com>
420         * Makefile.am (keyserver): Enable building of keyserver helpers.
422         * configure.ac: Merged with the current configure from 1.4.5.
423         Require libgpg-error 1.2 and libksba 0.9.16.
425 2006-07-29  Marcus Brinkmann  <marcus@g10code.de>
427         * README: Spelling fixes.
429 2006-07-27  Werner Koch  <wk@g10code.com>
431         Released 1.9.22.
433         * configure.ac: Call AB_INIT.
435 2006-07-03  Werner Koch  <wk@g10code.com>
437         * configure.ac: Test for ksba_dn_teststr. 
439 2006-06-30  Werner Koch  <wk@g10code.com>
441         * keyserver/: New.  Taken from 1.4.4
442         * Makefile.am (SUBDIRS): Include keyserver/.
443         * configure.ac: Include keyserver/.
444         (FAKE_CURL, GPGKEYS_CURL): New.
445         
446 2006-06-20  Werner Koch  <wk@g10code.com>
448         Released 1.9.21.
450 2006-06-08  Marcus Brinkmann  <marcus@g10code.de>
452         * configure.ac (PTH_LIBS): Add --all to pth-config invocation.
454 2006-05-24  Werner Koch  <wk@g10code.com>
456         * configure.ac: New option --disable-optimization taked from 1.4.3.
458 2006-05-23  Werner Koch  <wk@g10code.com>
460         * configure.ac (ZLIBS): New for zlib link commands. Add bzip2
461         support.
463 2006-05-22  Werner Koch  <wk@g10code.com>
465         * configure.ac (EXEEXT): New.
467 2006-04-18  Werner Koch  <wk@g10code.com>
469         * configure.ac (PK_UID_CACHE_SIZE): New.
471 2006-04-07  Werner Koch  <wk@g10code.com>
473         * configure.ac: Use new method to include the SVN revison.  Now it
474         is the actual global revision number.
476 2005-12-20  Werner Koch  <wk@g10code.com>
478         Released 1.9.20.
480 2005-11-28  Werner Koch  <wk@g10code.com>
482         * configure.ac: Append the revision to the version string.
484 2005-11-13  Werner Koch  <wk@g10code.com>
486         * am/cmacros.am (-DGNUPG_SYSCONFDIR): Define it.
488 2005-11-11  Werner Koch  <wk@g10code.com>
490         * configure.ac (NEED_KSBA_VERSION: Require 0.9.13.
492 2005-09-12  Werner Koch  <wk@g10code.com>
494         Released 1.9.19.
496 2005-08-01  Werner Koch  <wk@g10code.com>
498         Released 1.9.18.
499         
500         * configure.ac: Require libksba 0.9.12 to match new features in gpgsm.
502 2005-06-20  Werner Koch  <wk@g10code.com>
504         Released 1.9.17.
506 2005-06-02  Werner Koch  <wk@g10code.com>
508         * configure.ac (HAVE_PTH): Define as alias for USE_GNU_PTH.  It is
509         used by common/estream.c.
511 2005-06-01  Werner Koch  <wk@g10code.com>
513         * configure.ac (gl_INIT): Add gnulib stuff.
514         (fseeko, ftello, ttyname, isascii): Replaced the AC_REPLACE_FUNCS
515         by a simple check.
516         (putc_unlocked): Removed check.  Not used.
517         (strsep, mkdtemp, asprintf): Replaced checks by gnulib checks.
518         (xsize): Added will probably come handy soon.
519         (CFLAGS): Use -Wformat-security instead of
520         -Wformat-nonliteral. Add --Wno-format-y2k.
521         * gl/, gl/m4/: New.
523 2005-05-15  Werner Koch  <wk@g10code.com>
525         * configure.ac: Remove option --disable-threads; require the use
526         of GNU Pth.
528 2005-04-27  Werner Koch  <wk@g10code.com>
530         * configure.ac: Removed OpenSC detection and options.
531         * acinclude.m4: Ditto.
533 2005-04-21  Werner Koch  <wk@g10code.com>
535         Released 1.9.16.
536         
537         * configure.ac: Do not build gpg by default.
539 2005-04-20  Werner Koch  <wk@g10code.com>
541         * configure.ac: Test whether GPG_ERR_LOCKED is declared and
542         provide a replacement if not.
544 2005-04-15  Werner Koch  <wk@g10code.com>
546         * configure.ac: Require libksba 0.9.11.
548 2005-04-15  Marcus Brinkmann  <marcus@g10code.de>
550         * configure.ac: Check for /usr/bin/shred and define SHRED.
551         
552         * configure.ac: Add --enable-symcryptrun, disabled by default.
553         Define automake variable BUILD_SYMCRYPTRUN.
554         Check for openpty -lutil, define LIBUTIL_LIBS.
556 2005-03-03  Werner Koch  <wk@g10code.com>
558         * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Accidently used
559         --ldflags instead of --cflags. Reported by Kazu Yamamoto.
561 2005-02-03  Werner Koch  <wk@g10code.com>
563         * AUTHORS: Copied from 1.4 and edited to refelct the changes in
564         1.9.
566 2005-01-17  Werner Koch  <wk@g10code.com>
568         * configure.ac: Make --without-included-regex work as expected.
569         Fixed FTP location info for some libraries.
571 2005-01-13  Werner Koch  <wk@g10code.com>
573         Released 1.9.15.
575         * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Link a simple test
576         program to see whether the installation is sane.
578 2005-01-07  Werner Koch  <wk@g10code.com>
580         * configure.ac: Require gpg-error 1.0.
582 2005-01-04  Werner Koch  <wk@g10code.com>
584         * configure.ac: Remove hack not to build gpg2 for W32.
585         * autogen.sh <build-w32>: Pass option --disable-gpg instead.
587 2004-12-22  Werner Koch  <wk@g10code.com>
589         Released 1.9.14.
591 2004-12-20  Werner Koch  <wk@g10code.com>
593         * configure.ac: Add PATHSEP_C and PATHSEP_S. For W32 let all
594         directories default to c:/gnupg.  Require libassuan 0.6.9.      
595         
596 2004-12-18  Werner Koch  <wk@g10code.com>
598         * configure.ac (AH_BOTTOM): Define EXEEXT_S.
600         * autogen.sh: Updated --build-w32 feature.
602 2004-12-15  Werner Koch  <wk@g10code.com>
604         * Makefile.am (SUBDIRS) [W32]: Do not build in tests/.
606         * acinclude.m4: Add proper macro name quoting for use with
607         automake 1.9.
609         * configure.ac: Add replacement check for ttyname.
610         Removed support for a included zlib.
612 2004-12-06  Werner Koch  <wk@g10code.com>
614         * configure.ac (have_w32_system): New.  Disable Pth checks for W32.
615         Link jnlib/w32-pth.h to pth.h.
617 2004-12-03  Werner Koch  <wk@g10code.com>
619         Released 1.9.13.
621 2004-11-26  Werner Koch  <wk@g10code.com>
623         * configure.ac: Replace strsep.  Replaced use of "target" by
624         "host".
625         
626 2004-10-22  Werner Koch  <wk@g10code.com>
628         Released 1.9.12.
630         * Makefile.am (AUTOMAKE_OPTIONS): Set option to create bzip2 tarball.
632 2004-10-01  Werner Koch  <wk@g10code.com>
634         Released 1.9.11.
636 2004-09-30  Werner Koch  <wk@g10code.com>
638         * README: Minor updates.
640 2004-09-30  gettextize  <bug-gnu-gettext@gnu.org>
642         * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.14.1.
644 2004-08-16  Werner Koch  <wk@g10code.de>
646         * configure.ac: Build Makefile for tests/pkits.  New option
647         --with-pkits-tests.
648         
649 2004-08-05  Werner Koch  <wk@g10code.de>
651         * configure.ac: Changed tests for libusb to also suuport the
652         stable version 0.1.x.
654 2004-07-22  Werner Koch  <wk@g10code.de>
656         Released 1.9.10.
658         * configure.ac: Define AM conditional HAVE_OPENSC.
660 2004-07-21  Werner Koch  <wk@g10code.de>
662         * configure.ac: Don't set DIE to no after it might has been set to
663         yes.
665 2004-07-20  Werner Koch  <wk@g10code.de>
667         * Makefile.am (sm): Build kbx only if gpgsm is to be build.
669 2004-07-20  Werner Koch  <wk@gnupg.org>
671         * configure.ac: New option --enable-agent-only.
673 2004-06-08  Werner Koch  <wk@gnupg.org>
675         Released 1.9.9.
677 2004-06-06  Werner Koch  <wk@gnupg.org>
679         * configure.ac: Require libksba 0.9.7.
681 2004-04-29  Werner Koch  <wk@gnupg.org>
683         Released 1.9.8.
685 2004-04-20  Werner Koch  <wk@gnupg.org>
687         * configure.ac: Remove the fopencookie test.  We don't need the
688         dummy function because we conditionally use fopencookie,
689         fpencookie or a replacement at place.
691 2004-04-02  Thomas Schwinge  <schwinge@nic-nac-project.de>
693         * autogen.sh: Added ACLOCAL_FLAGS.
695 2004-04-06  Werner Koch  <wk@gnupg.org>
697         Released 1.9.7.
699         * configure.ac: Require libgcrypt 1.1.94.
700         Introduce PACKAGE_GT and set it to gnupg2.
702 2004-03-23  Werner Koch  <wk@gnupg.org>
704         * configure.ac: Define SAFE_VERSION_DASH and SAFE_VERSION_DOT.
706 2004-03-09  Werner Koch  <wk@gnupg.org>
708         * configure.ac (NEED_GPG_ERROR_VERSION): Set to 0.7.
710 2004-03-06  Werner Koch  <wk@gnupg.org>
712         Released 1.9.6.
713         
714         * configure.ac: Check the Libgcrypt API.
716 2004-02-25  Werner Koch  <wk@gnupg.org>
718         * configure.ac: New option --disable-threads to inhibit
719         unintentional builds without Pth.
721 2004-02-21  Werner Koch  <wk@gnupg.org>
723         Released 1.9.5.
725 2004-02-20  Werner Koch  <wk@gnupg.org>
727         * configure.ac: Fixed URLs in the notice messages.
729 2004-02-18  Werner Koch  <wk@gnupg.org>
731         * acinclude.m4: Removed macros to detect gpg-error, libgcrypt,
732         libassuan and ksba as they are now distributed in m4/.
734 2004-02-13  Werner Koch  <wk@gnupg.org>
736         * configure.ac: Require libksba 0.9.4 and libgcrypt 1.1.92.
738 2004-02-12  Werner Koch  <wk@gnupg.org>
740         * autogen.sh: Removed cruft from debugging.
742         * am/cmacros.am: New.
744 2004-02-11  Werner Koch  <wk@gnupg.org>
746         * configure.ac: Removed the need for g10defs.h.  Reworked the
747         --with-foo-pgm stuff.
749         * autogen.sh (check_version): Removed bashism and simplified.
750         * acinclude.m4 (AM_PATH_OPENSC): Kludge to avoid error output for
751         a bad opensc-config.
753 2004-01-30  Werner Koch  <wk@gnupg.org>
755         Released 1.9.4.
757         * configure.ac: Require libksba 0.9.3 due to another bug fix there.
759 2004-01-29  Werner Koch  <wk@gnupg.org>
761         * README: Updated.
763         * configure.ac: Require libksba 0.9.2 due to bug fixes.
765 2004-01-24  Werner Koch  <wk@gnupg.org>
767         * configure.ac: Now requires libassuan 0.6.3.
769 2003-12-23  Werner Koch  <wk@gnupg.org>
771         Released 1.9.3.
773         * README-alpha: Removed.
774         * configure.ac, Makefile.am: Add the tests and tools directories.
776 2003-12-19  Werner Koch  <wk@gnupg.org>
778         * configure.ac: Now require libgcrypt 1.1.91 to help testing the
779         latest libgcrypt changes.  Requires libksab 0.9.1.
781 2003-12-17  Werner Koch  <wk@gnupg.org>
783         * configure.ac: Requires now libassuan 0.6.2.
784         (CFLAGS): Add --Wformat-noliteral in gcc mode.
786 2003-12-16  Werner Koch  <wk@gnupg.org>
788         * configure.ac: Check for funopen and fopencookie as part of the
789         jnlib checks.
791 2003-12-09  Werner Koch  <wk@gnupg.org>
793         * configure.ac: Add a min_automake_version.
794         * README.CVS: New.
795         * autogen.sh: Revamped except for the --build-w32 hack.
796         * Makefile.am: Add README.CVS
798 2003-11-17  Werner Koch  <wk@gnupg.org>
800         Release 1.9.2.
801         
802         * configure.ac: Requires now libassuan 0.6.1.
804 2003-10-31  Werner Koch  <wk@gnupg.org>
806         * configure.ac (NEED_KSBA_VERSION): Set to 0.9.0 due the changed
807         time interface.
809 2003-10-21  Werner Koch  <wk@gnupg.org>
811         * configure.ac (PRINTABLE_OS_NAME): Remove special case for The
812         Hurd; Robert Millan reported that the uname test is now
813         sufficient.
815 2003-10-01  Werner Koch  <wk@gnupg.org>
817         * configure.ac (AH_BOTTOM): Define GNUPG_MAJOR_VERSION. 
819 2003-09-23  Werner Koch  <wk@gnupg.org>
821         Merged most of David Shaw's changes in 1.3 since 2003-06-03.
822         
823         * configure.ac: Drop all TIGER/192 support.
824         (uint64_t): Check for UINT64_C to go along with uint64_t.
825         (getaddrinfo): Check for it.
826         (sigset_t): Check for sigset_t and struct sigaction.  This is for
827         Forte c89 on Solaris which seems to define only the function call
828         half of the two pairs by default.
829         (W32LIBS): Include wsock32 in W32LIBS.  This is different from
830         NETLIBS so we don't need to force other platforms to pull in the
831         netlibs when they aren't actually needed.
833 2003-09-06  Werner Koch  <wk@gnupg.org>
835         Released 1.9.1.
836         
837         * configure.ac: Require newer versions of some libraries.
839 2003-09-02  Werner Koch  <wk@gnupg.org>
841         * configure.ac (HAVE_LIBUSB): Added a simple test for libusb.
843 2003-08-19  Marcus Brinkmann  <marcus@g10code.de>
845         * configure.ac (AM_PATH_GPG_ERROR): Add missing comma in
846         invocation.
848 2003-08-06  Werner Koch  <wk@gnupg.org>
850         * configure.ac: Check for libgpg-error.  Print infos about missing
851         libraries more nicely.
852         * acinclude.m4 (AM_PATH_GPG_ERROR): Added.
854 2003-08-05  Werner Koch  <wk@gnupg.org>
856         Released 1.9.0.
857         
858         * configure.ac (GNUPG_DEFAULT_HONMEDIR): Changed back to ~/.gnupg.
859         
860 2003-07-31  Werner Koch  <wk@gnupg.org>
862         * Makefile.am (DISTCLEANFILES): Add g10defs.h
864 2003-06-18  Werner Koch  <wk@gnupg.org>
866         * configure.ac (GNUPG_DEFAULT_HOMEDIR): Changed temporary to
867         .gnupg2 to avoid accidential use with production keys.
869 2003-06-11  Werner Koch  <wk@gnupg.org>
871         * configure.ac: Merged all stuff from current 1.3 version in.
872         * acinclude.m4: Merged required macros from current 1.2 version in.
874 2003-06-04  Werner Koch  <wk@gnupg.org>
876         * configure.ac, Makefile.am: Enable building of gpg.
878 2003-04-29  Werner Koch  <wk@gnupg.org>
880         * configure.ac: Build a limited version of scdaemon if libopensc
881         is not available.
882         
883         * configure.ac (ALL_LINUGAS): Removed.
885         * Makefile.am (ACLOCAL_AMFLAGS): New.
886         * configure.ac (AM_GNU_GETTEXT_VERSION): New.  Set to 0.11.5.
888 2003-04-29  gettextize  <bug-gnu-gettext@gnu.org>
890         * Makefile.am (SUBDIRS): Add m4.
891         (ACLOCAL_AMFLAGS): New variable.
892         (EXTRA_DIST): Add scripts/config.rpath.
893         * configure.ac (AC_CONFIG_FILES): Add m4/Makefile.
895 2003-04-29  Werner Koch  <wk@gnupg.org>
897         * assuan/ : Removed.  We now use libassuan.
898         * Makefile.am (SUBDIRS): Removed assuan
900         * configure.ac: Check for libassuan.
902 2003-01-09  Werner Koch  <wk@gnupg.org>
904         * configure.ac (GNUPG_PROTECT_TOOL): New option --with-protect-tool. 
905         (NEED_KSBA_VERSION): Does now require 0.4.6.
907         * README: Noted where to find gpg-protect-tool. 
909 2002-10-31  Neal H. Walfield  <neal@g10code.de>
911         * configure.ac: Check for flockfile and funlockfile.  Check for
912         isascii and putc_unlocked replacing them if not found.
914         * configure.ac (PTH_LIBS): If pth is found, add the output of
915         `$PTH_CONFIG --ldflags`, not just `$PTH_CONFIG --libs`.
917 2002-10-19  Werner Koch  <wk@gnupg.org>
919         * configure.ac: Bumped version number to 1.9.0-cvs.
921         NewPG (Aegypten project) to GnuPG merge.
923 2002-09-20  Werner Koch  <wk@gnupg.org>
925         Released 0.9.2.
927 2002-09-05  Neal H. Walfield  <neal@g10code.de>
929         * configure.ac: Check for makeinfo.
931 2002-09-03  Neal H. Walfield  <neal@g10code.de>
933         * autogen.sh (have_version): New function.  Generalize and
934         simplify logic for finding and determining the versions of GNU
935         programs.  Use it.
937 2002-08-23  Werner Koch  <wk@gnupg.org>
939         Released 0.9.1.
941         * acinclude.m4 (AM_PATH_LIBGCRYPT): Updated from Libgcrypt.
942         (AM_PATH_OPENSC): Strip non-digits from the micro version.
944 2002-08-21  Werner Koch  <wk@gnupg.org>
946         Released 0.9.0.
948         * configure.ac: Changed the default homedir to .gnupg.
949         * README-alpha: Removed.
951 2002-08-19  Werner Koch  <wk@gnupg.org>
953         * acinclude.m4: Removed -lpcsclite from KSBA_LIBS; copy+paste bug.
955 2002-08-13  Werner Koch  <wk@gnupg.org>
957         * acinclude.m4 (AM_PATH_OPENSC, AM_PATH_KSBA): New.
958         * configure.ac: Use them.
960 2002-08-10  Werner Koch  <wk@gnupg.org>
962         Released 0.3.10.
963         
964         * configure.ac (NEED_LIBKSBA_VERSION): Require 0.4.4. Add support
965         for gettext.
967 2002-07-22  Werner Koch  <wk@gnupg.org>
969         * configure.ac: Check for ftello and provide a replacement.
971 2002-07-01  Werner Koch  <wk@gnupg.org>
973         Released 0.3.9.
974         
975         * README: Short note on how to export in pkcs-12 format.
977 2002-06-29  Werner Koch  <wk@gnupg.org>
979         * configure.ac: Define --with options to set the default location
980         of the agent, scdaemon, pinentry and dirmngr.
982 2002-06-27  Werner Koch  <wk@gnupg.org>
984         * README: Short blurb on how to import a PKCS-12 file.
986         * configure.ac (AH_BOTTOM): New to define some constants.
988 2002-06-25  Werner Koch  <wk@gnupg.org>
990         Released 0.3.8.
991         
992         * configure.ac (NEED_LIBGCRYPT_VERSION): Set to 1.1.8.
994 2002-06-12  Werner Koch  <wk@gnupg.org>
996         * configure.ac (NEED_LIBKSBA_VERSION): We need 0.4.3 now.
998 2002-06-04  Werner Koch  <wk@gnupg.org>
1000         Released 0.3.7.
1002 2002-05-21  Werner Koch  <wk@gnupg.org>
1004         * configure.ac: We now require libgcrypt 1.1.7 and libksba 0.4.2.
1006 2002-05-14  Werner Koch  <wk@gnupg.org>
1008         * doc/: New
1009         * configure.ac, Makefile.am:  Added doc/ 
1011 2002-05-03  Werner Koch  <wk@gnupg.org>
1013         Released 0.3.6.
1015 2002-04-25  Werner Koch  <wk@gnupg.org>
1017         * configure.ac: Check for setlocale.
1019 2002-04-24  Marcus Brinkmann  <marcus@g10code.de>
1021         * configure.ac: Check for locale.h.
1023 2002-04-15  Werner Koch  <wk@gnupg.org>
1025         Released 0.3.5.
1026         
1027         * NEWS: Started to describe release notes.
1028         
1029         * configure.ac (NEED_LIBKSBA_VERSION, NEED_LIBGCRYPT_VERSION): Defined
1031 2002-04-01  Werner Koch  <wk@gnupg.org>
1033         Released 0.3.4.
1035 2002-03-18  Werner Koch  <wk@gnupg.org>
1037         Released 0.3.3.
1039 2002-03-08  Werner Koch  <wk@gnupg.org>
1041         * README: Add some explanation on how to specify a user ID.
1043 2002-03-06  Werner Koch  <wk@gnupg.org>
1045         Released 0.3.2.
1047 2002-03-04  Werner Koch  <wk@gnupg.org>
1049         Released 0.3.1.
1051         * README: Explained some options and files.
1053 2002-02-14  Werner Koch  <wk@gnupg.org>
1055         * configure.ac: Fixed status messages related to presence of Pth.
1057 2002-02-13  Werner Koch  <wk@gnupg.org>
1059         * acinclude.m4 (GNUPG_SYS_SO_PEERCRED): New.
1060         * configure.ac: use it.
1062 2002-02-12  Werner Koch  <wk@gnupg.org>
1064         * configure.ac: Check for PTH.  Provide replacement fucntions for
1065         apsrintf and fopencookie.
1067         * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): New.
1069 2002-02-07  Werner Koch  <wk@gnupg.org>
1071         Released 0.3.0.
1073         * configure.ac: Require libgcrypt 1.1.6.
1075 2002-02-01  Marcus Brinkmann  <marcus@g10code.de>
1077         * configure.ac (KSBA_CONFIG): Remove superfluous x in front of
1078         variable.
1080 2002-01-26  Werner Koch  <wk@gnupg.org>
1082         * configure.ac: Add options to disable the build of some programs
1083         and print a configure status at the end.
1084         * acinclude.m4 (GNUPG_BUILD_PROGRAM): New.
1086         * scd/ : New.  Added to Makefile and configure.
1087         * configure.ac: Check for libopensc
1088         * Makefile.am: Build scd only when libopensc is available
1090 2002-01-23  Werner Koch  <wk@gnupg.org>
1092         * configure.ac (mkdtemp): See whether we have to provide a
1093         replacement.
1095 2001-12-18  Werner Koch  <wk@gnupg.org>
1097         Released 0.0.0.
1099 2001-12-17  Werner Koch  <wk@gnupg.org>
1101         * acinclude.m4: Add AM_PATH_LIBGCRYPT macro.
1102         * configure.ac: and use it here. Figure out the location of libksba
1104 2001-12-15  Werner Koch  <wk@gnupg.org>
1106         * configure.ac (missing_dir): Bail out if asprintf and fopencookie
1107         are not available.
1109 2001-12-04  Werner Koch  <wk@gnupg.org>
1111         * configure.ac (HAVE_JNLIB_LOGGING): always define it.
1113         
1114  Copyright 2001, 2002, 2003, 2004, 2005, 2006,
1115            2007 Free Software Foundation, Inc.
1117  This file is free software; as a special exception the author gives
1118  unlimited permission to copy and/or distribute it, with or without
1119  modifications, as long as this notice is preserved.
1121  This file is distributed in the hope that it will be useful, but
1122  WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
1123  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1124