2007-07-05 Marcus Brinkmann <marcus@g10code.de>
[gnupg.git] / ChangeLog
blobe1ceb19eff5877699bb3248629755966eee38c11
1 2007-07-05  Marcus Brinkmann  <marcus@g10code.de>
3         * configure.ac: Invoke AM_LANGINFO_CODESET.
5 2007-07-04  Werner Koch  <wk@g10code.com>
7         * Makefile.am (AUTOMAKE_OPTIONS): Add no-dist-gzip.
9         Switched entire package to GPLv3+.
11         * configure.ac: Require libksba 1.0.2.
13         * COPYING:  Updated to GPLv3.
14         * COPYING.LIB: New as jnlib/ uses this license.
16         * gl/: Switched to GPLv3+.
18         * intl/ Removed.
19         * configure.ac (AM_GNU_GETTEXT): Add external flag.
20         (AM_ICONV): New.
22 2007-07-03  Werner Koch  <wk@g10code.com>
24         * configure.ac [W32]: Use ws2_32 instead of wsock32.
26 2007-06-25  Werner Koch  <wk@g10code.com>
28         * gl/mkdtemp.c (gen_tempname) [MKDIR_TAKES_ONE_ARG]: Avoid
29         compiler warning by using the proper config macro.
31 2007-06-15  Werner Koch  <wk@g10code.com>
33         * configure.ac: Call AM_PO_SUBDIRS.
34         (W32SOCKLIBS): New.
36         * autogen.sh: Use = and not == in test to be POSIXly correct.
37         <build-w32>: Disable use of regex.
39 2007-06-14  Werner Koch  <wk@g10code.com>
41         * configure.ac [AH_BOTTOM]: Remove the hardwired names of modules.
43 2007-06-12  Werner Koch  <wk@g10code.com>
45         * configure.ac [AH_BOTTOM]: Define HTTP_NO_WSASTARTUP.
47 2007-06-11  Werner Koch  <wk@g10code.com>
49         * am/cmacros.am (libcommonstd, libcommonpth, libcommonstd_ldadd)
50         (libcommonpth_ldadd): Add macros.
52 2007-06-06  Werner Koch  <wk@g10code.com>
54         * configure.ac: Add a few notices message so make browsing of the
55         log file easier.
56         (CC_FOR_BUILD): New.
58 2007-05-30  Werner Koch  <wk@g10code.com>
60         * configure.ac [W32]: Do not create a symlink to w32-pth.h.
61         Require the installation of the w32pth package.
63 2007-05-29  Werner Koch  <wk@g10code.com>
65         * gl/: Updated to a newer version.
67 2007-05-24  Werner Koch  <wk@g10code.com>
69         * configure.ac: Use -Wpointer-arith is possible.
71 2007-05-15  Werner Koch  <wk@g10code.com>
73         * configure.ac: Renamed the estream macros. Remove -Wformat-nonliteral.
75         * configure.ac: Call ESTREAM_INIT and define the memory
76         allocators for estream_asprintf.
77         (gl_MODULES): Remove vasprintf.
79 2007-05-09  Werner Koch  <wk@g10code.com>
81         Released 2.0.4.
83 2007-05-07  Werner Koch  <wk@g10code.com>
85         * configure.ac: Require libgcrypt 1.2.2 to avoid compiler warnings.
87 2007-05-07  gettextize  <bug-gnu-gettext@gnu.org>
89         * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.16.1.
91 2007-05-07  Werner Koch  <wk@g10code.com>
93         * configure.ac: Bail out if no C-89 compiler has been found.
95 2007-05-04  Werner Koch  <wk@g10code.com>
97         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-mailto
99         * configure.ac: Require automake 1.10
100         (AC_CONFIG_FILES): Rename gpgkeys_ to gpg2keys_.
101         (AM_PROG_CC_C_O): New.
103 2007-03-08  Werner Koch  <wk@g10code.com>
105         Released 2.0.3.
107         * autogen.sh: Add option --force.
109 2007-01-31  Werner Koch  <wk@g10code.com>
111         Released 2.0.2.
113 2006-11-30  Werner Koch  <wk@g10code.com>
115         * configure.ac: Save original LIBS when testing for dlopen.
117 2006-11-28  Werner Koch  <wk@g10code.com>
119         Released 2.0.1.
121 2006-11-23  Werner Koch  <wk@g10code.com>
123         Released 2.0.1rc1.
125 2006-11-21  Werner Koch  <wk@g10code.com>
127         * configure.ac [AH_BOTTOM]: Disable PTH soft mapping.
128         (AC_CHECK_SIZEOF): Check for time_t.
129         (BUILD_INCLUDED_LIBINTL): Remove AM_PO_SUBDIRS as it is not
130         required for C.
132 2006-11-15  Werner Koch  <wk@g10code.com>
134         * autogen.sh: Add convenience option --build-amd64.
136 2006-11-14  Werner Koch  <wk@g10code.com>
138         * configure.ac (HAVE_ASSUAN_SET_IO_MONITOR): Test for it.
140 2006-11-11  Werner Koch  <wk@g10code.com>
142         Released 2.0.0.
144 2006-11-06  Werner Koch  <wk@g10code.com>
146         Released 1.9.95.
148 2006-11-03  Werner Koch  <wk@g10code.com>
150         * configure.ac: Test for pty.h.  From Gentoo.
152 2006-10-24  Werner Koch  <wk@g10code.com>
154         Released 1.9.94.
156 2006-10-20  Werner Koch  <wk@g10code.com>
158         * Makefile.am (stowinstall): Add convenience target.
160 2006-10-18  Werner Koch  <wk@g10code.com>
162         * configure.ac: svn revison magic fixes for old bashs.  Suggested
163         by Alain Guibert.
165 2006-10-18  Werner Koch  <wk@g10code.com>
167         Released 1.9.93.
169 2006-10-17  Werner Koch  <wk@g10code.com>
171         * autogen.sh <--build-w32>: Test also for a host "mingw32".
173         * configure.ac: Removed W32LIBS. Use NETLIBS instead.
175 2006-10-11  Werner Koch  <wk@g10code.com>
177         Released 1.9.92.
179         * configure.ac: Require libassuan 0.9.3.
181 2006-10-09  Werner Koch  <wk@g10code.com>
183         * acinclude.m4: Moved pth check to m4/gnupg-pth.m4.
185 2006-10-06  Werner Koch  <wk@g10code.com>
187         * configure.ac: Also check for libassuan's pth version.
189 2006-10-04  Werner Koch  <wk@g10code.com>
191         Released 1.9.91.
193         * configure.ac: Require libassuan 0.9.1 which fixes a problem with
194         gpgsm.
196 2006-09-27  Werner Koch  <wk@g10code.com>
198         * gl/strsep.h, gl/strsep.c, gl/m4/strsep.m4: Removed.
199         * gl/strpbrk.h, gl/strpbrk.c, gl/m4/strpbrk.m4: Removed.
200         * gl/Makefile.am: Removed module strsep and strpbrk.
201         * configure.ac: Check for strsep in the context of jnlib.  Remove
202         check from gl_MODULES. Moved check for timegm into the jnlib context.
204 2006-09-27  Marcus Brinkmann  <marcus@g10code.de>
206         * Makefile.am: Fix cut & paste error.
208 2006-09-25  Werner Koch  <wk@g10code.com>
210         Released 1.9.90.
212 2006-09-22  Werner Koch  <wk@g10code.com>
214         * AUTHORS: Add information about used licenses.
216 2006-09-20  Werner Koch  <wk@g10code.com>
218         * Makefile.am (dist-hook): Removed distfiles cruft.
219         (SUBDIRS): Added include
221 2006-09-18  Werner Koch  <wk@g10code.com>
223         Released 1.9.23.
224         
225         * configure.ac (--enable-agent-only): Donot build tools and doc
226         (--disable-tools,--disable-doc): New.
227         * Makefile.am (SUBDIRS): Allow to conditional build tools and doc.
229 2006-09-14  Werner Koch  <wk@g10code.com>
231         Replaced all call gpg_error_from_errno(errno) by
232         gpg_error_from_syserror().
233         
234         * configure.ac: Build gpg by default.
235         (GNUPG_SYS_SO_PEERCRED): Removed.
237 2006-09-13  Werner Koch  <wk@g10code.com>
239         * autogen.sh: Better detection of the cross compiler kit.
241 2006-09-06  Marcus Brinkmann  <marcus@g10code.de>
243         * configure.ac: New automake conditional RUN_GPG_TESTS.
245 2006-09-06  Werner Koch  <wk@g10code.com>
247         * configure.ac: Define _ASSUAN_ONLY_GPG_ERRORS.  Require Assuan
248         0.9 and libgpg-error 1.4 
250 2006-08-31  Werner Koch  <wk@g10code.com>
252         * configure.ac: Require libksba 1.0 and added API check for it.
253         (GPG_ERR_LOCKED): Removed DECL check as we require 1.2 anyway.
254         (have_libusb): New to give a feedback about CCID support
256 2006-08-21  Werner Koch  <wk@g10code.com>
258         * configure.ac: Removed docbook tests.
259         (AC_CONFIG_FILES): Added gpgkeys_test and gpgkeys_mailto.
261         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Enable gpg.
263 2006-08-17  Werner Koch  <wk@g10code.com>
265         * THANKS: Merged with the 1.4 one.
267 2006-08-16  Werner Koch  <wk@g10code.com>
269         * configure.ac: Removed test for capabilities and mlock.
271 2006-08-15  Werner Koch  <wk@g10code.com>
273         * Makefile.am (keyserver): Enable building of keyserver helpers.
275         * configure.ac: Merged with the current configure from 1.4.5.
276         Require libgpg-error 1.2 and libksba 0.9.16.
278 2006-07-29  Marcus Brinkmann  <marcus@g10code.de>
280         * README: Spelling fixes.
282 2006-07-27  Werner Koch  <wk@g10code.com>
284         Released 1.9.22.
286         * configure.ac: Call AB_INIT.
288 2006-07-03  Werner Koch  <wk@g10code.com>
290         * configure.ac: Test for ksba_dn_teststr. 
292 2006-06-30  Werner Koch  <wk@g10code.com>
294         * keyserver/: New.  Taken from 1.4.4
295         * Makefile.am (SUBDIRS): Include keyserver/.
296         * configure.ac: Include keyserver/.
297         (FAKE_CURL, GPGKEYS_CURL): New.
298         
299 2006-06-20  Werner Koch  <wk@g10code.com>
301         Released 1.9.21.
303 2006-06-08  Marcus Brinkmann  <marcus@g10code.de>
305         * configure.ac (PTH_LIBS): Add --all to pth-config invocation.
307 2006-05-24  Werner Koch  <wk@g10code.com>
309         * configure.ac: New option --disable-optimization taked from 1.4.3.
311 2006-05-23  Werner Koch  <wk@g10code.com>
313         * configure.ac (ZLIBS): New for zlib link commands. Add bzip2
314         support.
316 2006-05-22  Werner Koch  <wk@g10code.com>
318         * configure.ac (EXEEXT): New.
320 2006-04-18  Werner Koch  <wk@g10code.com>
322         * configure.ac (PK_UID_CACHE_SIZE): New.
324 2006-04-07  Werner Koch  <wk@g10code.com>
326         * configure.ac: Use new method to include the SVN revison.  Now it
327         is the actual global revision number.
329 2005-12-20  Werner Koch  <wk@g10code.com>
331         Released 1.9.20.
333 2005-11-28  Werner Koch  <wk@g10code.com>
335         * configure.ac: Append the revision to the version string.
337 2005-11-13  Werner Koch  <wk@g10code.com>
339         * am/cmacros.am (-DGNUPG_SYSCONFDIR): Define it.
341 2005-11-11  Werner Koch  <wk@g10code.com>
343         * configure.ac (NEED_KSBA_VERSION: Require 0.9.13.
345 2005-09-12  Werner Koch  <wk@g10code.com>
347         Released 1.9.19.
349 2005-08-01  Werner Koch  <wk@g10code.com>
351         Released 1.9.18.
352         
353         * configure.ac: Require libksba 0.9.12 to match new features in gpgsm.
355 2005-06-20  Werner Koch  <wk@g10code.com>
357         Released 1.9.17.
359 2005-06-02  Werner Koch  <wk@g10code.com>
361         * configure.ac (HAVE_PTH): Define as alias for USE_GNU_PTH.  It is
362         used by common/estream.c.
364 2005-06-01  Werner Koch  <wk@g10code.com>
366         * configure.ac (gl_INIT): Add gnulib stuff.
367         (fseeko, ftello, ttyname, isascii): Replaced the AC_REPLACE_FUNCS
368         by a simple check.
369         (putc_unlocked): Removed check.  Not used.
370         (strsep, mkdtemp, asprintf): Replaced checks by gnulib checks.
371         (xsize): Added will probably come handy soon.
372         (CFLAGS): Use -Wformat-security instead of
373         -Wformat-nonliteral. Add --Wno-format-y2k.
374         * gl/, gl/m4/: New.
376 2005-05-15  Werner Koch  <wk@g10code.com>
378         * configure.ac: Remove option --disable-threads; require the use
379         of GNU Pth.
381 2005-04-27  Werner Koch  <wk@g10code.com>
383         * configure.ac: Removed OpenSC detection and options.
384         * acinclude.m4: Ditto.
386 2005-04-21  Werner Koch  <wk@g10code.com>
388         Released 1.9.16.
389         
390         * configure.ac: Do not build gpg by default.
392 2005-04-20  Werner Koch  <wk@g10code.com>
394         * configure.ac: Test whether GPG_ERR_LOCKED is declared and
395         provide a replacement if not.
397 2005-04-15  Werner Koch  <wk@g10code.com>
399         * configure.ac: Require libksba 0.9.11.
401 2005-04-15  Marcus Brinkmann  <marcus@g10code.de>
403         * configure.ac: Check for /usr/bin/shred and define SHRED.
404         
405         * configure.ac: Add --enable-symcryptrun, disabled by default.
406         Define automake variable BUILD_SYMCRYPTRUN.
407         Check for openpty -lutil, define LIBUTIL_LIBS.
409 2005-03-03  Werner Koch  <wk@g10code.com>
411         * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Accidently used
412         --ldflags instead of --cflags. Reported by Kazu Yamamoto.
414 2005-02-03  Werner Koch  <wk@g10code.com>
416         * AUTHORS: Copied from 1.4 and edited to refelct the changes in
417         1.9.
419 2005-01-17  Werner Koch  <wk@g10code.com>
421         * configure.ac: Make --without-included-regex work as expected.
422         Fixed FTP location info for some libraries.
424 2005-01-13  Werner Koch  <wk@g10code.com>
426         Released 1.9.15.
428         * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Link a simple test
429         program to see whether the installation is sane.
431 2005-01-07  Werner Koch  <wk@g10code.com>
433         * configure.ac: Require gpg-error 1.0.
435 2005-01-04  Werner Koch  <wk@g10code.com>
437         * configure.ac: Remove hack not to build gpg2 for W32.
438         * autogen.sh <build-w32>: Pass option --disable-gpg instead.
440 2004-12-22  Werner Koch  <wk@g10code.com>
442         Released 1.9.14.
444 2004-12-20  Werner Koch  <wk@g10code.com>
446         * configure.ac: Add PATHSEP_C and PATHSEP_S. For W32 let all
447         directories default to c:/gnupg.  Require libassuan 0.6.9.      
448         
449 2004-12-18  Werner Koch  <wk@g10code.com>
451         * configure.ac (AH_BOTTOM): Define EXEEXT_S.
453         * autogen.sh: Updated --build-w32 feature.
455 2004-12-15  Werner Koch  <wk@g10code.com>
457         * Makefile.am (SUBDIRS) [W32]: Do not build in tests/.
459         * acinclude.m4: Add proper macro name quoting for use with
460         automake 1.9.
462         * configure.ac: Add replacement check for ttyname.
463         Removed support for a included zlib.
465 2004-12-06  Werner Koch  <wk@g10code.com>
467         * configure.ac (have_w32_system): New.  Disable Pth checks for W32.
468         Link jnlib/w32-pth.h to pth.h.
470 2004-12-03  Werner Koch  <wk@g10code.com>
472         Released 1.9.13.
474 2004-11-26  Werner Koch  <wk@g10code.com>
476         * configure.ac: Replace strsep.  Replaced use of "target" by
477         "host".
478         
479 2004-10-22  Werner Koch  <wk@g10code.com>
481         Released 1.9.12.
483         * Makefile.am (AUTOMAKE_OPTIONS): Set option to create bzip2 tarball.
485 2004-10-01  Werner Koch  <wk@g10code.com>
487         Released 1.9.11.
489 2004-09-30  Werner Koch  <wk@g10code.com>
491         * README: Minor updates.
493 2004-09-30  gettextize  <bug-gnu-gettext@gnu.org>
495         * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.14.1.
497 2004-08-16  Werner Koch  <wk@g10code.de>
499         * configure.ac: Build Makefile for tests/pkits.  New option
500         --with-pkits-tests.
501         
502 2004-08-05  Werner Koch  <wk@g10code.de>
504         * configure.ac: Changed tests for libusb to also suuport the
505         stable version 0.1.x.
507 2004-07-22  Werner Koch  <wk@g10code.de>
509         Released 1.9.10.
511         * configure.ac: Define AM conditional HAVE_OPENSC.
513 2004-07-21  Werner Koch  <wk@g10code.de>
515         * configure.ac: Don't set DIE to no after it might has been set to
516         yes.
518 2004-07-20  Werner Koch  <wk@g10code.de>
520         * Makefile.am (sm): Build kbx only if gpgsm is to be build.
522 2004-07-20  Werner Koch  <wk@gnupg.org>
524         * configure.ac: New option --enable-agent-only.
526 2004-06-08  Werner Koch  <wk@gnupg.org>
528         Released 1.9.9.
530 2004-06-06  Werner Koch  <wk@gnupg.org>
532         * configure.ac: Require libksba 0.9.7.
534 2004-04-29  Werner Koch  <wk@gnupg.org>
536         Released 1.9.8.
538 2004-04-20  Werner Koch  <wk@gnupg.org>
540         * configure.ac: Remove the fopencookie test.  We don't need the
541         dummy function because we conditionally use fopencookie,
542         fpencookie or a replacement at place.
544 2004-04-02  Thomas Schwinge  <schwinge@nic-nac-project.de>
546         * autogen.sh: Added ACLOCAL_FLAGS.
548 2004-04-06  Werner Koch  <wk@gnupg.org>
550         Released 1.9.7.
552         * configure.ac: Require libgcrypt 1.1.94.
553         Introduce PACKAGE_GT and set it to gnupg2.
555 2004-03-23  Werner Koch  <wk@gnupg.org>
557         * configure.ac: Define SAFE_VERSION_DASH and SAFE_VERSION_DOT.
559 2004-03-09  Werner Koch  <wk@gnupg.org>
561         * configure.ac (NEED_GPG_ERROR_VERSION): Set to 0.7.
563 2004-03-06  Werner Koch  <wk@gnupg.org>
565         Released 1.9.6.
566         
567         * configure.ac: Check the Libgcrypt API.
569 2004-02-25  Werner Koch  <wk@gnupg.org>
571         * configure.ac: New option --disable-threads to inhibit
572         unintentional builds without Pth.
574 2004-02-21  Werner Koch  <wk@gnupg.org>
576         Released 1.9.5.
578 2004-02-20  Werner Koch  <wk@gnupg.org>
580         * configure.ac: Fixed URLs in the notice messages.
582 2004-02-18  Werner Koch  <wk@gnupg.org>
584         * acinclude.m4: Removed macros to detect gpg-error, libgcrypt,
585         libassuan and ksba as they are now distributed in m4/.
587 2004-02-13  Werner Koch  <wk@gnupg.org>
589         * configure.ac: Require libksba 0.9.4 and libgcrypt 1.1.92.
591 2004-02-12  Werner Koch  <wk@gnupg.org>
593         * autogen.sh: Removed cruft from debugging.
595         * am/cmacros.am: New.
597 2004-02-11  Werner Koch  <wk@gnupg.org>
599         * configure.ac: Removed the need for g10defs.h.  Reworked the
600         --with-foo-pgm stuff.
602         * autogen.sh (check_version): Removed bashism and simplified.
603         * acinclude.m4 (AM_PATH_OPENSC): Kludge to avoid error output for
604         a bad opensc-config.
606 2004-01-30  Werner Koch  <wk@gnupg.org>
608         Released 1.9.4.
610         * configure.ac: Require libksba 0.9.3 due to another bug fix there.
612 2004-01-29  Werner Koch  <wk@gnupg.org>
614         * README: Updated.
616         * configure.ac: Require libksba 0.9.2 due to bug fixes.
618 2004-01-24  Werner Koch  <wk@gnupg.org>
620         * configure.ac: Now requires libassuan 0.6.3.
622 2003-12-23  Werner Koch  <wk@gnupg.org>
624         Released 1.9.3.
626         * README-alpha: Removed.
627         * configure.ac, Makefile.am: Add the tests and tools directories.
629 2003-12-19  Werner Koch  <wk@gnupg.org>
631         * configure.ac: Now require libgcrypt 1.1.91 to help testing the
632         latest libgcrypt changes.  Requires libksab 0.9.1.
634 2003-12-17  Werner Koch  <wk@gnupg.org>
636         * configure.ac: Requires now libassuan 0.6.2.
637         (CFLAGS): Add --Wformat-noliteral in gcc mode.
639 2003-12-16  Werner Koch  <wk@gnupg.org>
641         * configure.ac: Check for funopen and fopencookie as part of the
642         jnlib checks.
644 2003-12-09  Werner Koch  <wk@gnupg.org>
646         * configure.ac: Add a min_automake_version.
647         * README.CVS: New.
648         * autogen.sh: Revamped except for the --build-w32 hack.
649         * Makefile.am: Add README.CVS
651 2003-11-17  Werner Koch  <wk@gnupg.org>
653         Release 1.9.2.
654         
655         * configure.ac: Requires now libassuan 0.6.1.
657 2003-10-31  Werner Koch  <wk@gnupg.org>
659         * configure.ac (NEED_KSBA_VERSION): Set to 0.9.0 due the changed
660         time interface.
662 2003-10-21  Werner Koch  <wk@gnupg.org>
664         * configure.ac (PRINTABLE_OS_NAME): Remove special case for The
665         Hurd; Robert Millan reported that the uname test is now
666         sufficient.
668 2003-10-01  Werner Koch  <wk@gnupg.org>
670         * configure.ac (AH_BOTTOM): Define GNUPG_MAJOR_VERSION. 
672 2003-09-23  Werner Koch  <wk@gnupg.org>
674         Merged most of David Shaw's changes in 1.3 since 2003-06-03.
675         
676         * configure.ac: Drop all TIGER/192 support.
677         (uint64_t): Check for UINT64_C to go along with uint64_t.
678         (getaddrinfo): Check for it.
679         (sigset_t): Check for sigset_t and struct sigaction.  This is for
680         Forte c89 on Solaris which seems to define only the function call
681         half of the two pairs by default.
682         (W32LIBS): Include wsock32 in W32LIBS.  This is different from
683         NETLIBS so we don't need to force other platforms to pull in the
684         netlibs when they aren't actually needed.
686 2003-09-06  Werner Koch  <wk@gnupg.org>
688         Released 1.9.1.
689         
690         * configure.ac: Require newer versions of some libraries.
692 2003-09-02  Werner Koch  <wk@gnupg.org>
694         * configure.ac (HAVE_LIBUSB): Added a simple test for libusb.
696 2003-08-19  Marcus Brinkmann  <marcus@g10code.de>
698         * configure.ac (AM_PATH_GPG_ERROR): Add missing comma in
699         invocation.
701 2003-08-06  Werner Koch  <wk@gnupg.org>
703         * configure.ac: Check for libgpg-error.  Print infos about missing
704         libraries more nicely.
705         * acinclude.m4 (AM_PATH_GPG_ERROR): Added.
707 2003-08-05  Werner Koch  <wk@gnupg.org>
709         Released 1.9.0.
710         
711         * configure.ac (GNUPG_DEFAULT_HONMEDIR): Changed back to ~/.gnupg.
712         
713 2003-07-31  Werner Koch  <wk@gnupg.org>
715         * Makefile.am (DISTCLEANFILES): Add g10defs.h
717 2003-06-18  Werner Koch  <wk@gnupg.org>
719         * configure.ac (GNUPG_DEFAULT_HOMEDIR): Changed temporary to
720         .gnupg2 to avoid accidential use with production keys.
722 2003-06-11  Werner Koch  <wk@gnupg.org>
724         * configure.ac: Merged all stuff from current 1.3 version in.
725         * acinclude.m4: Merged required macros from current 1.2 version in.
727 2003-06-04  Werner Koch  <wk@gnupg.org>
729         * configure.ac, Makefile.am: Enable building of gpg.
731 2003-04-29  Werner Koch  <wk@gnupg.org>
733         * configure.ac: Build a limited version of scdaemon if libopensc
734         is not available.
735         
736         * configure.ac (ALL_LINUGAS): Removed.
738         * Makefile.am (ACLOCAL_AMFLAGS): New.
739         * configure.ac (AM_GNU_GETTEXT_VERSION): New.  Set to 0.11.5.
741 2003-04-29  gettextize  <bug-gnu-gettext@gnu.org>
743         * Makefile.am (SUBDIRS): Add m4.
744         (ACLOCAL_AMFLAGS): New variable.
745         (EXTRA_DIST): Add scripts/config.rpath.
746         * configure.ac (AC_CONFIG_FILES): Add m4/Makefile.
748 2003-04-29  Werner Koch  <wk@gnupg.org>
750         * assuan/ : Removed.  We now use libassuan.
751         * Makefile.am (SUBDIRS): Removed assuan
753         * configure.ac: Check for libassuan.
755 2003-01-09  Werner Koch  <wk@gnupg.org>
757         * configure.ac (GNUPG_PROTECT_TOOL): New option --with-protect-tool. 
758         (NEED_KSBA_VERSION): Does now require 0.4.6.
760         * README: Noted where to find gpg-protect-tool. 
762 2002-10-31  Neal H. Walfield  <neal@g10code.de>
764         * configure.ac: Check for flockfile and funlockfile.  Check for
765         isascii and putc_unlocked replacing them if not found.
767         * configure.ac (PTH_LIBS): If pth is found, add the output of
768         `$PTH_CONFIG --ldflags`, not just `$PTH_CONFIG --libs`.
770 2002-10-19  Werner Koch  <wk@gnupg.org>
772         * configure.ac: Bumped version number to 1.9.0-cvs.
774         NewPG (Aegypten project) to GnuPG merge.
776 2002-09-20  Werner Koch  <wk@gnupg.org>
778         Released 0.9.2.
780 2002-09-05  Neal H. Walfield  <neal@g10code.de>
782         * configure.ac: Check for makeinfo.
784 2002-09-03  Neal H. Walfield  <neal@g10code.de>
786         * autogen.sh (have_version): New function.  Generalize and
787         simplify logic for finding and determining the versions of GNU
788         programs.  Use it.
790 2002-08-23  Werner Koch  <wk@gnupg.org>
792         Released 0.9.1.
794         * acinclude.m4 (AM_PATH_LIBGCRYPT): Updated from Libgcrypt.
795         (AM_PATH_OPENSC): Strip non-digits from the micro version.
797 2002-08-21  Werner Koch  <wk@gnupg.org>
799         Released 0.9.0.
801         * configure.ac: Changed the default homedir to .gnupg.
802         * README-alpha: Removed.
804 2002-08-19  Werner Koch  <wk@gnupg.org>
806         * acinclude.m4: Removed -lpcsclite from KSBA_LIBS; copy+paste bug.
808 2002-08-13  Werner Koch  <wk@gnupg.org>
810         * acinclude.m4 (AM_PATH_OPENSC, AM_PATH_KSBA): New.
811         * configure.ac: Use them.
813 2002-08-10  Werner Koch  <wk@gnupg.org>
815         Released 0.3.10.
816         
817         * configure.ac (NEED_LIBKSBA_VERSION): Require 0.4.4. Add support
818         for gettext.
820 2002-07-22  Werner Koch  <wk@gnupg.org>
822         * configure.ac: Check for ftello and provide a replacement.
824 2002-07-01  Werner Koch  <wk@gnupg.org>
826         Released 0.3.9.
827         
828         * README: Short note on how to export in pkcs-12 format.
830 2002-06-29  Werner Koch  <wk@gnupg.org>
832         * configure.ac: Define --with options to set the default location
833         of the agent, scdaemon, pinentry and dirmngr.
835 2002-06-27  Werner Koch  <wk@gnupg.org>
837         * README: Short blurb on how to import a PKCS-12 file.
839         * configure.ac (AH_BOTTOM): New to define some constants.
841 2002-06-25  Werner Koch  <wk@gnupg.org>
843         Released 0.3.8.
844         
845         * configure.ac (NEED_LIBGCRYPT_VERSION): Set to 1.1.8.
847 2002-06-12  Werner Koch  <wk@gnupg.org>
849         * configure.ac (NEED_LIBKSBA_VERSION): We need 0.4.3 now.
851 2002-06-04  Werner Koch  <wk@gnupg.org>
853         Released 0.3.7.
855 2002-05-21  Werner Koch  <wk@gnupg.org>
857         * configure.ac: We now require libgcrypt 1.1.7 and libksba 0.4.2.
859 2002-05-14  Werner Koch  <wk@gnupg.org>
861         * doc/: New
862         * configure.ac, Makefile.am:  Added doc/ 
864 2002-05-03  Werner Koch  <wk@gnupg.org>
866         Released 0.3.6.
868 2002-04-25  Werner Koch  <wk@gnupg.org>
870         * configure.ac: Check for setlocale.
872 2002-04-24  Marcus Brinkmann  <marcus@g10code.de>
874         * configure.ac: Check for locale.h.
876 2002-04-15  Werner Koch  <wk@gnupg.org>
878         Released 0.3.5.
879         
880         * NEWS: Started to describe release notes.
881         
882         * configure.ac (NEED_LIBKSBA_VERSION, NEED_LIBGCRYPT_VERSION): Defined
884 2002-04-01  Werner Koch  <wk@gnupg.org>
886         Released 0.3.4.
888 2002-03-18  Werner Koch  <wk@gnupg.org>
890         Released 0.3.3.
892 2002-03-08  Werner Koch  <wk@gnupg.org>
894         * README: Add some explanation on how to specify a user ID.
896 2002-03-06  Werner Koch  <wk@gnupg.org>
898         Released 0.3.2.
900 2002-03-04  Werner Koch  <wk@gnupg.org>
902         Released 0.3.1.
904         * README: Explained some options and files.
906 2002-02-14  Werner Koch  <wk@gnupg.org>
908         * configure.ac: Fixed status messages related to presence of Pth.
910 2002-02-13  Werner Koch  <wk@gnupg.org>
912         * acinclude.m4 (GNUPG_SYS_SO_PEERCRED): New.
913         * configure.ac: use it.
915 2002-02-12  Werner Koch  <wk@gnupg.org>
917         * configure.ac: Check for PTH.  Provide replacement fucntions for
918         apsrintf and fopencookie.
920         * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): New.
922 2002-02-07  Werner Koch  <wk@gnupg.org>
924         Released 0.3.0.
926         * configure.ac: Require libgcrypt 1.1.6.
928 2002-02-01  Marcus Brinkmann  <marcus@g10code.de>
930         * configure.ac (KSBA_CONFIG): Remove superfluous x in front of
931         variable.
933 2002-01-26  Werner Koch  <wk@gnupg.org>
935         * configure.ac: Add options to disable the build of some programs
936         and print a configure status at the end.
937         * acinclude.m4 (GNUPG_BUILD_PROGRAM): New.
939         * scd/ : New.  Added to Makefile and configure.
940         * configure.ac: Check for libopensc
941         * Makefile.am: Build scd only when libopensc is available
943 2002-01-23  Werner Koch  <wk@gnupg.org>
945         * configure.ac (mkdtemp): See whether we have to provide a
946         replacement.
948 2001-12-18  Werner Koch  <wk@gnupg.org>
950         Released 0.0.0.
952 2001-12-17  Werner Koch  <wk@gnupg.org>
954         * acinclude.m4: Add AM_PATH_LIBGCRYPT macro.
955         * configure.ac: and use it here. Figure out the location of libksba
957 2001-12-15  Werner Koch  <wk@gnupg.org>
959         * configure.ac (missing_dir): Bail out if asprintf and fopencookie
960         are not available.
962 2001-12-04  Werner Koch  <wk@gnupg.org>
964         * configure.ac (HAVE_JNLIB_LOGGING): always define it.
966         
967  Copyright 2001, 2002, 2004 Free Software Foundation, Inc.
969  This file is free software; as a special exception the author gives
970  unlimited permission to copy and/or distribute it, with or without
971  modifications, as long as this notice is preserved.
973  This file is distributed in the hope that it will be useful, but
974  WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
975  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
976