Re-indented.
[gnupg.git] / ChangeLog
blob5e20550cddba1e3691ebf8cac5dc52edec25164f
1 2009-09-23  Werner Koch  <wk@g10code.com>
3         * configure.ac (HAVE_ASSUAN_SET_IO_MONITOR): Remove test.
4         (_ASSUAN_ONLY_GPG_ERRORS): Remove.
6 2009-09-23  Marcus Brinkmann  <marcus@g10code.de>
8         * configure.ac (NEED_LIBASSUAN_API, NEED_LIBASSUAN_VERSION):
9         Update to new API (2, 1.1.0).
11 2009-09-21  Werner Koch  <wk@g10code.com>
13         Start a new development branch in the SVN trunk.  The stable one
14         is now known in the SVN as branches/GNUPG-STABLE-2-0.
16 2009-09-04  Werner Koch  <wk@g10code.com>
18         Release 2.0.13.
20 2009-06-29  Werner Koch  <wk@g10code.com>
22         * configure.ac: Take care of --without-adns.  Suggested by
23         Arfrever Frehtes Taifersar Arahesis.
25 2009-06-17  Werner Koch  <wk@g10code.com>
27         Release 2.0.12.
29 2009-06-05  David Shaw  <dshaw@jabberwocky.com>
31         * configure.ac: Remove Camellia restriction.
33 2009-04-01  Werner Koch  <wk@g10code.com>
35         * configure.ac: Test for fsync.
37 2009-03-18  Werner Koch  <wk@g10code.com>
39         * configure.ac: Test for getrlimit.
41 2009-03-03  Werner Koch  <wk@g10code.com>
43         Release 2.0.11.
45 2009-01-12  Werner Koch  <wk@g10code.com>
47         Release 2.0.10.
49 2008-12-09  Werner Koch  <wk@g10code.com>
51         Release 2.0.10rc1.
53 2008-10-17  Werner Koch  <wk@g10code.com>
55         * configure.ac: Use more warning options with modern GCCs.
57 2008-09-29  Werner Koch  <wk@g10code.com>
59         * configure.ac: Require libgcrypt 1.4.
61 2008-08-27  David Shaw  <dshaw@jabberwocky.com>
63         * configure.ac: Use printf for the most portable SVN version
64         detection.
66         * configure.ac: Darwin's /bin/sh has a builtin echo that doesn't
67         understand '-n'.  Use tr to trim the carriage return instead.
69 2008-04-23  Werner Koch  <wk@g10code.com>
71         * configure.ac: Call gl_HEADER_SYS_SOCKET and gl_TYPE_SOCKLEN_T.
73 2008-04-07  Werner Koch  <wk@g10code.com>
75         * configure.ac (ADNSLIBS): Test for adns.
76         (GPGKEYS_KDNS): New.
78 2008-04-01  Werner Koch  <wk@g10code.com>
80         * configure.ac: Require curl 7.10 (Oct 1 2002) or later as we use
81         curl_version_info().
82         (AC_INIT): Fix quoting.
84 2008-03-27  Werner Koch  <wk@g10code.com>
86         * Makefile.am (dist_doc_DATA): New. Install README.
88 2008-03-26  Werner Koch  <wk@g10code.com>
90         Release 2.0.9.
92 2008-02-19  Werner Koch  <wk@g10code.com>
94         * configure.ac: Remove --with-pkits-tests.
96 2008-02-15  Werner Koch  <wk@g10code.com>
98         * gl/allocsa.h, gl/m4/allocsa.m4: Replace HAVE_LONG_LONG by
99         HAVE_LONG_LONG_INT.
101 2008-02-15  gettextize  <bug-gnu-gettext@gnu.org>
103         * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.17.
105 2007-12-20  Werner Koch  <wk@g10code.com>
107         Released 2.0.8.
109 2007-12-17  Werner Koch  <wk@g10code.com>
111         * configure.ac: Add treatment for HAVE_LDAP_START_TLS_SA.
113 2007-12-14  Werner Koch  <wk@g10code.com>
115         Released 2.0.8rc1.
117 2007-12-12  Werner Koch  <wk@g10code.com>
119         * configure.ac (USE_CAMELLIA): Define by new option --enable-camellia.
121 2007-12-03  Werner Koch  <wk@g10code.com>
123         * configure.ac: Add test gt_LC_MESSAGES..
125 2007-10-01  Werner Koch  <wk@g10code.com>
127         * configure.ac: Require assuan 1.0.4.
129 2007-09-14  Werner Koch  <wk@g10code.com>
131         * configure.ac (GNUPG_LIBASSUAN_VERSION): New.
133 2007-09-10  Werner Koch  <wk@g10code.com>
135         Released 2.0.7.
137 2007-08-27  Werner Koch  <wk@g10code.com>
139         * configure.ac: Remove remaining support for internal regex.
140         Define DISABLE_REGEX automake conditional.  Add option
141         --with-regex.
142         * autogen.sh [--build-w32]: Remove --disable-regex.  Use --with-regex.
144 2007-08-16  Werner Koch  <wk@g10code.com>
146         Released 2.0.6.
148 2007-08-08  Werner Koch  <wk@g10code.com>
150         * configure.ac: Use AC_CANONICAL_HOST and not AC_CANONICAL_TARGET.
152 2007-07-09  Werner Koch  <wk@g10code.com>
154         * configure.ac (AM_ICONV): Check for it even when building without
155         NLS.
157 2007-07-05  Werner Koch  <wk@g10code.com>
159         Released 2.0.5.
161         * configure.ac: Require libassuan 1.0.2.
163 2007-07-05  Marcus Brinkmann  <marcus@g10code.de>
165         * configure.ac: Invoke AM_LANGINFO_CODESET.
167 2007-07-04  Werner Koch  <wk@g10code.com>
169         * Makefile.am (AUTOMAKE_OPTIONS): Add no-dist-gzip.
171         Switched entire package to GPLv3+.
173         * configure.ac: Require libksba 1.0.2.
175         * COPYING:  Updated to GPLv3.
176         * COPYING.LIB: New as jnlib/ uses this license.
178         * gl/: Switched to GPLv3+.
180         * intl/ Removed.
181         * configure.ac (AM_GNU_GETTEXT): Add external flag.
182         (AM_ICONV): New.
184 2007-07-03  Werner Koch  <wk@g10code.com>
186         * configure.ac [W32]: Use ws2_32 instead of wsock32.
188 2007-06-25  Werner Koch  <wk@g10code.com>
190         * gl/mkdtemp.c (gen_tempname) [MKDIR_TAKES_ONE_ARG]: Avoid
191         compiler warning by using the proper config macro.
193 2007-06-15  Werner Koch  <wk@g10code.com>
195         * configure.ac: Call AM_PO_SUBDIRS.
196         (W32SOCKLIBS): New.
198         * autogen.sh: Use = and not == in test to be POSIXly correct.
199         <build-w32>: Disable use of regex.
201 2007-06-14  Werner Koch  <wk@g10code.com>
203         * configure.ac [AH_BOTTOM]: Remove the hardwired names of modules.
205 2007-06-12  Werner Koch  <wk@g10code.com>
207         * configure.ac [AH_BOTTOM]: Define HTTP_NO_WSASTARTUP.
209 2007-06-11  Werner Koch  <wk@g10code.com>
211         * am/cmacros.am (libcommonstd, libcommonpth, libcommonstd_ldadd)
212         (libcommonpth_ldadd): Add macros.
214 2007-06-06  Werner Koch  <wk@g10code.com>
216         * configure.ac: Add a few notices message so make browsing of the
217         log file easier.
218         (CC_FOR_BUILD): New.
220 2007-05-30  Werner Koch  <wk@g10code.com>
222         * configure.ac [W32]: Do not create a symlink to w32-pth.h.
223         Require the installation of the w32pth package.
225 2007-05-29  Werner Koch  <wk@g10code.com>
227         * gl/: Updated to a newer version.
229 2007-05-24  Werner Koch  <wk@g10code.com>
231         * configure.ac: Use -Wpointer-arith is possible.
233 2007-05-15  Werner Koch  <wk@g10code.com>
235         * configure.ac: Renamed the estream macros. Remove -Wformat-nonliteral.
237         * configure.ac: Call ESTREAM_INIT and define the memory
238         allocators for estream_asprintf.
239         (gl_MODULES): Remove vasprintf.
241 2007-05-09  Werner Koch  <wk@g10code.com>
243         Released 2.0.4.
245 2007-05-07  Werner Koch  <wk@g10code.com>
247         * configure.ac: Require libgcrypt 1.2.2 to avoid compiler warnings.
249 2007-05-07  gettextize  <bug-gnu-gettext@gnu.org>
251         * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.16.1.
253 2007-05-07  Werner Koch  <wk@g10code.com>
255         * configure.ac: Bail out if no C-89 compiler has been found.
257 2007-05-04  Werner Koch  <wk@g10code.com>
259         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-mailto
261         * configure.ac: Require automake 1.10
262         (AC_CONFIG_FILES): Rename gpgkeys_ to gpg2keys_.
263         (AM_PROG_CC_C_O): New.
265 2007-03-08  Werner Koch  <wk@g10code.com>
267         Released 2.0.3.
269         * autogen.sh: Add option --force.
271 2007-01-31  Werner Koch  <wk@g10code.com>
273         Released 2.0.2.
275 2006-11-30  Werner Koch  <wk@g10code.com>
277         * configure.ac: Save original LIBS when testing for dlopen.
279 2006-11-28  Werner Koch  <wk@g10code.com>
281         Released 2.0.1.
283 2006-11-23  Werner Koch  <wk@g10code.com>
285         Released 2.0.1rc1.
287 2006-11-21  Werner Koch  <wk@g10code.com>
289         * configure.ac [AH_BOTTOM]: Disable PTH soft mapping.
290         (AC_CHECK_SIZEOF): Check for time_t.
291         (BUILD_INCLUDED_LIBINTL): Remove AM_PO_SUBDIRS as it is not
292         required for C.
294 2006-11-15  Werner Koch  <wk@g10code.com>
296         * autogen.sh: Add convenience option --build-amd64.
298 2006-11-14  Werner Koch  <wk@g10code.com>
300         * configure.ac (HAVE_ASSUAN_SET_IO_MONITOR): Test for it.
302 2006-11-11  Werner Koch  <wk@g10code.com>
304         Released 2.0.0.
306 2006-11-06  Werner Koch  <wk@g10code.com>
308         Released 1.9.95.
310 2006-11-03  Werner Koch  <wk@g10code.com>
312         * configure.ac: Test for pty.h.  From Gentoo.
314 2006-10-24  Werner Koch  <wk@g10code.com>
316         Released 1.9.94.
318 2006-10-20  Werner Koch  <wk@g10code.com>
320         * Makefile.am (stowinstall): Add convenience target.
322 2006-10-18  Werner Koch  <wk@g10code.com>
324         * configure.ac: svn revison magic fixes for old bashs.  Suggested
325         by Alain Guibert.
327 2006-10-18  Werner Koch  <wk@g10code.com>
329         Released 1.9.93.
331 2006-10-17  Werner Koch  <wk@g10code.com>
333         * autogen.sh <--build-w32>: Test also for a host "mingw32".
335         * configure.ac: Removed W32LIBS. Use NETLIBS instead.
337 2006-10-11  Werner Koch  <wk@g10code.com>
339         Released 1.9.92.
341         * configure.ac: Require libassuan 0.9.3.
343 2006-10-09  Werner Koch  <wk@g10code.com>
345         * acinclude.m4: Moved pth check to m4/gnupg-pth.m4.
347 2006-10-06  Werner Koch  <wk@g10code.com>
349         * configure.ac: Also check for libassuan's pth version.
351 2006-10-04  Werner Koch  <wk@g10code.com>
353         Released 1.9.91.
355         * configure.ac: Require libassuan 0.9.1 which fixes a problem with
356         gpgsm.
358 2006-09-27  Werner Koch  <wk@g10code.com>
360         * gl/strsep.h, gl/strsep.c, gl/m4/strsep.m4: Removed.
361         * gl/strpbrk.h, gl/strpbrk.c, gl/m4/strpbrk.m4: Removed.
362         * gl/Makefile.am: Removed module strsep and strpbrk.
363         * configure.ac: Check for strsep in the context of jnlib.  Remove
364         check from gl_MODULES. Moved check for timegm into the jnlib context.
366 2006-09-27  Marcus Brinkmann  <marcus@g10code.de>
368         * Makefile.am: Fix cut & paste error.
370 2006-09-25  Werner Koch  <wk@g10code.com>
372         Released 1.9.90.
374 2006-09-22  Werner Koch  <wk@g10code.com>
376         * AUTHORS: Add information about used licenses.
378 2006-09-20  Werner Koch  <wk@g10code.com>
380         * Makefile.am (dist-hook): Removed distfiles cruft.
381         (SUBDIRS): Added include
383 2006-09-18  Werner Koch  <wk@g10code.com>
385         Released 1.9.23.
386         
387         * configure.ac (--enable-agent-only): Donot build tools and doc
388         (--disable-tools,--disable-doc): New.
389         * Makefile.am (SUBDIRS): Allow to conditional build tools and doc.
391 2006-09-14  Werner Koch  <wk@g10code.com>
393         Replaced all call gpg_error_from_errno(errno) by
394         gpg_error_from_syserror().
395         
396         * configure.ac: Build gpg by default.
397         (GNUPG_SYS_SO_PEERCRED): Removed.
399 2006-09-13  Werner Koch  <wk@g10code.com>
401         * autogen.sh: Better detection of the cross compiler kit.
403 2006-09-06  Marcus Brinkmann  <marcus@g10code.de>
405         * configure.ac: New automake conditional RUN_GPG_TESTS.
407 2006-09-06  Werner Koch  <wk@g10code.com>
409         * configure.ac: Define _ASSUAN_ONLY_GPG_ERRORS.  Require Assuan
410         0.9 and libgpg-error 1.4 
412 2006-08-31  Werner Koch  <wk@g10code.com>
414         * configure.ac: Require libksba 1.0 and added API check for it.
415         (GPG_ERR_LOCKED): Removed DECL check as we require 1.2 anyway.
416         (have_libusb): New to give a feedback about CCID support
418 2006-08-21  Werner Koch  <wk@g10code.com>
420         * configure.ac: Removed docbook tests.
421         (AC_CONFIG_FILES): Added gpgkeys_test and gpgkeys_mailto.
423         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Enable gpg.
425 2006-08-17  Werner Koch  <wk@g10code.com>
427         * THANKS: Merged with the 1.4 one.
429 2006-08-16  Werner Koch  <wk@g10code.com>
431         * configure.ac: Removed test for capabilities and mlock.
433 2006-08-15  Werner Koch  <wk@g10code.com>
435         * Makefile.am (keyserver): Enable building of keyserver helpers.
437         * configure.ac: Merged with the current configure from 1.4.5.
438         Require libgpg-error 1.2 and libksba 0.9.16.
440 2006-07-29  Marcus Brinkmann  <marcus@g10code.de>
442         * README: Spelling fixes.
444 2006-07-27  Werner Koch  <wk@g10code.com>
446         Released 1.9.22.
448         * configure.ac: Call AB_INIT.
450 2006-07-03  Werner Koch  <wk@g10code.com>
452         * configure.ac: Test for ksba_dn_teststr. 
454 2006-06-30  Werner Koch  <wk@g10code.com>
456         * keyserver/: New.  Taken from 1.4.4
457         * Makefile.am (SUBDIRS): Include keyserver/.
458         * configure.ac: Include keyserver/.
459         (FAKE_CURL, GPGKEYS_CURL): New.
460         
461 2006-06-20  Werner Koch  <wk@g10code.com>
463         Released 1.9.21.
465 2006-06-08  Marcus Brinkmann  <marcus@g10code.de>
467         * configure.ac (PTH_LIBS): Add --all to pth-config invocation.
469 2006-05-24  Werner Koch  <wk@g10code.com>
471         * configure.ac: New option --disable-optimization taked from 1.4.3.
473 2006-05-23  Werner Koch  <wk@g10code.com>
475         * configure.ac (ZLIBS): New for zlib link commands. Add bzip2
476         support.
478 2006-05-22  Werner Koch  <wk@g10code.com>
480         * configure.ac (EXEEXT): New.
482 2006-04-18  Werner Koch  <wk@g10code.com>
484         * configure.ac (PK_UID_CACHE_SIZE): New.
486 2006-04-07  Werner Koch  <wk@g10code.com>
488         * configure.ac: Use new method to include the SVN revison.  Now it
489         is the actual global revision number.
491 2005-12-20  Werner Koch  <wk@g10code.com>
493         Released 1.9.20.
495 2005-11-28  Werner Koch  <wk@g10code.com>
497         * configure.ac: Append the revision to the version string.
499 2005-11-13  Werner Koch  <wk@g10code.com>
501         * am/cmacros.am (-DGNUPG_SYSCONFDIR): Define it.
503 2005-11-11  Werner Koch  <wk@g10code.com>
505         * configure.ac (NEED_KSBA_VERSION: Require 0.9.13.
507 2005-09-12  Werner Koch  <wk@g10code.com>
509         Released 1.9.19.
511 2005-08-01  Werner Koch  <wk@g10code.com>
513         Released 1.9.18.
514         
515         * configure.ac: Require libksba 0.9.12 to match new features in gpgsm.
517 2005-06-20  Werner Koch  <wk@g10code.com>
519         Released 1.9.17.
521 2005-06-02  Werner Koch  <wk@g10code.com>
523         * configure.ac (HAVE_PTH): Define as alias for USE_GNU_PTH.  It is
524         used by common/estream.c.
526 2005-06-01  Werner Koch  <wk@g10code.com>
528         * configure.ac (gl_INIT): Add gnulib stuff.
529         (fseeko, ftello, ttyname, isascii): Replaced the AC_REPLACE_FUNCS
530         by a simple check.
531         (putc_unlocked): Removed check.  Not used.
532         (strsep, mkdtemp, asprintf): Replaced checks by gnulib checks.
533         (xsize): Added will probably come handy soon.
534         (CFLAGS): Use -Wformat-security instead of
535         -Wformat-nonliteral. Add --Wno-format-y2k.
536         * gl/, gl/m4/: New.
538 2005-05-15  Werner Koch  <wk@g10code.com>
540         * configure.ac: Remove option --disable-threads; require the use
541         of GNU Pth.
543 2005-04-27  Werner Koch  <wk@g10code.com>
545         * configure.ac: Removed OpenSC detection and options.
546         * acinclude.m4: Ditto.
548 2005-04-21  Werner Koch  <wk@g10code.com>
550         Released 1.9.16.
551         
552         * configure.ac: Do not build gpg by default.
554 2005-04-20  Werner Koch  <wk@g10code.com>
556         * configure.ac: Test whether GPG_ERR_LOCKED is declared and
557         provide a replacement if not.
559 2005-04-15  Werner Koch  <wk@g10code.com>
561         * configure.ac: Require libksba 0.9.11.
563 2005-04-15  Marcus Brinkmann  <marcus@g10code.de>
565         * configure.ac: Check for /usr/bin/shred and define SHRED.
566         
567         * configure.ac: Add --enable-symcryptrun, disabled by default.
568         Define automake variable BUILD_SYMCRYPTRUN.
569         Check for openpty -lutil, define LIBUTIL_LIBS.
571 2005-03-03  Werner Koch  <wk@g10code.com>
573         * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Accidently used
574         --ldflags instead of --cflags. Reported by Kazu Yamamoto.
576 2005-02-03  Werner Koch  <wk@g10code.com>
578         * AUTHORS: Copied from 1.4 and edited to refelct the changes in
579         1.9.
581 2005-01-17  Werner Koch  <wk@g10code.com>
583         * configure.ac: Make --without-included-regex work as expected.
584         Fixed FTP location info for some libraries.
586 2005-01-13  Werner Koch  <wk@g10code.com>
588         Released 1.9.15.
590         * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Link a simple test
591         program to see whether the installation is sane.
593 2005-01-07  Werner Koch  <wk@g10code.com>
595         * configure.ac: Require gpg-error 1.0.
597 2005-01-04  Werner Koch  <wk@g10code.com>
599         * configure.ac: Remove hack not to build gpg2 for W32.
600         * autogen.sh <build-w32>: Pass option --disable-gpg instead.
602 2004-12-22  Werner Koch  <wk@g10code.com>
604         Released 1.9.14.
606 2004-12-20  Werner Koch  <wk@g10code.com>
608         * configure.ac: Add PATHSEP_C and PATHSEP_S. For W32 let all
609         directories default to c:/gnupg.  Require libassuan 0.6.9.      
610         
611 2004-12-18  Werner Koch  <wk@g10code.com>
613         * configure.ac (AH_BOTTOM): Define EXEEXT_S.
615         * autogen.sh: Updated --build-w32 feature.
617 2004-12-15  Werner Koch  <wk@g10code.com>
619         * Makefile.am (SUBDIRS) [W32]: Do not build in tests/.
621         * acinclude.m4: Add proper macro name quoting for use with
622         automake 1.9.
624         * configure.ac: Add replacement check for ttyname.
625         Removed support for a included zlib.
627 2004-12-06  Werner Koch  <wk@g10code.com>
629         * configure.ac (have_w32_system): New.  Disable Pth checks for W32.
630         Link jnlib/w32-pth.h to pth.h.
632 2004-12-03  Werner Koch  <wk@g10code.com>
634         Released 1.9.13.
636 2004-11-26  Werner Koch  <wk@g10code.com>
638         * configure.ac: Replace strsep.  Replaced use of "target" by
639         "host".
640         
641 2004-10-22  Werner Koch  <wk@g10code.com>
643         Released 1.9.12.
645         * Makefile.am (AUTOMAKE_OPTIONS): Set option to create bzip2 tarball.
647 2004-10-01  Werner Koch  <wk@g10code.com>
649         Released 1.9.11.
651 2004-09-30  Werner Koch  <wk@g10code.com>
653         * README: Minor updates.
655 2004-09-30  gettextize  <bug-gnu-gettext@gnu.org>
657         * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.14.1.
659 2004-08-16  Werner Koch  <wk@g10code.de>
661         * configure.ac: Build Makefile for tests/pkits.  New option
662         --with-pkits-tests.
663         
664 2004-08-05  Werner Koch  <wk@g10code.de>
666         * configure.ac: Changed tests for libusb to also suuport the
667         stable version 0.1.x.
669 2004-07-22  Werner Koch  <wk@g10code.de>
671         Released 1.9.10.
673         * configure.ac: Define AM conditional HAVE_OPENSC.
675 2004-07-21  Werner Koch  <wk@g10code.de>
677         * configure.ac: Don't set DIE to no after it might has been set to
678         yes.
680 2004-07-20  Werner Koch  <wk@g10code.de>
682         * Makefile.am (sm): Build kbx only if gpgsm is to be build.
684 2004-07-20  Werner Koch  <wk@gnupg.org>
686         * configure.ac: New option --enable-agent-only.
688 2004-06-08  Werner Koch  <wk@gnupg.org>
690         Released 1.9.9.
692 2004-06-06  Werner Koch  <wk@gnupg.org>
694         * configure.ac: Require libksba 0.9.7.
696 2004-04-29  Werner Koch  <wk@gnupg.org>
698         Released 1.9.8.
700 2004-04-20  Werner Koch  <wk@gnupg.org>
702         * configure.ac: Remove the fopencookie test.  We don't need the
703         dummy function because we conditionally use fopencookie,
704         fpencookie or a replacement at place.
706 2004-04-02  Thomas Schwinge  <schwinge@nic-nac-project.de>
708         * autogen.sh: Added ACLOCAL_FLAGS.
710 2004-04-06  Werner Koch  <wk@gnupg.org>
712         Released 1.9.7.
714         * configure.ac: Require libgcrypt 1.1.94.
715         Introduce PACKAGE_GT and set it to gnupg2.
717 2004-03-23  Werner Koch  <wk@gnupg.org>
719         * configure.ac: Define SAFE_VERSION_DASH and SAFE_VERSION_DOT.
721 2004-03-09  Werner Koch  <wk@gnupg.org>
723         * configure.ac (NEED_GPG_ERROR_VERSION): Set to 0.7.
725 2004-03-06  Werner Koch  <wk@gnupg.org>
727         Released 1.9.6.
728         
729         * configure.ac: Check the Libgcrypt API.
731 2004-02-25  Werner Koch  <wk@gnupg.org>
733         * configure.ac: New option --disable-threads to inhibit
734         unintentional builds without Pth.
736 2004-02-21  Werner Koch  <wk@gnupg.org>
738         Released 1.9.5.
740 2004-02-20  Werner Koch  <wk@gnupg.org>
742         * configure.ac: Fixed URLs in the notice messages.
744 2004-02-18  Werner Koch  <wk@gnupg.org>
746         * acinclude.m4: Removed macros to detect gpg-error, libgcrypt,
747         libassuan and ksba as they are now distributed in m4/.
749 2004-02-13  Werner Koch  <wk@gnupg.org>
751         * configure.ac: Require libksba 0.9.4 and libgcrypt 1.1.92.
753 2004-02-12  Werner Koch  <wk@gnupg.org>
755         * autogen.sh: Removed cruft from debugging.
757         * am/cmacros.am: New.
759 2004-02-11  Werner Koch  <wk@gnupg.org>
761         * configure.ac: Removed the need for g10defs.h.  Reworked the
762         --with-foo-pgm stuff.
764         * autogen.sh (check_version): Removed bashism and simplified.
765         * acinclude.m4 (AM_PATH_OPENSC): Kludge to avoid error output for
766         a bad opensc-config.
768 2004-01-30  Werner Koch  <wk@gnupg.org>
770         Released 1.9.4.
772         * configure.ac: Require libksba 0.9.3 due to another bug fix there.
774 2004-01-29  Werner Koch  <wk@gnupg.org>
776         * README: Updated.
778         * configure.ac: Require libksba 0.9.2 due to bug fixes.
780 2004-01-24  Werner Koch  <wk@gnupg.org>
782         * configure.ac: Now requires libassuan 0.6.3.
784 2003-12-23  Werner Koch  <wk@gnupg.org>
786         Released 1.9.3.
788         * README-alpha: Removed.
789         * configure.ac, Makefile.am: Add the tests and tools directories.
791 2003-12-19  Werner Koch  <wk@gnupg.org>
793         * configure.ac: Now require libgcrypt 1.1.91 to help testing the
794         latest libgcrypt changes.  Requires libksab 0.9.1.
796 2003-12-17  Werner Koch  <wk@gnupg.org>
798         * configure.ac: Requires now libassuan 0.6.2.
799         (CFLAGS): Add --Wformat-noliteral in gcc mode.
801 2003-12-16  Werner Koch  <wk@gnupg.org>
803         * configure.ac: Check for funopen and fopencookie as part of the
804         jnlib checks.
806 2003-12-09  Werner Koch  <wk@gnupg.org>
808         * configure.ac: Add a min_automake_version.
809         * README.CVS: New.
810         * autogen.sh: Revamped except for the --build-w32 hack.
811         * Makefile.am: Add README.CVS
813 2003-11-17  Werner Koch  <wk@gnupg.org>
815         Release 1.9.2.
816         
817         * configure.ac: Requires now libassuan 0.6.1.
819 2003-10-31  Werner Koch  <wk@gnupg.org>
821         * configure.ac (NEED_KSBA_VERSION): Set to 0.9.0 due the changed
822         time interface.
824 2003-10-21  Werner Koch  <wk@gnupg.org>
826         * configure.ac (PRINTABLE_OS_NAME): Remove special case for The
827         Hurd; Robert Millan reported that the uname test is now
828         sufficient.
830 2003-10-01  Werner Koch  <wk@gnupg.org>
832         * configure.ac (AH_BOTTOM): Define GNUPG_MAJOR_VERSION. 
834 2003-09-23  Werner Koch  <wk@gnupg.org>
836         Merged most of David Shaw's changes in 1.3 since 2003-06-03.
837         
838         * configure.ac: Drop all TIGER/192 support.
839         (uint64_t): Check for UINT64_C to go along with uint64_t.
840         (getaddrinfo): Check for it.
841         (sigset_t): Check for sigset_t and struct sigaction.  This is for
842         Forte c89 on Solaris which seems to define only the function call
843         half of the two pairs by default.
844         (W32LIBS): Include wsock32 in W32LIBS.  This is different from
845         NETLIBS so we don't need to force other platforms to pull in the
846         netlibs when they aren't actually needed.
848 2003-09-06  Werner Koch  <wk@gnupg.org>
850         Released 1.9.1.
851         
852         * configure.ac: Require newer versions of some libraries.
854 2003-09-02  Werner Koch  <wk@gnupg.org>
856         * configure.ac (HAVE_LIBUSB): Added a simple test for libusb.
858 2003-08-19  Marcus Brinkmann  <marcus@g10code.de>
860         * configure.ac (AM_PATH_GPG_ERROR): Add missing comma in
861         invocation.
863 2003-08-06  Werner Koch  <wk@gnupg.org>
865         * configure.ac: Check for libgpg-error.  Print infos about missing
866         libraries more nicely.
867         * acinclude.m4 (AM_PATH_GPG_ERROR): Added.
869 2003-08-05  Werner Koch  <wk@gnupg.org>
871         Released 1.9.0.
872         
873         * configure.ac (GNUPG_DEFAULT_HONMEDIR): Changed back to ~/.gnupg.
874         
875 2003-07-31  Werner Koch  <wk@gnupg.org>
877         * Makefile.am (DISTCLEANFILES): Add g10defs.h
879 2003-06-18  Werner Koch  <wk@gnupg.org>
881         * configure.ac (GNUPG_DEFAULT_HOMEDIR): Changed temporary to
882         .gnupg2 to avoid accidential use with production keys.
884 2003-06-11  Werner Koch  <wk@gnupg.org>
886         * configure.ac: Merged all stuff from current 1.3 version in.
887         * acinclude.m4: Merged required macros from current 1.2 version in.
889 2003-06-04  Werner Koch  <wk@gnupg.org>
891         * configure.ac, Makefile.am: Enable building of gpg.
893 2003-04-29  Werner Koch  <wk@gnupg.org>
895         * configure.ac: Build a limited version of scdaemon if libopensc
896         is not available.
897         
898         * configure.ac (ALL_LINUGAS): Removed.
900         * Makefile.am (ACLOCAL_AMFLAGS): New.
901         * configure.ac (AM_GNU_GETTEXT_VERSION): New.  Set to 0.11.5.
903 2003-04-29  gettextize  <bug-gnu-gettext@gnu.org>
905         * Makefile.am (SUBDIRS): Add m4.
906         (ACLOCAL_AMFLAGS): New variable.
907         (EXTRA_DIST): Add scripts/config.rpath.
908         * configure.ac (AC_CONFIG_FILES): Add m4/Makefile.
910 2003-04-29  Werner Koch  <wk@gnupg.org>
912         * assuan/ : Removed.  We now use libassuan.
913         * Makefile.am (SUBDIRS): Removed assuan
915         * configure.ac: Check for libassuan.
917 2003-01-09  Werner Koch  <wk@gnupg.org>
919         * configure.ac (GNUPG_PROTECT_TOOL): New option --with-protect-tool. 
920         (NEED_KSBA_VERSION): Does now require 0.4.6.
922         * README: Noted where to find gpg-protect-tool. 
924 2002-10-31  Neal H. Walfield  <neal@g10code.de>
926         * configure.ac: Check for flockfile and funlockfile.  Check for
927         isascii and putc_unlocked replacing them if not found.
929         * configure.ac (PTH_LIBS): If pth is found, add the output of
930         `$PTH_CONFIG --ldflags`, not just `$PTH_CONFIG --libs`.
932 2002-10-19  Werner Koch  <wk@gnupg.org>
934         * configure.ac: Bumped version number to 1.9.0-cvs.
936         NewPG (Aegypten project) to GnuPG merge.
938 2002-09-20  Werner Koch  <wk@gnupg.org>
940         Released 0.9.2.
942 2002-09-05  Neal H. Walfield  <neal@g10code.de>
944         * configure.ac: Check for makeinfo.
946 2002-09-03  Neal H. Walfield  <neal@g10code.de>
948         * autogen.sh (have_version): New function.  Generalize and
949         simplify logic for finding and determining the versions of GNU
950         programs.  Use it.
952 2002-08-23  Werner Koch  <wk@gnupg.org>
954         Released 0.9.1.
956         * acinclude.m4 (AM_PATH_LIBGCRYPT): Updated from Libgcrypt.
957         (AM_PATH_OPENSC): Strip non-digits from the micro version.
959 2002-08-21  Werner Koch  <wk@gnupg.org>
961         Released 0.9.0.
963         * configure.ac: Changed the default homedir to .gnupg.
964         * README-alpha: Removed.
966 2002-08-19  Werner Koch  <wk@gnupg.org>
968         * acinclude.m4: Removed -lpcsclite from KSBA_LIBS; copy+paste bug.
970 2002-08-13  Werner Koch  <wk@gnupg.org>
972         * acinclude.m4 (AM_PATH_OPENSC, AM_PATH_KSBA): New.
973         * configure.ac: Use them.
975 2002-08-10  Werner Koch  <wk@gnupg.org>
977         Released 0.3.10.
978         
979         * configure.ac (NEED_LIBKSBA_VERSION): Require 0.4.4. Add support
980         for gettext.
982 2002-07-22  Werner Koch  <wk@gnupg.org>
984         * configure.ac: Check for ftello and provide a replacement.
986 2002-07-01  Werner Koch  <wk@gnupg.org>
988         Released 0.3.9.
989         
990         * README: Short note on how to export in pkcs-12 format.
992 2002-06-29  Werner Koch  <wk@gnupg.org>
994         * configure.ac: Define --with options to set the default location
995         of the agent, scdaemon, pinentry and dirmngr.
997 2002-06-27  Werner Koch  <wk@gnupg.org>
999         * README: Short blurb on how to import a PKCS-12 file.
1001         * configure.ac (AH_BOTTOM): New to define some constants.
1003 2002-06-25  Werner Koch  <wk@gnupg.org>
1005         Released 0.3.8.
1006         
1007         * configure.ac (NEED_LIBGCRYPT_VERSION): Set to 1.1.8.
1009 2002-06-12  Werner Koch  <wk@gnupg.org>
1011         * configure.ac (NEED_LIBKSBA_VERSION): We need 0.4.3 now.
1013 2002-06-04  Werner Koch  <wk@gnupg.org>
1015         Released 0.3.7.
1017 2002-05-21  Werner Koch  <wk@gnupg.org>
1019         * configure.ac: We now require libgcrypt 1.1.7 and libksba 0.4.2.
1021 2002-05-14  Werner Koch  <wk@gnupg.org>
1023         * doc/: New
1024         * configure.ac, Makefile.am:  Added doc/ 
1026 2002-05-03  Werner Koch  <wk@gnupg.org>
1028         Released 0.3.6.
1030 2002-04-25  Werner Koch  <wk@gnupg.org>
1032         * configure.ac: Check for setlocale.
1034 2002-04-24  Marcus Brinkmann  <marcus@g10code.de>
1036         * configure.ac: Check for locale.h.
1038 2002-04-15  Werner Koch  <wk@gnupg.org>
1040         Released 0.3.5.
1041         
1042         * NEWS: Started to describe release notes.
1043         
1044         * configure.ac (NEED_LIBKSBA_VERSION, NEED_LIBGCRYPT_VERSION): Defined
1046 2002-04-01  Werner Koch  <wk@gnupg.org>
1048         Released 0.3.4.
1050 2002-03-18  Werner Koch  <wk@gnupg.org>
1052         Released 0.3.3.
1054 2002-03-08  Werner Koch  <wk@gnupg.org>
1056         * README: Add some explanation on how to specify a user ID.
1058 2002-03-06  Werner Koch  <wk@gnupg.org>
1060         Released 0.3.2.
1062 2002-03-04  Werner Koch  <wk@gnupg.org>
1064         Released 0.3.1.
1066         * README: Explained some options and files.
1068 2002-02-14  Werner Koch  <wk@gnupg.org>
1070         * configure.ac: Fixed status messages related to presence of Pth.
1072 2002-02-13  Werner Koch  <wk@gnupg.org>
1074         * acinclude.m4 (GNUPG_SYS_SO_PEERCRED): New.
1075         * configure.ac: use it.
1077 2002-02-12  Werner Koch  <wk@gnupg.org>
1079         * configure.ac: Check for PTH.  Provide replacement fucntions for
1080         apsrintf and fopencookie.
1082         * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): New.
1084 2002-02-07  Werner Koch  <wk@gnupg.org>
1086         Released 0.3.0.
1088         * configure.ac: Require libgcrypt 1.1.6.
1090 2002-02-01  Marcus Brinkmann  <marcus@g10code.de>
1092         * configure.ac (KSBA_CONFIG): Remove superfluous x in front of
1093         variable.
1095 2002-01-26  Werner Koch  <wk@gnupg.org>
1097         * configure.ac: Add options to disable the build of some programs
1098         and print a configure status at the end.
1099         * acinclude.m4 (GNUPG_BUILD_PROGRAM): New.
1101         * scd/ : New.  Added to Makefile and configure.
1102         * configure.ac: Check for libopensc
1103         * Makefile.am: Build scd only when libopensc is available
1105 2002-01-23  Werner Koch  <wk@gnupg.org>
1107         * configure.ac (mkdtemp): See whether we have to provide a
1108         replacement.
1110 2001-12-18  Werner Koch  <wk@gnupg.org>
1112         Released 0.0.0.
1114 2001-12-17  Werner Koch  <wk@gnupg.org>
1116         * acinclude.m4: Add AM_PATH_LIBGCRYPT macro.
1117         * configure.ac: and use it here. Figure out the location of libksba
1119 2001-12-15  Werner Koch  <wk@gnupg.org>
1121         * configure.ac (missing_dir): Bail out if asprintf and fopencookie
1122         are not available.
1124 2001-12-04  Werner Koch  <wk@gnupg.org>
1126         * configure.ac (HAVE_JNLIB_LOGGING): always define it.
1128         
1129  Copyright 2001, 2002, 2003, 2004, 2005, 2006,
1130            2007 Free Software Foundation, Inc.
1132  This file is free software; as a special exception the author gives
1133  unlimited permission to copy and/or distribute it, with or without
1134  modifications, as long as this notice is preserved.
1136  This file is distributed in the hope that it will be useful, but
1137  WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
1138  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1139