Imported Upstream version 2.0.19
[platform/upstream/gpg2.git] / ChangeLog-2011
1 2011-12-02  Werner Koch  <wk@g10code.com>
2
3         NB: ChangeLog files are no longer manually maintained.  Starting
4         on December 1st, 2011 we put change information only in the GIT
5         commit log, and generate a top-level ChangeLog file from logs at
6         "make dist".  See doc/HACKING for details.
7
8 2011-08-04  Werner Koch  <wk@g10code.com>
9
10         Release 2.0.18.
11
12         * configure.ac: Fix usage of AC_LANG_PROGRAM.
13         (AC_CHECK_HEADERS): Check for utmp.h.
14
15 2011-02-04  Werner Koch  <wk@g10code.com>
16
17         * autogen.sh: Ensure that the git pre-commit hoom has been
18         enabled.  Add a cleanpo filter if not yet set.
19
20 2011-01-13  Werner Koch  <wk@g10code.com>
21
22         Release 2.0.17.
23
24 2011-01-11  Werner Koch  <wk@g10code.com>
25
26         * configure.ac: Add option --enable-gpgtar.
27         (AC_CHECK_FUNCS): Add stat.
28
29         * autogen.sh <w32>: Remove superfluous --without-included-gettext.
30
31 2011-01-10  Werner Koch  <wk@g10code.com>
32
33         * configure.ac: Support a git_revision string.
34
35 2010-07-19  Werner Koch  <wk@g10code.com>
36
37         Release 2.0.16.
38
39         * configure.ac: Require libgpg-error 1.7 and libksba 1.0.7 to
40         force building with more recent versions.
41
42 2010-05-04  Werner Koch  <wk@g10code.com>
43
44         * configure.ac: Add option --enable-standard-socket.
45
46 2010-03-09  Werner Koch  <wk@g10code.com>
47
48         Release 2.0.15.
49
50         * configure.ac: Add option --disable-ccid-driver.
51
52 2010-02-18  Werner Koch  <wk@g10code.com>
53
54         Release 2.0.15rc1.
55
56         * configure.ac: Remove double check for libassuan.
57
58 2010-02-11  Marcus Brinkmann  <marcus@g10code.de>
59
60         From trunk 2009-10-16:
61
62         * configure.ac: Check for libassuan instead of libassuan-pth.
63
64 2009-10-12  Werner Koch  <wk@g10code.com>
65
66         From trunk 2009-09-23:
67
68         * configure.ac (NEED_LIBASSUAN_API, NEED_LIBASSUAN_VERSION):
69         Update to new API (2, 1.1.0).
70
71 2009-12-21  Werner Koch  <wk@g10code.com>
72
73         Release 2.0.14.
74
75 2009-12-08  Werner Koch  <wk@g10code.com>
76
77         * configure.ac (USE_DNS_CERT): Support via ADNS.
78
79 2009-12-07  Werner Koch  <wk@g10code.com>
80
81         * configure.ac: Check for ADNS before checking for the BIND
82         resolver.
83         (USE_ADNS): Fallback macro for PKA and CERT lookups.
84
85 2009-09-04  Werner Koch  <wk@g10code.com>
86
87         Release 2.0.13.
88
89 2009-06-29  Werner Koch  <wk@g10code.com>
90
91         * configure.ac: Take care of --without-adns.  Suggested by
92         Arfrever Frehtes Taifersar Arahesis.
93
94 2009-06-17  Werner Koch  <wk@g10code.com>
95
96         Release 2.0.12.
97
98 2009-06-05  David Shaw  <dshaw@jabberwocky.com>
99
100         * configure.ac: Remove Camellia restriction.
101
102 2009-04-01  Werner Koch  <wk@g10code.com>
103
104         * configure.ac: Test for fsync.
105
106 2009-03-18  Werner Koch  <wk@g10code.com>
107
108         * configure.ac: Test for getrlimit.
109
110 2009-03-03  Werner Koch  <wk@g10code.com>
111
112         Release 2.0.11.
113
114 2009-01-12  Werner Koch  <wk@g10code.com>
115
116         Release 2.0.10.
117
118 2008-12-09  Werner Koch  <wk@g10code.com>
119
120         Release 2.0.10rc1.
121
122 2008-10-17  Werner Koch  <wk@g10code.com>
123
124         * configure.ac: Use more warning options with modern GCCs.
125
126 2008-09-29  Werner Koch  <wk@g10code.com>
127
128         * configure.ac: Require libgcrypt 1.4.
129
130 2008-08-27  David Shaw  <dshaw@jabberwocky.com>
131
132         * configure.ac: Use printf for the most portable SVN version
133         detection.
134
135         * configure.ac: Darwin's /bin/sh has a builtin echo that doesn't
136         understand '-n'.  Use tr to trim the carriage return instead.
137
138 2008-04-23  Werner Koch  <wk@g10code.com>
139
140         * configure.ac: Call gl_HEADER_SYS_SOCKET and gl_TYPE_SOCKLEN_T.
141
142 2008-04-07  Werner Koch  <wk@g10code.com>
143
144         * configure.ac (ADNSLIBS): Test for adns.
145         (GPGKEYS_KDNS): New.
146
147 2008-04-01  Werner Koch  <wk@g10code.com>
148
149         * configure.ac: Require curl 7.10 (Oct 1 2002) or later as we use
150         curl_version_info().
151         (AC_INIT): Fix quoting.
152
153 2008-03-27  Werner Koch  <wk@g10code.com>
154
155         * Makefile.am (dist_doc_DATA): New. Install README.
156
157 2008-03-26  Werner Koch  <wk@g10code.com>
158
159         Release 2.0.9.
160
161 2008-02-19  Werner Koch  <wk@g10code.com>
162
163         * configure.ac: Remove --with-pkits-tests.
164
165 2008-02-15  Werner Koch  <wk@g10code.com>
166
167         * gl/allocsa.h, gl/m4/allocsa.m4: Replace HAVE_LONG_LONG by
168         HAVE_LONG_LONG_INT.
169
170 2008-02-15  gettextize  <bug-gnu-gettext@gnu.org>
171
172         * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.17.
173
174 2007-12-20  Werner Koch  <wk@g10code.com>
175
176         Released 2.0.8.
177
178 2007-12-17  Werner Koch  <wk@g10code.com>
179
180         * configure.ac: Add treatment for HAVE_LDAP_START_TLS_SA.
181
182 2007-12-14  Werner Koch  <wk@g10code.com>
183
184         Released 2.0.8rc1.
185
186 2007-12-12  Werner Koch  <wk@g10code.com>
187
188         * configure.ac (USE_CAMELLIA): Define by new option --enable-camellia.
189
190 2007-12-03  Werner Koch  <wk@g10code.com>
191
192         * configure.ac: Add test gt_LC_MESSAGES..
193
194 2007-10-01  Werner Koch  <wk@g10code.com>
195
196         * configure.ac: Require assuan 1.0.4.
197
198 2007-09-14  Werner Koch  <wk@g10code.com>
199
200         * configure.ac (GNUPG_LIBASSUAN_VERSION): New.
201
202 2007-09-10  Werner Koch  <wk@g10code.com>
203
204         Released 2.0.7.
205
206 2007-08-27  Werner Koch  <wk@g10code.com>
207
208         * configure.ac: Remove remaining support for internal regex.
209         Define DISABLE_REGEX automake conditional.  Add option
210         --with-regex.
211         * autogen.sh [--build-w32]: Remove --disable-regex.  Use --with-regex.
212
213 2007-08-16  Werner Koch  <wk@g10code.com>
214
215         Released 2.0.6.
216
217 2007-08-08  Werner Koch  <wk@g10code.com>
218
219         * configure.ac: Use AC_CANONICAL_HOST and not AC_CANONICAL_TARGET.
220
221 2007-07-09  Werner Koch  <wk@g10code.com>
222
223         * configure.ac (AM_ICONV): Check for it even when building without
224         NLS.
225
226 2007-07-05  Werner Koch  <wk@g10code.com>
227
228         Released 2.0.5.
229
230         * configure.ac: Require libassuan 1.0.2.
231
232 2007-07-05  Marcus Brinkmann  <marcus@g10code.de>
233
234         * configure.ac: Invoke AM_LANGINFO_CODESET.
235
236 2007-07-04  Werner Koch  <wk@g10code.com>
237
238         * Makefile.am (AUTOMAKE_OPTIONS): Add no-dist-gzip.
239
240         Switched entire package to GPLv3+.
241
242         * configure.ac: Require libksba 1.0.2.
243
244         * COPYING:  Updated to GPLv3.
245         * COPYING.LIB: New as jnlib/ uses this license.
246
247         * gl/: Switched to GPLv3+.
248
249         * intl/ Removed.
250         * configure.ac (AM_GNU_GETTEXT): Add external flag.
251         (AM_ICONV): New.
252
253 2007-07-03  Werner Koch  <wk@g10code.com>
254
255         * configure.ac [W32]: Use ws2_32 instead of wsock32.
256
257 2007-06-25  Werner Koch  <wk@g10code.com>
258
259         * gl/mkdtemp.c (gen_tempname) [MKDIR_TAKES_ONE_ARG]: Avoid
260         compiler warning by using the proper config macro.
261
262 2007-06-15  Werner Koch  <wk@g10code.com>
263
264         * configure.ac: Call AM_PO_SUBDIRS.
265         (W32SOCKLIBS): New.
266
267         * autogen.sh: Use = and not == in test to be POSIXly correct.
268         <build-w32>: Disable use of regex.
269
270 2007-06-14  Werner Koch  <wk@g10code.com>
271
272         * configure.ac [AH_BOTTOM]: Remove the hardwired names of modules.
273
274 2007-06-12  Werner Koch  <wk@g10code.com>
275
276         * configure.ac [AH_BOTTOM]: Define HTTP_NO_WSASTARTUP.
277
278 2007-06-11  Werner Koch  <wk@g10code.com>
279
280         * am/cmacros.am (libcommonstd, libcommonpth, libcommonstd_ldadd)
281         (libcommonpth_ldadd): Add macros.
282
283 2007-06-06  Werner Koch  <wk@g10code.com>
284
285         * configure.ac: Add a few notices message so make browsing of the
286         log file easier.
287         (CC_FOR_BUILD): New.
288
289 2007-05-30  Werner Koch  <wk@g10code.com>
290
291         * configure.ac [W32]: Do not create a symlink to w32-pth.h.
292         Require the installation of the w32pth package.
293
294 2007-05-29  Werner Koch  <wk@g10code.com>
295
296         * gl/: Updated to a newer version.
297
298 2007-05-24  Werner Koch  <wk@g10code.com>
299
300         * configure.ac: Use -Wpointer-arith is possible.
301
302 2007-05-15  Werner Koch  <wk@g10code.com>
303
304         * configure.ac: Renamed the estream macros. Remove -Wformat-nonliteral.
305
306         * configure.ac: Call ESTREAM_INIT and define the memory
307         allocators for estream_asprintf.
308         (gl_MODULES): Remove vasprintf.
309
310 2007-05-09  Werner Koch  <wk@g10code.com>
311
312         Released 2.0.4.
313
314 2007-05-07  Werner Koch  <wk@g10code.com>
315
316         * configure.ac: Require libgcrypt 1.2.2 to avoid compiler warnings.
317
318 2007-05-07  gettextize  <bug-gnu-gettext@gnu.org>
319
320         * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.16.1.
321
322 2007-05-07  Werner Koch  <wk@g10code.com>
323
324         * configure.ac: Bail out if no C-89 compiler has been found.
325
326 2007-05-04  Werner Koch  <wk@g10code.com>
327
328         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-mailto
329
330         * configure.ac: Require automake 1.10
331         (AC_CONFIG_FILES): Rename gpgkeys_ to gpg2keys_.
332         (AM_PROG_CC_C_O): New.
333
334 2007-03-08  Werner Koch  <wk@g10code.com>
335
336         Released 2.0.3.
337
338         * autogen.sh: Add option --force.
339
340 2007-01-31  Werner Koch  <wk@g10code.com>
341
342         Released 2.0.2.
343
344 2006-11-30  Werner Koch  <wk@g10code.com>
345
346         * configure.ac: Save original LIBS when testing for dlopen.
347
348 2006-11-28  Werner Koch  <wk@g10code.com>
349
350         Released 2.0.1.
351
352 2006-11-23  Werner Koch  <wk@g10code.com>
353
354         Released 2.0.1rc1.
355
356 2006-11-21  Werner Koch  <wk@g10code.com>
357
358         * configure.ac [AH_BOTTOM]: Disable PTH soft mapping.
359         (AC_CHECK_SIZEOF): Check for time_t.
360         (BUILD_INCLUDED_LIBINTL): Remove AM_PO_SUBDIRS as it is not
361         required for C.
362
363 2006-11-15  Werner Koch  <wk@g10code.com>
364
365         * autogen.sh: Add convenience option --build-amd64.
366
367 2006-11-14  Werner Koch  <wk@g10code.com>
368
369         * configure.ac (HAVE_ASSUAN_SET_IO_MONITOR): Test for it.
370
371 2006-11-11  Werner Koch  <wk@g10code.com>
372
373         Released 2.0.0.
374
375 2006-11-06  Werner Koch  <wk@g10code.com>
376
377         Released 1.9.95.
378
379 2006-11-03  Werner Koch  <wk@g10code.com>
380
381         * configure.ac: Test for pty.h.  From Gentoo.
382
383 2006-10-24  Werner Koch  <wk@g10code.com>
384
385         Released 1.9.94.
386
387 2006-10-20  Werner Koch  <wk@g10code.com>
388
389         * Makefile.am (stowinstall): Add convenience target.
390
391 2006-10-18  Werner Koch  <wk@g10code.com>
392
393         * configure.ac: svn revison magic fixes for old bashs.  Suggested
394         by Alain Guibert.
395
396 2006-10-18  Werner Koch  <wk@g10code.com>
397
398         Released 1.9.93.
399
400 2006-10-17  Werner Koch  <wk@g10code.com>
401
402         * autogen.sh <--build-w32>: Test also for a host "mingw32".
403
404         * configure.ac: Removed W32LIBS. Use NETLIBS instead.
405
406 2006-10-11  Werner Koch  <wk@g10code.com>
407
408         Released 1.9.92.
409
410         * configure.ac: Require libassuan 0.9.3.
411
412 2006-10-09  Werner Koch  <wk@g10code.com>
413
414         * acinclude.m4: Moved pth check to m4/gnupg-pth.m4.
415
416 2006-10-06  Werner Koch  <wk@g10code.com>
417
418         * configure.ac: Also check for libassuan's pth version.
419
420 2006-10-04  Werner Koch  <wk@g10code.com>
421
422         Released 1.9.91.
423
424         * configure.ac: Require libassuan 0.9.1 which fixes a problem with
425         gpgsm.
426
427 2006-09-27  Werner Koch  <wk@g10code.com>
428
429         * gl/strsep.h, gl/strsep.c, gl/m4/strsep.m4: Removed.
430         * gl/strpbrk.h, gl/strpbrk.c, gl/m4/strpbrk.m4: Removed.
431         * gl/Makefile.am: Removed module strsep and strpbrk.
432         * configure.ac: Check for strsep in the context of jnlib.  Remove
433         check from gl_MODULES. Moved check for timegm into the jnlib context.
434
435 2006-09-27  Marcus Brinkmann  <marcus@g10code.de>
436
437         * Makefile.am: Fix cut & paste error.
438
439 2006-09-25  Werner Koch  <wk@g10code.com>
440
441         Released 1.9.90.
442
443 2006-09-22  Werner Koch  <wk@g10code.com>
444
445         * AUTHORS: Add information about used licenses.
446
447 2006-09-20  Werner Koch  <wk@g10code.com>
448
449         * Makefile.am (dist-hook): Removed distfiles cruft.
450         (SUBDIRS): Added include
451
452 2006-09-18  Werner Koch  <wk@g10code.com>
453
454         Released 1.9.23.
455
456         * configure.ac (--enable-agent-only): Donot build tools and doc
457         (--disable-tools,--disable-doc): New.
458         * Makefile.am (SUBDIRS): Allow to conditional build tools and doc.
459
460 2006-09-14  Werner Koch  <wk@g10code.com>
461
462         Replaced all call gpg_error_from_errno(errno) by
463         gpg_error_from_syserror().
464
465         * configure.ac: Build gpg by default.
466         (GNUPG_SYS_SO_PEERCRED): Removed.
467
468 2006-09-13  Werner Koch  <wk@g10code.com>
469
470         * autogen.sh: Better detection of the cross compiler kit.
471
472 2006-09-06  Marcus Brinkmann  <marcus@g10code.de>
473
474         * configure.ac: New automake conditional RUN_GPG_TESTS.
475
476 2006-09-06  Werner Koch  <wk@g10code.com>
477
478         * configure.ac: Define _ASSUAN_ONLY_GPG_ERRORS.  Require Assuan
479         0.9 and libgpg-error 1.4
480
481 2006-08-31  Werner Koch  <wk@g10code.com>
482
483         * configure.ac: Require libksba 1.0 and added API check for it.
484         (GPG_ERR_LOCKED): Removed DECL check as we require 1.2 anyway.
485         (have_libusb): New to give a feedback about CCID support
486
487 2006-08-21  Werner Koch  <wk@g10code.com>
488
489         * configure.ac: Removed docbook tests.
490         (AC_CONFIG_FILES): Added gpgkeys_test and gpgkeys_mailto.
491
492         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Enable gpg.
493
494 2006-08-17  Werner Koch  <wk@g10code.com>
495
496         * THANKS: Merged with the 1.4 one.
497
498 2006-08-16  Werner Koch  <wk@g10code.com>
499
500         * configure.ac: Removed test for capabilities and mlock.
501
502 2006-08-15  Werner Koch  <wk@g10code.com>
503
504         * Makefile.am (keyserver): Enable building of keyserver helpers.
505
506         * configure.ac: Merged with the current configure from 1.4.5.
507         Require libgpg-error 1.2 and libksba 0.9.16.
508
509 2006-07-29  Marcus Brinkmann  <marcus@g10code.de>
510
511         * README: Spelling fixes.
512
513 2006-07-27  Werner Koch  <wk@g10code.com>
514
515         Released 1.9.22.
516
517         * configure.ac: Call AB_INIT.
518
519 2006-07-03  Werner Koch  <wk@g10code.com>
520
521         * configure.ac: Test for ksba_dn_teststr.
522
523 2006-06-30  Werner Koch  <wk@g10code.com>
524
525         * keyserver/: New.  Taken from 1.4.4
526         * Makefile.am (SUBDIRS): Include keyserver/.
527         * configure.ac: Include keyserver/.
528         (FAKE_CURL, GPGKEYS_CURL): New.
529
530 2006-06-20  Werner Koch  <wk@g10code.com>
531
532         Released 1.9.21.
533
534 2006-06-08  Marcus Brinkmann  <marcus@g10code.de>
535
536         * configure.ac (PTH_LIBS): Add --all to pth-config invocation.
537
538 2006-05-24  Werner Koch  <wk@g10code.com>
539
540         * configure.ac: New option --disable-optimization taked from 1.4.3.
541
542 2006-05-23  Werner Koch  <wk@g10code.com>
543
544         * configure.ac (ZLIBS): New for zlib link commands. Add bzip2
545         support.
546
547 2006-05-22  Werner Koch  <wk@g10code.com>
548
549         * configure.ac (EXEEXT): New.
550
551 2006-04-18  Werner Koch  <wk@g10code.com>
552
553         * configure.ac (PK_UID_CACHE_SIZE): New.
554
555 2006-04-07  Werner Koch  <wk@g10code.com>
556
557         * configure.ac: Use new method to include the SVN revison.  Now it
558         is the actual global revision number.
559
560 2005-12-20  Werner Koch  <wk@g10code.com>
561
562         Released 1.9.20.
563
564 2005-11-28  Werner Koch  <wk@g10code.com>
565
566         * configure.ac: Append the revision to the version string.
567
568 2005-11-13  Werner Koch  <wk@g10code.com>
569
570         * am/cmacros.am (-DGNUPG_SYSCONFDIR): Define it.
571
572 2005-11-11  Werner Koch  <wk@g10code.com>
573
574         * configure.ac (NEED_KSBA_VERSION: Require 0.9.13.
575
576 2005-09-12  Werner Koch  <wk@g10code.com>
577
578         Released 1.9.19.
579
580 2005-08-01  Werner Koch  <wk@g10code.com>
581
582         Released 1.9.18.
583
584         * configure.ac: Require libksba 0.9.12 to match new features in gpgsm.
585
586 2005-06-20  Werner Koch  <wk@g10code.com>
587
588         Released 1.9.17.
589
590 2005-06-02  Werner Koch  <wk@g10code.com>
591
592         * configure.ac (HAVE_PTH): Define as alias for USE_GNU_PTH.  It is
593         used by common/estream.c.
594
595 2005-06-01  Werner Koch  <wk@g10code.com>
596
597         * configure.ac (gl_INIT): Add gnulib stuff.
598         (fseeko, ftello, ttyname, isascii): Replaced the AC_REPLACE_FUNCS
599         by a simple check.
600         (putc_unlocked): Removed check.  Not used.
601         (strsep, mkdtemp, asprintf): Replaced checks by gnulib checks.
602         (xsize): Added will probably come handy soon.
603         (CFLAGS): Use -Wformat-security instead of
604         -Wformat-nonliteral. Add --Wno-format-y2k.
605         * gl/, gl/m4/: New.
606
607 2005-05-15  Werner Koch  <wk@g10code.com>
608
609         * configure.ac: Remove option --disable-threads; require the use
610         of GNU Pth.
611
612 2005-04-27  Werner Koch  <wk@g10code.com>
613
614         * configure.ac: Removed OpenSC detection and options.
615         * acinclude.m4: Ditto.
616
617 2005-04-21  Werner Koch  <wk@g10code.com>
618
619         Released 1.9.16.
620
621         * configure.ac: Do not build gpg by default.
622
623 2005-04-20  Werner Koch  <wk@g10code.com>
624
625         * configure.ac: Test whether GPG_ERR_LOCKED is declared and
626         provide a replacement if not.
627
628 2005-04-15  Werner Koch  <wk@g10code.com>
629
630         * configure.ac: Require libksba 0.9.11.
631
632 2005-04-15  Marcus Brinkmann  <marcus@g10code.de>
633
634         * configure.ac: Check for /usr/bin/shred and define SHRED.
635
636         * configure.ac: Add --enable-symcryptrun, disabled by default.
637         Define automake variable BUILD_SYMCRYPTRUN.
638         Check for openpty -lutil, define LIBUTIL_LIBS.
639
640 2005-03-03  Werner Koch  <wk@g10code.com>
641
642         * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Accidently used
643         --ldflags instead of --cflags. Reported by Kazu Yamamoto.
644
645 2005-02-03  Werner Koch  <wk@g10code.com>
646
647         * AUTHORS: Copied from 1.4 and edited to refelct the changes in
648         1.9.
649
650 2005-01-17  Werner Koch  <wk@g10code.com>
651
652         * configure.ac: Make --without-included-regex work as expected.
653         Fixed FTP location info for some libraries.
654
655 2005-01-13  Werner Koch  <wk@g10code.com>
656
657         Released 1.9.15.
658
659         * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Link a simple test
660         program to see whether the installation is sane.
661
662 2005-01-07  Werner Koch  <wk@g10code.com>
663
664         * configure.ac: Require gpg-error 1.0.
665
666 2005-01-04  Werner Koch  <wk@g10code.com>
667
668         * configure.ac: Remove hack not to build gpg2 for W32.
669         * autogen.sh <build-w32>: Pass option --disable-gpg instead.
670
671 2004-12-22  Werner Koch  <wk@g10code.com>
672
673         Released 1.9.14.
674
675 2004-12-20  Werner Koch  <wk@g10code.com>
676
677         * configure.ac: Add PATHSEP_C and PATHSEP_S. For W32 let all
678         directories default to c:/gnupg.  Require libassuan 0.6.9.
679
680 2004-12-18  Werner Koch  <wk@g10code.com>
681
682         * configure.ac (AH_BOTTOM): Define EXEEXT_S.
683
684         * autogen.sh: Updated --build-w32 feature.
685
686 2004-12-15  Werner Koch  <wk@g10code.com>
687
688         * Makefile.am (SUBDIRS) [W32]: Do not build in tests/.
689
690         * acinclude.m4: Add proper macro name quoting for use with
691         automake 1.9.
692
693         * configure.ac: Add replacement check for ttyname.
694         Removed support for a included zlib.
695
696 2004-12-06  Werner Koch  <wk@g10code.com>
697
698         * configure.ac (have_w32_system): New.  Disable Pth checks for W32.
699         Link jnlib/w32-pth.h to pth.h.
700
701 2004-12-03  Werner Koch  <wk@g10code.com>
702
703         Released 1.9.13.
704
705 2004-11-26  Werner Koch  <wk@g10code.com>
706
707         * configure.ac: Replace strsep.  Replaced use of "target" by
708         "host".
709
710 2004-10-22  Werner Koch  <wk@g10code.com>
711
712         Released 1.9.12.
713
714         * Makefile.am (AUTOMAKE_OPTIONS): Set option to create bzip2 tarball.
715
716 2004-10-01  Werner Koch  <wk@g10code.com>
717
718         Released 1.9.11.
719
720 2004-09-30  Werner Koch  <wk@g10code.com>
721
722         * README: Minor updates.
723
724 2004-09-30  gettextize  <bug-gnu-gettext@gnu.org>
725
726         * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.14.1.
727
728 2004-08-16  Werner Koch  <wk@g10code.de>
729
730         * configure.ac: Build Makefile for tests/pkits.  New option
731         --with-pkits-tests.
732
733 2004-08-05  Werner Koch  <wk@g10code.de>
734
735         * configure.ac: Changed tests for libusb to also suuport the
736         stable version 0.1.x.
737
738 2004-07-22  Werner Koch  <wk@g10code.de>
739
740         Released 1.9.10.
741
742         * configure.ac: Define AM conditional HAVE_OPENSC.
743
744 2004-07-21  Werner Koch  <wk@g10code.de>
745
746         * configure.ac: Don't set DIE to no after it might has been set to
747         yes.
748
749 2004-07-20  Werner Koch  <wk@g10code.de>
750
751         * Makefile.am (sm): Build kbx only if gpgsm is to be build.
752
753 2004-07-20  Werner Koch  <wk@gnupg.org>
754
755         * configure.ac: New option --enable-agent-only.
756
757 2004-06-08  Werner Koch  <wk@gnupg.org>
758
759         Released 1.9.9.
760
761 2004-06-06  Werner Koch  <wk@gnupg.org>
762
763         * configure.ac: Require libksba 0.9.7.
764
765 2004-04-29  Werner Koch  <wk@gnupg.org>
766
767         Released 1.9.8.
768
769 2004-04-20  Werner Koch  <wk@gnupg.org>
770
771         * configure.ac: Remove the fopencookie test.  We don't need the
772         dummy function because we conditionally use fopencookie,
773         fpencookie or a replacement at place.
774
775 2004-04-02  Thomas Schwinge  <schwinge@nic-nac-project.de>
776
777         * autogen.sh: Added ACLOCAL_FLAGS.
778
779 2004-04-06  Werner Koch  <wk@gnupg.org>
780
781         Released 1.9.7.
782
783         * configure.ac: Require libgcrypt 1.1.94.
784         Introduce PACKAGE_GT and set it to gnupg2.
785
786 2004-03-23  Werner Koch  <wk@gnupg.org>
787
788         * configure.ac: Define SAFE_VERSION_DASH and SAFE_VERSION_DOT.
789
790 2004-03-09  Werner Koch  <wk@gnupg.org>
791
792         * configure.ac (NEED_GPG_ERROR_VERSION): Set to 0.7.
793
794 2004-03-06  Werner Koch  <wk@gnupg.org>
795
796         Released 1.9.6.
797
798         * configure.ac: Check the Libgcrypt API.
799
800 2004-02-25  Werner Koch  <wk@gnupg.org>
801
802         * configure.ac: New option --disable-threads to inhibit
803         unintentional builds without Pth.
804
805 2004-02-21  Werner Koch  <wk@gnupg.org>
806
807         Released 1.9.5.
808
809 2004-02-20  Werner Koch  <wk@gnupg.org>
810
811         * configure.ac: Fixed URLs in the notice messages.
812
813 2004-02-18  Werner Koch  <wk@gnupg.org>
814
815         * acinclude.m4: Removed macros to detect gpg-error, libgcrypt,
816         libassuan and ksba as they are now distributed in m4/.
817
818 2004-02-13  Werner Koch  <wk@gnupg.org>
819
820         * configure.ac: Require libksba 0.9.4 and libgcrypt 1.1.92.
821
822 2004-02-12  Werner Koch  <wk@gnupg.org>
823
824         * autogen.sh: Removed cruft from debugging.
825
826         * am/cmacros.am: New.
827
828 2004-02-11  Werner Koch  <wk@gnupg.org>
829
830         * configure.ac: Removed the need for g10defs.h.  Reworked the
831         --with-foo-pgm stuff.
832
833         * autogen.sh (check_version): Removed bashism and simplified.
834         * acinclude.m4 (AM_PATH_OPENSC): Kludge to avoid error output for
835         a bad opensc-config.
836
837 2004-01-30  Werner Koch  <wk@gnupg.org>
838
839         Released 1.9.4.
840
841         * configure.ac: Require libksba 0.9.3 due to another bug fix there.
842
843 2004-01-29  Werner Koch  <wk@gnupg.org>
844
845         * README: Updated.
846
847         * configure.ac: Require libksba 0.9.2 due to bug fixes.
848
849 2004-01-24  Werner Koch  <wk@gnupg.org>
850
851         * configure.ac: Now requires libassuan 0.6.3.
852
853 2003-12-23  Werner Koch  <wk@gnupg.org>
854
855         Released 1.9.3.
856
857         * README-alpha: Removed.
858         * configure.ac, Makefile.am: Add the tests and tools directories.
859
860 2003-12-19  Werner Koch  <wk@gnupg.org>
861
862         * configure.ac: Now require libgcrypt 1.1.91 to help testing the
863         latest libgcrypt changes.  Requires libksab 0.9.1.
864
865 2003-12-17  Werner Koch  <wk@gnupg.org>
866
867         * configure.ac: Requires now libassuan 0.6.2.
868         (CFLAGS): Add --Wformat-noliteral in gcc mode.
869
870 2003-12-16  Werner Koch  <wk@gnupg.org>
871
872         * configure.ac: Check for funopen and fopencookie as part of the
873         jnlib checks.
874
875 2003-12-09  Werner Koch  <wk@gnupg.org>
876
877         * configure.ac: Add a min_automake_version.
878         * README.CVS: New.
879         * autogen.sh: Revamped except for the --build-w32 hack.
880         * Makefile.am: Add README.CVS
881
882 2003-11-17  Werner Koch  <wk@gnupg.org>
883
884         Release 1.9.2.
885
886         * configure.ac: Requires now libassuan 0.6.1.
887
888 2003-10-31  Werner Koch  <wk@gnupg.org>
889
890         * configure.ac (NEED_KSBA_VERSION): Set to 0.9.0 due the changed
891         time interface.
892
893 2003-10-21  Werner Koch  <wk@gnupg.org>
894
895         * configure.ac (PRINTABLE_OS_NAME): Remove special case for The
896         Hurd; Robert Millan reported that the uname test is now
897         sufficient.
898
899 2003-10-01  Werner Koch  <wk@gnupg.org>
900
901         * configure.ac (AH_BOTTOM): Define GNUPG_MAJOR_VERSION.
902
903 2003-09-23  Werner Koch  <wk@gnupg.org>
904
905         Merged most of David Shaw's changes in 1.3 since 2003-06-03.
906
907         * configure.ac: Drop all TIGER/192 support.
908         (uint64_t): Check for UINT64_C to go along with uint64_t.
909         (getaddrinfo): Check for it.
910         (sigset_t): Check for sigset_t and struct sigaction.  This is for
911         Forte c89 on Solaris which seems to define only the function call
912         half of the two pairs by default.
913         (W32LIBS): Include wsock32 in W32LIBS.  This is different from
914         NETLIBS so we don't need to force other platforms to pull in the
915         netlibs when they aren't actually needed.
916
917 2003-09-06  Werner Koch  <wk@gnupg.org>
918
919         Released 1.9.1.
920
921         * configure.ac: Require newer versions of some libraries.
922
923 2003-09-02  Werner Koch  <wk@gnupg.org>
924
925         * configure.ac (HAVE_LIBUSB): Added a simple test for libusb.
926
927 2003-08-19  Marcus Brinkmann  <marcus@g10code.de>
928
929         * configure.ac (AM_PATH_GPG_ERROR): Add missing comma in
930         invocation.
931
932 2003-08-06  Werner Koch  <wk@gnupg.org>
933
934         * configure.ac: Check for libgpg-error.  Print infos about missing
935         libraries more nicely.
936         * acinclude.m4 (AM_PATH_GPG_ERROR): Added.
937
938 2003-08-05  Werner Koch  <wk@gnupg.org>
939
940         Released 1.9.0.
941
942         * configure.ac (GNUPG_DEFAULT_HONMEDIR): Changed back to ~/.gnupg.
943
944 2003-07-31  Werner Koch  <wk@gnupg.org>
945
946         * Makefile.am (DISTCLEANFILES): Add g10defs.h
947
948 2003-06-18  Werner Koch  <wk@gnupg.org>
949
950         * configure.ac (GNUPG_DEFAULT_HOMEDIR): Changed temporary to
951         .gnupg2 to avoid accidential use with production keys.
952
953 2003-06-11  Werner Koch  <wk@gnupg.org>
954
955         * configure.ac: Merged all stuff from current 1.3 version in.
956         * acinclude.m4: Merged required macros from current 1.2 version in.
957
958 2003-06-04  Werner Koch  <wk@gnupg.org>
959
960         * configure.ac, Makefile.am: Enable building of gpg.
961
962 2003-04-29  Werner Koch  <wk@gnupg.org>
963
964         * configure.ac: Build a limited version of scdaemon if libopensc
965         is not available.
966
967         * configure.ac (ALL_LINUGAS): Removed.
968
969         * Makefile.am (ACLOCAL_AMFLAGS): New.
970         * configure.ac (AM_GNU_GETTEXT_VERSION): New.  Set to 0.11.5.
971
972 2003-04-29  gettextize  <bug-gnu-gettext@gnu.org>
973
974         * Makefile.am (SUBDIRS): Add m4.
975         (ACLOCAL_AMFLAGS): New variable.
976         (EXTRA_DIST): Add scripts/config.rpath.
977         * configure.ac (AC_CONFIG_FILES): Add m4/Makefile.
978
979 2003-04-29  Werner Koch  <wk@gnupg.org>
980
981         * assuan/ : Removed.  We now use libassuan.
982         * Makefile.am (SUBDIRS): Removed assuan
983
984         * configure.ac: Check for libassuan.
985
986 2003-01-09  Werner Koch  <wk@gnupg.org>
987
988         * configure.ac (GNUPG_PROTECT_TOOL): New option --with-protect-tool.
989         (NEED_KSBA_VERSION): Does now require 0.4.6.
990
991         * README: Noted where to find gpg-protect-tool.
992
993 2002-10-31  Neal H. Walfield  <neal@g10code.de>
994
995         * configure.ac: Check for flockfile and funlockfile.  Check for
996         isascii and putc_unlocked replacing them if not found.
997
998         * configure.ac (PTH_LIBS): If pth is found, add the output of
999         `$PTH_CONFIG --ldflags`, not just `$PTH_CONFIG --libs`.
1000
1001 2002-10-19  Werner Koch  <wk@gnupg.org>
1002
1003         * configure.ac: Bumped version number to 1.9.0-cvs.
1004
1005         NewPG (Aegypten project) to GnuPG merge.
1006
1007 2002-09-20  Werner Koch  <wk@gnupg.org>
1008
1009         Released 0.9.2.
1010
1011 2002-09-05  Neal H. Walfield  <neal@g10code.de>
1012
1013         * configure.ac: Check for makeinfo.
1014
1015 2002-09-03  Neal H. Walfield  <neal@g10code.de>
1016
1017         * autogen.sh (have_version): New function.  Generalize and
1018         simplify logic for finding and determining the versions of GNU
1019         programs.  Use it.
1020
1021 2002-08-23  Werner Koch  <wk@gnupg.org>
1022
1023         Released 0.9.1.
1024
1025         * acinclude.m4 (AM_PATH_LIBGCRYPT): Updated from Libgcrypt.
1026         (AM_PATH_OPENSC): Strip non-digits from the micro version.
1027
1028 2002-08-21  Werner Koch  <wk@gnupg.org>
1029
1030         Released 0.9.0.
1031
1032         * configure.ac: Changed the default homedir to .gnupg.
1033         * README-alpha: Removed.
1034
1035 2002-08-19  Werner Koch  <wk@gnupg.org>
1036
1037         * acinclude.m4: Removed -lpcsclite from KSBA_LIBS; copy+paste bug.
1038
1039 2002-08-13  Werner Koch  <wk@gnupg.org>
1040
1041         * acinclude.m4 (AM_PATH_OPENSC, AM_PATH_KSBA): New.
1042         * configure.ac: Use them.
1043
1044 2002-08-10  Werner Koch  <wk@gnupg.org>
1045
1046         Released 0.3.10.
1047
1048         * configure.ac (NEED_LIBKSBA_VERSION): Require 0.4.4. Add support
1049         for gettext.
1050
1051 2002-07-22  Werner Koch  <wk@gnupg.org>
1052
1053         * configure.ac: Check for ftello and provide a replacement.
1054
1055 2002-07-01  Werner Koch  <wk@gnupg.org>
1056
1057         Released 0.3.9.
1058
1059         * README: Short note on how to export in pkcs-12 format.
1060
1061 2002-06-29  Werner Koch  <wk@gnupg.org>
1062
1063         * configure.ac: Define --with options to set the default location
1064         of the agent, scdaemon, pinentry and dirmngr.
1065
1066 2002-06-27  Werner Koch  <wk@gnupg.org>
1067
1068         * README: Short blurb on how to import a PKCS-12 file.
1069
1070         * configure.ac (AH_BOTTOM): New to define some constants.
1071
1072 2002-06-25  Werner Koch  <wk@gnupg.org>
1073
1074         Released 0.3.8.
1075
1076         * configure.ac (NEED_LIBGCRYPT_VERSION): Set to 1.1.8.
1077
1078 2002-06-12  Werner Koch  <wk@gnupg.org>
1079
1080         * configure.ac (NEED_LIBKSBA_VERSION): We need 0.4.3 now.
1081
1082 2002-06-04  Werner Koch  <wk@gnupg.org>
1083
1084         Released 0.3.7.
1085
1086 2002-05-21  Werner Koch  <wk@gnupg.org>
1087
1088         * configure.ac: We now require libgcrypt 1.1.7 and libksba 0.4.2.
1089
1090 2002-05-14  Werner Koch  <wk@gnupg.org>
1091
1092         * doc/: New
1093         * configure.ac, Makefile.am:  Added doc/
1094
1095 2002-05-03  Werner Koch  <wk@gnupg.org>
1096
1097         Released 0.3.6.
1098
1099 2002-04-25  Werner Koch  <wk@gnupg.org>
1100
1101         * configure.ac: Check for setlocale.
1102
1103 2002-04-24  Marcus Brinkmann  <marcus@g10code.de>
1104
1105         * configure.ac: Check for locale.h.
1106
1107 2002-04-15  Werner Koch  <wk@gnupg.org>
1108
1109         Released 0.3.5.
1110
1111         * NEWS: Started to describe release notes.
1112
1113         * configure.ac (NEED_LIBKSBA_VERSION, NEED_LIBGCRYPT_VERSION): Defined
1114
1115 2002-04-01  Werner Koch  <wk@gnupg.org>
1116
1117         Released 0.3.4.
1118
1119 2002-03-18  Werner Koch  <wk@gnupg.org>
1120
1121         Released 0.3.3.
1122
1123 2002-03-08  Werner Koch  <wk@gnupg.org>
1124
1125         * README: Add some explanation on how to specify a user ID.
1126
1127 2002-03-06  Werner Koch  <wk@gnupg.org>
1128
1129         Released 0.3.2.
1130
1131 2002-03-04  Werner Koch  <wk@gnupg.org>
1132
1133         Released 0.3.1.
1134
1135         * README: Explained some options and files.
1136
1137 2002-02-14  Werner Koch  <wk@gnupg.org>
1138
1139         * configure.ac: Fixed status messages related to presence of Pth.
1140
1141 2002-02-13  Werner Koch  <wk@gnupg.org>
1142
1143         * acinclude.m4 (GNUPG_SYS_SO_PEERCRED): New.
1144         * configure.ac: use it.
1145
1146 2002-02-12  Werner Koch  <wk@gnupg.org>
1147
1148         * configure.ac: Check for PTH.  Provide replacement fucntions for
1149         apsrintf and fopencookie.
1150
1151         * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): New.
1152
1153 2002-02-07  Werner Koch  <wk@gnupg.org>
1154
1155         Released 0.3.0.
1156
1157         * configure.ac: Require libgcrypt 1.1.6.
1158
1159 2002-02-01  Marcus Brinkmann  <marcus@g10code.de>
1160
1161         * configure.ac (KSBA_CONFIG): Remove superfluous x in front of
1162         variable.
1163
1164 2002-01-26  Werner Koch  <wk@gnupg.org>
1165
1166         * configure.ac: Add options to disable the build of some programs
1167         and print a configure status at the end.
1168         * acinclude.m4 (GNUPG_BUILD_PROGRAM): New.
1169
1170         * scd/ : New.  Added to Makefile and configure.
1171         * configure.ac: Check for libopensc
1172         * Makefile.am: Build scd only when libopensc is available
1173
1174 2002-01-23  Werner Koch  <wk@gnupg.org>
1175
1176         * configure.ac (mkdtemp): See whether we have to provide a
1177         replacement.
1178
1179 2001-12-18  Werner Koch  <wk@gnupg.org>
1180
1181         Released 0.0.0.
1182
1183 2001-12-17  Werner Koch  <wk@gnupg.org>
1184
1185         * acinclude.m4: Add AM_PATH_LIBGCRYPT macro.
1186         * configure.ac: and use it here. Figure out the location of libksba
1187
1188 2001-12-15  Werner Koch  <wk@gnupg.org>
1189
1190         * configure.ac (missing_dir): Bail out if asprintf and fopencookie
1191         are not available.
1192
1193 2001-12-04  Werner Koch  <wk@gnupg.org>
1194
1195         * configure.ac (HAVE_JNLIB_LOGGING): always define it.
1196
1197
1198  Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
1199            2010 Free Software Foundation, Inc.
1200
1201  This file is free software; as a special exception the author gives
1202  unlimited permission to copy and/or distribute it, with or without
1203  modifications, as long as this notice is preserved.
1204
1205  This file is distributed in the hope that it will be useful, but
1206  WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
1207  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.