* http.h, http.c (send_request): Pass in srvtag and make its presence
[gnupg.git] / ChangeLog
blob2f4c07869609b328a3c24ebf1c5e58c7b0eaa529
1 2009-04-01  Werner Koch  <wk@g10code.com>
3         * configure.ac: Test for fsync.
5 2009-03-18  Werner Koch  <wk@g10code.com>
7         * configure.ac: Test for getrlimit.
9 2009-03-03  Werner Koch  <wk@g10code.com>
11         Release 2.0.11.
13 2009-01-12  Werner Koch  <wk@g10code.com>
15         Release 2.0.10.
17 2008-12-09  Werner Koch  <wk@g10code.com>
19         Release 2.0.10rc1.
21 2008-10-17  Werner Koch  <wk@g10code.com>
23         * configure.ac: Use more warning options with modern GCCs.
25 2008-09-29  Werner Koch  <wk@g10code.com>
27         * configure.ac: Require libgcrypt 1.4.
29 2008-08-27  David Shaw  <dshaw@jabberwocky.com>
31         * configure.ac: Use printf for the most portable SVN version
32         detection.
34         * configure.ac: Darwin's /bin/sh has a builtin echo that doesn't
35         understand '-n'.  Use tr to trim the carriage return instead.
37 2008-04-23  Werner Koch  <wk@g10code.com>
39         * configure.ac: Call gl_HEADER_SYS_SOCKET and gl_TYPE_SOCKLEN_T.
41 2008-04-07  Werner Koch  <wk@g10code.com>
43         * configure.ac (ADNSLIBS): Test for adns.
44         (GPGKEYS_KDNS): New.
46 2008-04-01  Werner Koch  <wk@g10code.com>
48         * configure.ac: Require curl 7.10 (Oct 1 2002) or later as we use
49         curl_version_info().
50         (AC_INIT): Fix quoting.
52 2008-03-27  Werner Koch  <wk@g10code.com>
54         * Makefile.am (dist_doc_DATA): New. Install README.
56 2008-03-26  Werner Koch  <wk@g10code.com>
58         Release 2.0.9.
60 2008-02-19  Werner Koch  <wk@g10code.com>
62         * configure.ac: Remove --with-pkits-tests.
64 2008-02-15  Werner Koch  <wk@g10code.com>
66         * gl/allocsa.h, gl/m4/allocsa.m4: Replace HAVE_LONG_LONG by
67         HAVE_LONG_LONG_INT.
69 2008-02-15  gettextize  <bug-gnu-gettext@gnu.org>
71         * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.17.
73 2007-12-20  Werner Koch  <wk@g10code.com>
75         Released 2.0.8.
77 2007-12-17  Werner Koch  <wk@g10code.com>
79         * configure.ac: Add treatment for HAVE_LDAP_START_TLS_SA.
81 2007-12-14  Werner Koch  <wk@g10code.com>
83         Released 2.0.8rc1.
85 2007-12-12  Werner Koch  <wk@g10code.com>
87         * configure.ac (USE_CAMELLIA): Define by new option --enable-camellia.
89 2007-12-03  Werner Koch  <wk@g10code.com>
91         * configure.ac: Add test gt_LC_MESSAGES..
93 2007-10-01  Werner Koch  <wk@g10code.com>
95         * configure.ac: Require assuan 1.0.4.
97 2007-09-14  Werner Koch  <wk@g10code.com>
99         * configure.ac (GNUPG_LIBASSUAN_VERSION): New.
101 2007-09-10  Werner Koch  <wk@g10code.com>
103         Released 2.0.7.
105 2007-08-27  Werner Koch  <wk@g10code.com>
107         * configure.ac: Remove remaining support for internal regex.
108         Define DISABLE_REGEX automake conditional.  Add option
109         --with-regex.
110         * autogen.sh [--build-w32]: Remove --disable-regex.  Use --with-regex.
112 2007-08-16  Werner Koch  <wk@g10code.com>
114         Released 2.0.6.
116 2007-08-08  Werner Koch  <wk@g10code.com>
118         * configure.ac: Use AC_CANONICAL_HOST and not AC_CANONICAL_TARGET.
120 2007-07-09  Werner Koch  <wk@g10code.com>
122         * configure.ac (AM_ICONV): Check for it even when building without
123         NLS.
125 2007-07-05  Werner Koch  <wk@g10code.com>
127         Released 2.0.5.
129         * configure.ac: Require libassuan 1.0.2.
131 2007-07-05  Marcus Brinkmann  <marcus@g10code.de>
133         * configure.ac: Invoke AM_LANGINFO_CODESET.
135 2007-07-04  Werner Koch  <wk@g10code.com>
137         * Makefile.am (AUTOMAKE_OPTIONS): Add no-dist-gzip.
139         Switched entire package to GPLv3+.
141         * configure.ac: Require libksba 1.0.2.
143         * COPYING:  Updated to GPLv3.
144         * COPYING.LIB: New as jnlib/ uses this license.
146         * gl/: Switched to GPLv3+.
148         * intl/ Removed.
149         * configure.ac (AM_GNU_GETTEXT): Add external flag.
150         (AM_ICONV): New.
152 2007-07-03  Werner Koch  <wk@g10code.com>
154         * configure.ac [W32]: Use ws2_32 instead of wsock32.
156 2007-06-25  Werner Koch  <wk@g10code.com>
158         * gl/mkdtemp.c (gen_tempname) [MKDIR_TAKES_ONE_ARG]: Avoid
159         compiler warning by using the proper config macro.
161 2007-06-15  Werner Koch  <wk@g10code.com>
163         * configure.ac: Call AM_PO_SUBDIRS.
164         (W32SOCKLIBS): New.
166         * autogen.sh: Use = and not == in test to be POSIXly correct.
167         <build-w32>: Disable use of regex.
169 2007-06-14  Werner Koch  <wk@g10code.com>
171         * configure.ac [AH_BOTTOM]: Remove the hardwired names of modules.
173 2007-06-12  Werner Koch  <wk@g10code.com>
175         * configure.ac [AH_BOTTOM]: Define HTTP_NO_WSASTARTUP.
177 2007-06-11  Werner Koch  <wk@g10code.com>
179         * am/cmacros.am (libcommonstd, libcommonpth, libcommonstd_ldadd)
180         (libcommonpth_ldadd): Add macros.
182 2007-06-06  Werner Koch  <wk@g10code.com>
184         * configure.ac: Add a few notices message so make browsing of the
185         log file easier.
186         (CC_FOR_BUILD): New.
188 2007-05-30  Werner Koch  <wk@g10code.com>
190         * configure.ac [W32]: Do not create a symlink to w32-pth.h.
191         Require the installation of the w32pth package.
193 2007-05-29  Werner Koch  <wk@g10code.com>
195         * gl/: Updated to a newer version.
197 2007-05-24  Werner Koch  <wk@g10code.com>
199         * configure.ac: Use -Wpointer-arith is possible.
201 2007-05-15  Werner Koch  <wk@g10code.com>
203         * configure.ac: Renamed the estream macros. Remove -Wformat-nonliteral.
205         * configure.ac: Call ESTREAM_INIT and define the memory
206         allocators for estream_asprintf.
207         (gl_MODULES): Remove vasprintf.
209 2007-05-09  Werner Koch  <wk@g10code.com>
211         Released 2.0.4.
213 2007-05-07  Werner Koch  <wk@g10code.com>
215         * configure.ac: Require libgcrypt 1.2.2 to avoid compiler warnings.
217 2007-05-07  gettextize  <bug-gnu-gettext@gnu.org>
219         * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.16.1.
221 2007-05-07  Werner Koch  <wk@g10code.com>
223         * configure.ac: Bail out if no C-89 compiler has been found.
225 2007-05-04  Werner Koch  <wk@g10code.com>
227         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-mailto
229         * configure.ac: Require automake 1.10
230         (AC_CONFIG_FILES): Rename gpgkeys_ to gpg2keys_.
231         (AM_PROG_CC_C_O): New.
233 2007-03-08  Werner Koch  <wk@g10code.com>
235         Released 2.0.3.
237         * autogen.sh: Add option --force.
239 2007-01-31  Werner Koch  <wk@g10code.com>
241         Released 2.0.2.
243 2006-11-30  Werner Koch  <wk@g10code.com>
245         * configure.ac: Save original LIBS when testing for dlopen.
247 2006-11-28  Werner Koch  <wk@g10code.com>
249         Released 2.0.1.
251 2006-11-23  Werner Koch  <wk@g10code.com>
253         Released 2.0.1rc1.
255 2006-11-21  Werner Koch  <wk@g10code.com>
257         * configure.ac [AH_BOTTOM]: Disable PTH soft mapping.
258         (AC_CHECK_SIZEOF): Check for time_t.
259         (BUILD_INCLUDED_LIBINTL): Remove AM_PO_SUBDIRS as it is not
260         required for C.
262 2006-11-15  Werner Koch  <wk@g10code.com>
264         * autogen.sh: Add convenience option --build-amd64.
266 2006-11-14  Werner Koch  <wk@g10code.com>
268         * configure.ac (HAVE_ASSUAN_SET_IO_MONITOR): Test for it.
270 2006-11-11  Werner Koch  <wk@g10code.com>
272         Released 2.0.0.
274 2006-11-06  Werner Koch  <wk@g10code.com>
276         Released 1.9.95.
278 2006-11-03  Werner Koch  <wk@g10code.com>
280         * configure.ac: Test for pty.h.  From Gentoo.
282 2006-10-24  Werner Koch  <wk@g10code.com>
284         Released 1.9.94.
286 2006-10-20  Werner Koch  <wk@g10code.com>
288         * Makefile.am (stowinstall): Add convenience target.
290 2006-10-18  Werner Koch  <wk@g10code.com>
292         * configure.ac: svn revison magic fixes for old bashs.  Suggested
293         by Alain Guibert.
295 2006-10-18  Werner Koch  <wk@g10code.com>
297         Released 1.9.93.
299 2006-10-17  Werner Koch  <wk@g10code.com>
301         * autogen.sh <--build-w32>: Test also for a host "mingw32".
303         * configure.ac: Removed W32LIBS. Use NETLIBS instead.
305 2006-10-11  Werner Koch  <wk@g10code.com>
307         Released 1.9.92.
309         * configure.ac: Require libassuan 0.9.3.
311 2006-10-09  Werner Koch  <wk@g10code.com>
313         * acinclude.m4: Moved pth check to m4/gnupg-pth.m4.
315 2006-10-06  Werner Koch  <wk@g10code.com>
317         * configure.ac: Also check for libassuan's pth version.
319 2006-10-04  Werner Koch  <wk@g10code.com>
321         Released 1.9.91.
323         * configure.ac: Require libassuan 0.9.1 which fixes a problem with
324         gpgsm.
326 2006-09-27  Werner Koch  <wk@g10code.com>
328         * gl/strsep.h, gl/strsep.c, gl/m4/strsep.m4: Removed.
329         * gl/strpbrk.h, gl/strpbrk.c, gl/m4/strpbrk.m4: Removed.
330         * gl/Makefile.am: Removed module strsep and strpbrk.
331         * configure.ac: Check for strsep in the context of jnlib.  Remove
332         check from gl_MODULES. Moved check for timegm into the jnlib context.
334 2006-09-27  Marcus Brinkmann  <marcus@g10code.de>
336         * Makefile.am: Fix cut & paste error.
338 2006-09-25  Werner Koch  <wk@g10code.com>
340         Released 1.9.90.
342 2006-09-22  Werner Koch  <wk@g10code.com>
344         * AUTHORS: Add information about used licenses.
346 2006-09-20  Werner Koch  <wk@g10code.com>
348         * Makefile.am (dist-hook): Removed distfiles cruft.
349         (SUBDIRS): Added include
351 2006-09-18  Werner Koch  <wk@g10code.com>
353         Released 1.9.23.
354         
355         * configure.ac (--enable-agent-only): Donot build tools and doc
356         (--disable-tools,--disable-doc): New.
357         * Makefile.am (SUBDIRS): Allow to conditional build tools and doc.
359 2006-09-14  Werner Koch  <wk@g10code.com>
361         Replaced all call gpg_error_from_errno(errno) by
362         gpg_error_from_syserror().
363         
364         * configure.ac: Build gpg by default.
365         (GNUPG_SYS_SO_PEERCRED): Removed.
367 2006-09-13  Werner Koch  <wk@g10code.com>
369         * autogen.sh: Better detection of the cross compiler kit.
371 2006-09-06  Marcus Brinkmann  <marcus@g10code.de>
373         * configure.ac: New automake conditional RUN_GPG_TESTS.
375 2006-09-06  Werner Koch  <wk@g10code.com>
377         * configure.ac: Define _ASSUAN_ONLY_GPG_ERRORS.  Require Assuan
378         0.9 and libgpg-error 1.4 
380 2006-08-31  Werner Koch  <wk@g10code.com>
382         * configure.ac: Require libksba 1.0 and added API check for it.
383         (GPG_ERR_LOCKED): Removed DECL check as we require 1.2 anyway.
384         (have_libusb): New to give a feedback about CCID support
386 2006-08-21  Werner Koch  <wk@g10code.com>
388         * configure.ac: Removed docbook tests.
389         (AC_CONFIG_FILES): Added gpgkeys_test and gpgkeys_mailto.
391         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Enable gpg.
393 2006-08-17  Werner Koch  <wk@g10code.com>
395         * THANKS: Merged with the 1.4 one.
397 2006-08-16  Werner Koch  <wk@g10code.com>
399         * configure.ac: Removed test for capabilities and mlock.
401 2006-08-15  Werner Koch  <wk@g10code.com>
403         * Makefile.am (keyserver): Enable building of keyserver helpers.
405         * configure.ac: Merged with the current configure from 1.4.5.
406         Require libgpg-error 1.2 and libksba 0.9.16.
408 2006-07-29  Marcus Brinkmann  <marcus@g10code.de>
410         * README: Spelling fixes.
412 2006-07-27  Werner Koch  <wk@g10code.com>
414         Released 1.9.22.
416         * configure.ac: Call AB_INIT.
418 2006-07-03  Werner Koch  <wk@g10code.com>
420         * configure.ac: Test for ksba_dn_teststr. 
422 2006-06-30  Werner Koch  <wk@g10code.com>
424         * keyserver/: New.  Taken from 1.4.4
425         * Makefile.am (SUBDIRS): Include keyserver/.
426         * configure.ac: Include keyserver/.
427         (FAKE_CURL, GPGKEYS_CURL): New.
428         
429 2006-06-20  Werner Koch  <wk@g10code.com>
431         Released 1.9.21.
433 2006-06-08  Marcus Brinkmann  <marcus@g10code.de>
435         * configure.ac (PTH_LIBS): Add --all to pth-config invocation.
437 2006-05-24  Werner Koch  <wk@g10code.com>
439         * configure.ac: New option --disable-optimization taked from 1.4.3.
441 2006-05-23  Werner Koch  <wk@g10code.com>
443         * configure.ac (ZLIBS): New for zlib link commands. Add bzip2
444         support.
446 2006-05-22  Werner Koch  <wk@g10code.com>
448         * configure.ac (EXEEXT): New.
450 2006-04-18  Werner Koch  <wk@g10code.com>
452         * configure.ac (PK_UID_CACHE_SIZE): New.
454 2006-04-07  Werner Koch  <wk@g10code.com>
456         * configure.ac: Use new method to include the SVN revison.  Now it
457         is the actual global revision number.
459 2005-12-20  Werner Koch  <wk@g10code.com>
461         Released 1.9.20.
463 2005-11-28  Werner Koch  <wk@g10code.com>
465         * configure.ac: Append the revision to the version string.
467 2005-11-13  Werner Koch  <wk@g10code.com>
469         * am/cmacros.am (-DGNUPG_SYSCONFDIR): Define it.
471 2005-11-11  Werner Koch  <wk@g10code.com>
473         * configure.ac (NEED_KSBA_VERSION: Require 0.9.13.
475 2005-09-12  Werner Koch  <wk@g10code.com>
477         Released 1.9.19.
479 2005-08-01  Werner Koch  <wk@g10code.com>
481         Released 1.9.18.
482         
483         * configure.ac: Require libksba 0.9.12 to match new features in gpgsm.
485 2005-06-20  Werner Koch  <wk@g10code.com>
487         Released 1.9.17.
489 2005-06-02  Werner Koch  <wk@g10code.com>
491         * configure.ac (HAVE_PTH): Define as alias for USE_GNU_PTH.  It is
492         used by common/estream.c.
494 2005-06-01  Werner Koch  <wk@g10code.com>
496         * configure.ac (gl_INIT): Add gnulib stuff.
497         (fseeko, ftello, ttyname, isascii): Replaced the AC_REPLACE_FUNCS
498         by a simple check.
499         (putc_unlocked): Removed check.  Not used.
500         (strsep, mkdtemp, asprintf): Replaced checks by gnulib checks.
501         (xsize): Added will probably come handy soon.
502         (CFLAGS): Use -Wformat-security instead of
503         -Wformat-nonliteral. Add --Wno-format-y2k.
504         * gl/, gl/m4/: New.
506 2005-05-15  Werner Koch  <wk@g10code.com>
508         * configure.ac: Remove option --disable-threads; require the use
509         of GNU Pth.
511 2005-04-27  Werner Koch  <wk@g10code.com>
513         * configure.ac: Removed OpenSC detection and options.
514         * acinclude.m4: Ditto.
516 2005-04-21  Werner Koch  <wk@g10code.com>
518         Released 1.9.16.
519         
520         * configure.ac: Do not build gpg by default.
522 2005-04-20  Werner Koch  <wk@g10code.com>
524         * configure.ac: Test whether GPG_ERR_LOCKED is declared and
525         provide a replacement if not.
527 2005-04-15  Werner Koch  <wk@g10code.com>
529         * configure.ac: Require libksba 0.9.11.
531 2005-04-15  Marcus Brinkmann  <marcus@g10code.de>
533         * configure.ac: Check for /usr/bin/shred and define SHRED.
534         
535         * configure.ac: Add --enable-symcryptrun, disabled by default.
536         Define automake variable BUILD_SYMCRYPTRUN.
537         Check for openpty -lutil, define LIBUTIL_LIBS.
539 2005-03-03  Werner Koch  <wk@g10code.com>
541         * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Accidently used
542         --ldflags instead of --cflags. Reported by Kazu Yamamoto.
544 2005-02-03  Werner Koch  <wk@g10code.com>
546         * AUTHORS: Copied from 1.4 and edited to refelct the changes in
547         1.9.
549 2005-01-17  Werner Koch  <wk@g10code.com>
551         * configure.ac: Make --without-included-regex work as expected.
552         Fixed FTP location info for some libraries.
554 2005-01-13  Werner Koch  <wk@g10code.com>
556         Released 1.9.15.
558         * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Link a simple test
559         program to see whether the installation is sane.
561 2005-01-07  Werner Koch  <wk@g10code.com>
563         * configure.ac: Require gpg-error 1.0.
565 2005-01-04  Werner Koch  <wk@g10code.com>
567         * configure.ac: Remove hack not to build gpg2 for W32.
568         * autogen.sh <build-w32>: Pass option --disable-gpg instead.
570 2004-12-22  Werner Koch  <wk@g10code.com>
572         Released 1.9.14.
574 2004-12-20  Werner Koch  <wk@g10code.com>
576         * configure.ac: Add PATHSEP_C and PATHSEP_S. For W32 let all
577         directories default to c:/gnupg.  Require libassuan 0.6.9.      
578         
579 2004-12-18  Werner Koch  <wk@g10code.com>
581         * configure.ac (AH_BOTTOM): Define EXEEXT_S.
583         * autogen.sh: Updated --build-w32 feature.
585 2004-12-15  Werner Koch  <wk@g10code.com>
587         * Makefile.am (SUBDIRS) [W32]: Do not build in tests/.
589         * acinclude.m4: Add proper macro name quoting for use with
590         automake 1.9.
592         * configure.ac: Add replacement check for ttyname.
593         Removed support for a included zlib.
595 2004-12-06  Werner Koch  <wk@g10code.com>
597         * configure.ac (have_w32_system): New.  Disable Pth checks for W32.
598         Link jnlib/w32-pth.h to pth.h.
600 2004-12-03  Werner Koch  <wk@g10code.com>
602         Released 1.9.13.
604 2004-11-26  Werner Koch  <wk@g10code.com>
606         * configure.ac: Replace strsep.  Replaced use of "target" by
607         "host".
608         
609 2004-10-22  Werner Koch  <wk@g10code.com>
611         Released 1.9.12.
613         * Makefile.am (AUTOMAKE_OPTIONS): Set option to create bzip2 tarball.
615 2004-10-01  Werner Koch  <wk@g10code.com>
617         Released 1.9.11.
619 2004-09-30  Werner Koch  <wk@g10code.com>
621         * README: Minor updates.
623 2004-09-30  gettextize  <bug-gnu-gettext@gnu.org>
625         * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.14.1.
627 2004-08-16  Werner Koch  <wk@g10code.de>
629         * configure.ac: Build Makefile for tests/pkits.  New option
630         --with-pkits-tests.
631         
632 2004-08-05  Werner Koch  <wk@g10code.de>
634         * configure.ac: Changed tests for libusb to also suuport the
635         stable version 0.1.x.
637 2004-07-22  Werner Koch  <wk@g10code.de>
639         Released 1.9.10.
641         * configure.ac: Define AM conditional HAVE_OPENSC.
643 2004-07-21  Werner Koch  <wk@g10code.de>
645         * configure.ac: Don't set DIE to no after it might has been set to
646         yes.
648 2004-07-20  Werner Koch  <wk@g10code.de>
650         * Makefile.am (sm): Build kbx only if gpgsm is to be build.
652 2004-07-20  Werner Koch  <wk@gnupg.org>
654         * configure.ac: New option --enable-agent-only.
656 2004-06-08  Werner Koch  <wk@gnupg.org>
658         Released 1.9.9.
660 2004-06-06  Werner Koch  <wk@gnupg.org>
662         * configure.ac: Require libksba 0.9.7.
664 2004-04-29  Werner Koch  <wk@gnupg.org>
666         Released 1.9.8.
668 2004-04-20  Werner Koch  <wk@gnupg.org>
670         * configure.ac: Remove the fopencookie test.  We don't need the
671         dummy function because we conditionally use fopencookie,
672         fpencookie or a replacement at place.
674 2004-04-02  Thomas Schwinge  <schwinge@nic-nac-project.de>
676         * autogen.sh: Added ACLOCAL_FLAGS.
678 2004-04-06  Werner Koch  <wk@gnupg.org>
680         Released 1.9.7.
682         * configure.ac: Require libgcrypt 1.1.94.
683         Introduce PACKAGE_GT and set it to gnupg2.
685 2004-03-23  Werner Koch  <wk@gnupg.org>
687         * configure.ac: Define SAFE_VERSION_DASH and SAFE_VERSION_DOT.
689 2004-03-09  Werner Koch  <wk@gnupg.org>
691         * configure.ac (NEED_GPG_ERROR_VERSION): Set to 0.7.
693 2004-03-06  Werner Koch  <wk@gnupg.org>
695         Released 1.9.6.
696         
697         * configure.ac: Check the Libgcrypt API.
699 2004-02-25  Werner Koch  <wk@gnupg.org>
701         * configure.ac: New option --disable-threads to inhibit
702         unintentional builds without Pth.
704 2004-02-21  Werner Koch  <wk@gnupg.org>
706         Released 1.9.5.
708 2004-02-20  Werner Koch  <wk@gnupg.org>
710         * configure.ac: Fixed URLs in the notice messages.
712 2004-02-18  Werner Koch  <wk@gnupg.org>
714         * acinclude.m4: Removed macros to detect gpg-error, libgcrypt,
715         libassuan and ksba as they are now distributed in m4/.
717 2004-02-13  Werner Koch  <wk@gnupg.org>
719         * configure.ac: Require libksba 0.9.4 and libgcrypt 1.1.92.
721 2004-02-12  Werner Koch  <wk@gnupg.org>
723         * autogen.sh: Removed cruft from debugging.
725         * am/cmacros.am: New.
727 2004-02-11  Werner Koch  <wk@gnupg.org>
729         * configure.ac: Removed the need for g10defs.h.  Reworked the
730         --with-foo-pgm stuff.
732         * autogen.sh (check_version): Removed bashism and simplified.
733         * acinclude.m4 (AM_PATH_OPENSC): Kludge to avoid error output for
734         a bad opensc-config.
736 2004-01-30  Werner Koch  <wk@gnupg.org>
738         Released 1.9.4.
740         * configure.ac: Require libksba 0.9.3 due to another bug fix there.
742 2004-01-29  Werner Koch  <wk@gnupg.org>
744         * README: Updated.
746         * configure.ac: Require libksba 0.9.2 due to bug fixes.
748 2004-01-24  Werner Koch  <wk@gnupg.org>
750         * configure.ac: Now requires libassuan 0.6.3.
752 2003-12-23  Werner Koch  <wk@gnupg.org>
754         Released 1.9.3.
756         * README-alpha: Removed.
757         * configure.ac, Makefile.am: Add the tests and tools directories.
759 2003-12-19  Werner Koch  <wk@gnupg.org>
761         * configure.ac: Now require libgcrypt 1.1.91 to help testing the
762         latest libgcrypt changes.  Requires libksab 0.9.1.
764 2003-12-17  Werner Koch  <wk@gnupg.org>
766         * configure.ac: Requires now libassuan 0.6.2.
767         (CFLAGS): Add --Wformat-noliteral in gcc mode.
769 2003-12-16  Werner Koch  <wk@gnupg.org>
771         * configure.ac: Check for funopen and fopencookie as part of the
772         jnlib checks.
774 2003-12-09  Werner Koch  <wk@gnupg.org>
776         * configure.ac: Add a min_automake_version.
777         * README.CVS: New.
778         * autogen.sh: Revamped except for the --build-w32 hack.
779         * Makefile.am: Add README.CVS
781 2003-11-17  Werner Koch  <wk@gnupg.org>
783         Release 1.9.2.
784         
785         * configure.ac: Requires now libassuan 0.6.1.
787 2003-10-31  Werner Koch  <wk@gnupg.org>
789         * configure.ac (NEED_KSBA_VERSION): Set to 0.9.0 due the changed
790         time interface.
792 2003-10-21  Werner Koch  <wk@gnupg.org>
794         * configure.ac (PRINTABLE_OS_NAME): Remove special case for The
795         Hurd; Robert Millan reported that the uname test is now
796         sufficient.
798 2003-10-01  Werner Koch  <wk@gnupg.org>
800         * configure.ac (AH_BOTTOM): Define GNUPG_MAJOR_VERSION. 
802 2003-09-23  Werner Koch  <wk@gnupg.org>
804         Merged most of David Shaw's changes in 1.3 since 2003-06-03.
805         
806         * configure.ac: Drop all TIGER/192 support.
807         (uint64_t): Check for UINT64_C to go along with uint64_t.
808         (getaddrinfo): Check for it.
809         (sigset_t): Check for sigset_t and struct sigaction.  This is for
810         Forte c89 on Solaris which seems to define only the function call
811         half of the two pairs by default.
812         (W32LIBS): Include wsock32 in W32LIBS.  This is different from
813         NETLIBS so we don't need to force other platforms to pull in the
814         netlibs when they aren't actually needed.
816 2003-09-06  Werner Koch  <wk@gnupg.org>
818         Released 1.9.1.
819         
820         * configure.ac: Require newer versions of some libraries.
822 2003-09-02  Werner Koch  <wk@gnupg.org>
824         * configure.ac (HAVE_LIBUSB): Added a simple test for libusb.
826 2003-08-19  Marcus Brinkmann  <marcus@g10code.de>
828         * configure.ac (AM_PATH_GPG_ERROR): Add missing comma in
829         invocation.
831 2003-08-06  Werner Koch  <wk@gnupg.org>
833         * configure.ac: Check for libgpg-error.  Print infos about missing
834         libraries more nicely.
835         * acinclude.m4 (AM_PATH_GPG_ERROR): Added.
837 2003-08-05  Werner Koch  <wk@gnupg.org>
839         Released 1.9.0.
840         
841         * configure.ac (GNUPG_DEFAULT_HONMEDIR): Changed back to ~/.gnupg.
842         
843 2003-07-31  Werner Koch  <wk@gnupg.org>
845         * Makefile.am (DISTCLEANFILES): Add g10defs.h
847 2003-06-18  Werner Koch  <wk@gnupg.org>
849         * configure.ac (GNUPG_DEFAULT_HOMEDIR): Changed temporary to
850         .gnupg2 to avoid accidential use with production keys.
852 2003-06-11  Werner Koch  <wk@gnupg.org>
854         * configure.ac: Merged all stuff from current 1.3 version in.
855         * acinclude.m4: Merged required macros from current 1.2 version in.
857 2003-06-04  Werner Koch  <wk@gnupg.org>
859         * configure.ac, Makefile.am: Enable building of gpg.
861 2003-04-29  Werner Koch  <wk@gnupg.org>
863         * configure.ac: Build a limited version of scdaemon if libopensc
864         is not available.
865         
866         * configure.ac (ALL_LINUGAS): Removed.
868         * Makefile.am (ACLOCAL_AMFLAGS): New.
869         * configure.ac (AM_GNU_GETTEXT_VERSION): New.  Set to 0.11.5.
871 2003-04-29  gettextize  <bug-gnu-gettext@gnu.org>
873         * Makefile.am (SUBDIRS): Add m4.
874         (ACLOCAL_AMFLAGS): New variable.
875         (EXTRA_DIST): Add scripts/config.rpath.
876         * configure.ac (AC_CONFIG_FILES): Add m4/Makefile.
878 2003-04-29  Werner Koch  <wk@gnupg.org>
880         * assuan/ : Removed.  We now use libassuan.
881         * Makefile.am (SUBDIRS): Removed assuan
883         * configure.ac: Check for libassuan.
885 2003-01-09  Werner Koch  <wk@gnupg.org>
887         * configure.ac (GNUPG_PROTECT_TOOL): New option --with-protect-tool. 
888         (NEED_KSBA_VERSION): Does now require 0.4.6.
890         * README: Noted where to find gpg-protect-tool. 
892 2002-10-31  Neal H. Walfield  <neal@g10code.de>
894         * configure.ac: Check for flockfile and funlockfile.  Check for
895         isascii and putc_unlocked replacing them if not found.
897         * configure.ac (PTH_LIBS): If pth is found, add the output of
898         `$PTH_CONFIG --ldflags`, not just `$PTH_CONFIG --libs`.
900 2002-10-19  Werner Koch  <wk@gnupg.org>
902         * configure.ac: Bumped version number to 1.9.0-cvs.
904         NewPG (Aegypten project) to GnuPG merge.
906 2002-09-20  Werner Koch  <wk@gnupg.org>
908         Released 0.9.2.
910 2002-09-05  Neal H. Walfield  <neal@g10code.de>
912         * configure.ac: Check for makeinfo.
914 2002-09-03  Neal H. Walfield  <neal@g10code.de>
916         * autogen.sh (have_version): New function.  Generalize and
917         simplify logic for finding and determining the versions of GNU
918         programs.  Use it.
920 2002-08-23  Werner Koch  <wk@gnupg.org>
922         Released 0.9.1.
924         * acinclude.m4 (AM_PATH_LIBGCRYPT): Updated from Libgcrypt.
925         (AM_PATH_OPENSC): Strip non-digits from the micro version.
927 2002-08-21  Werner Koch  <wk@gnupg.org>
929         Released 0.9.0.
931         * configure.ac: Changed the default homedir to .gnupg.
932         * README-alpha: Removed.
934 2002-08-19  Werner Koch  <wk@gnupg.org>
936         * acinclude.m4: Removed -lpcsclite from KSBA_LIBS; copy+paste bug.
938 2002-08-13  Werner Koch  <wk@gnupg.org>
940         * acinclude.m4 (AM_PATH_OPENSC, AM_PATH_KSBA): New.
941         * configure.ac: Use them.
943 2002-08-10  Werner Koch  <wk@gnupg.org>
945         Released 0.3.10.
946         
947         * configure.ac (NEED_LIBKSBA_VERSION): Require 0.4.4. Add support
948         for gettext.
950 2002-07-22  Werner Koch  <wk@gnupg.org>
952         * configure.ac: Check for ftello and provide a replacement.
954 2002-07-01  Werner Koch  <wk@gnupg.org>
956         Released 0.3.9.
957         
958         * README: Short note on how to export in pkcs-12 format.
960 2002-06-29  Werner Koch  <wk@gnupg.org>
962         * configure.ac: Define --with options to set the default location
963         of the agent, scdaemon, pinentry and dirmngr.
965 2002-06-27  Werner Koch  <wk@gnupg.org>
967         * README: Short blurb on how to import a PKCS-12 file.
969         * configure.ac (AH_BOTTOM): New to define some constants.
971 2002-06-25  Werner Koch  <wk@gnupg.org>
973         Released 0.3.8.
974         
975         * configure.ac (NEED_LIBGCRYPT_VERSION): Set to 1.1.8.
977 2002-06-12  Werner Koch  <wk@gnupg.org>
979         * configure.ac (NEED_LIBKSBA_VERSION): We need 0.4.3 now.
981 2002-06-04  Werner Koch  <wk@gnupg.org>
983         Released 0.3.7.
985 2002-05-21  Werner Koch  <wk@gnupg.org>
987         * configure.ac: We now require libgcrypt 1.1.7 and libksba 0.4.2.
989 2002-05-14  Werner Koch  <wk@gnupg.org>
991         * doc/: New
992         * configure.ac, Makefile.am:  Added doc/ 
994 2002-05-03  Werner Koch  <wk@gnupg.org>
996         Released 0.3.6.
998 2002-04-25  Werner Koch  <wk@gnupg.org>
1000         * configure.ac: Check for setlocale.
1002 2002-04-24  Marcus Brinkmann  <marcus@g10code.de>
1004         * configure.ac: Check for locale.h.
1006 2002-04-15  Werner Koch  <wk@gnupg.org>
1008         Released 0.3.5.
1009         
1010         * NEWS: Started to describe release notes.
1011         
1012         * configure.ac (NEED_LIBKSBA_VERSION, NEED_LIBGCRYPT_VERSION): Defined
1014 2002-04-01  Werner Koch  <wk@gnupg.org>
1016         Released 0.3.4.
1018 2002-03-18  Werner Koch  <wk@gnupg.org>
1020         Released 0.3.3.
1022 2002-03-08  Werner Koch  <wk@gnupg.org>
1024         * README: Add some explanation on how to specify a user ID.
1026 2002-03-06  Werner Koch  <wk@gnupg.org>
1028         Released 0.3.2.
1030 2002-03-04  Werner Koch  <wk@gnupg.org>
1032         Released 0.3.1.
1034         * README: Explained some options and files.
1036 2002-02-14  Werner Koch  <wk@gnupg.org>
1038         * configure.ac: Fixed status messages related to presence of Pth.
1040 2002-02-13  Werner Koch  <wk@gnupg.org>
1042         * acinclude.m4 (GNUPG_SYS_SO_PEERCRED): New.
1043         * configure.ac: use it.
1045 2002-02-12  Werner Koch  <wk@gnupg.org>
1047         * configure.ac: Check for PTH.  Provide replacement fucntions for
1048         apsrintf and fopencookie.
1050         * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): New.
1052 2002-02-07  Werner Koch  <wk@gnupg.org>
1054         Released 0.3.0.
1056         * configure.ac: Require libgcrypt 1.1.6.
1058 2002-02-01  Marcus Brinkmann  <marcus@g10code.de>
1060         * configure.ac (KSBA_CONFIG): Remove superfluous x in front of
1061         variable.
1063 2002-01-26  Werner Koch  <wk@gnupg.org>
1065         * configure.ac: Add options to disable the build of some programs
1066         and print a configure status at the end.
1067         * acinclude.m4 (GNUPG_BUILD_PROGRAM): New.
1069         * scd/ : New.  Added to Makefile and configure.
1070         * configure.ac: Check for libopensc
1071         * Makefile.am: Build scd only when libopensc is available
1073 2002-01-23  Werner Koch  <wk@gnupg.org>
1075         * configure.ac (mkdtemp): See whether we have to provide a
1076         replacement.
1078 2001-12-18  Werner Koch  <wk@gnupg.org>
1080         Released 0.0.0.
1082 2001-12-17  Werner Koch  <wk@gnupg.org>
1084         * acinclude.m4: Add AM_PATH_LIBGCRYPT macro.
1085         * configure.ac: and use it here. Figure out the location of libksba
1087 2001-12-15  Werner Koch  <wk@gnupg.org>
1089         * configure.ac (missing_dir): Bail out if asprintf and fopencookie
1090         are not available.
1092 2001-12-04  Werner Koch  <wk@gnupg.org>
1094         * configure.ac (HAVE_JNLIB_LOGGING): always define it.
1096         
1097  Copyright 2001, 2002, 2003, 2004, 2005, 2006,
1098            2007 Free Software Foundation, Inc.
1100  This file is free software; as a special exception the author gives
1101  unlimited permission to copy and/or distribute it, with or without
1102  modifications, as long as this notice is preserved.
1104  This file is distributed in the hope that it will be useful, but
1105  WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
1106  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1107