-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog-2011
2256 lines (1328 loc) · 63.6 KB
/
ChangeLog-2011
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
2011-12-02 Werner Koch <[email protected]>
NB: ChangeLog files are no longer manually maintained. Starting
on December 1st, 2011 we put change information only in the GIT
commit log, and generate a top-level ChangeLog file from logs at
"make dist". See doc/HACKING for details.
2011-08-09 Werner Koch <[email protected]>
* configure.ac: Fix usage of AC_LANG_PROGRAM.
2010-12-28 Werner Koch <[email protected]>
* configure.ac (git_revision): Add new m4 macro.
2010-10-27 Werner Koch <[email protected]>
* acinclude.m4 (GNUPG_TIME_T_UNSIGNED): New.
* configure.ac: Call AC_HEADER_TIME and GNUPG_TIME_T_UNSIGNED.
2010-10-18 Werner Koch <[email protected]>
Release 1.4.11.
2010-10-10 Werner Koch <[email protected]>
* configure.ac (AH_BOTTOM): Add GNUPG_BAK_SFX and GNUPG_TMP_SFX.
Define GNUPG_HOMEDIR et al for VMS.
2010-10-05 Werner Koch <[email protected]>
* configure.ac: Remove check for the faqprog.
2010-09-28 Werner Koch <[email protected]>
* configure.ac (AH_BOTTOM) [__VMS]: Fix homedir.
2010-09-23 Werner Koch <[email protected]>
Release 1.4.11rc1.
* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Remove
--enable-selinux-support option.
2009-09-02 Werner Koch <[email protected]>
Release 1.4.10.
* configure.ac (AC_RG_ENABLE): Don't disable try_gettext in
--enable-minimal.
* README <--enable-minimal>: Mention --disable-nls.
2009-08-13 Werner Koch <[email protected]>
Release 1.4.10rc1.
* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Remove now obsolete
--enable-camellia
2009-08-13 David Shaw <[email protected]>
* NEWS: Note Camellia and hkps.
2009-07-21 Werner Koch <[email protected]>
* configure.ac (AH_BOTTOM): Add macros for estream-printf.
(estream_PRINTF_INIT): Add it.
2009-06-05 David Shaw <[email protected]>
* configure.ac: Remove Camellia restriction.
2008-10-03 David Shaw <[email protected]>
* configure.ac, acinclude.m4: Remove GNUPG_CHECK_DOCBOOK_TO_TEXI
as we no longer use it. Noted by John Clizbe.
2008-08-27 David Shaw <[email protected]>
* configure.ac: Use printf for the most portable SVN version
detection.
2008-08-11 Werner Koch <[email protected]>
* configure.ac: Check for size of time_t.
2008-04-01 Werner Koch <[email protected]>
* configure.ac (AC_INIT): Fix quoting.
2008-03-31 David Shaw <[email protected]>
* configure.ac: Require curl 7.10 (Oct 1 2002) or later as we use
curl_version_info().
2008-03-26 Werner Koch <[email protected]>
Release 1.4.9.
2008-03-07 David Shaw <[email protected]>
* configure.ac: Darwin's /bin/sh has a builtin echo that doesn't
understand '-n'. Use tr to trim the carriage return instead.
2008-03-06 David Shaw <[email protected]>
* configure.ac: Post-release update.
2007-12-20 Werner Koch <[email protected]>
Released 1.4.8.
2007-12-17 Werner Koch <[email protected]>
* configure.ac: Add special treatment for HAVE_LDAP_START_TLS_SA.
2007-12-14 Werner Koch <[email protected]>
Released 1.4.8rc1.
2007-12-13 David Shaw <[email protected]>
* NEWS: Note SHA-224 typo.
2007-11-17 David Shaw <[email protected]>
* NEWS: Say a bit more about RFC-4880. Note some defaults
changing.
2007-11-16 Werner Koch <[email protected]>
Released 1.4.8rc1.
2007-10-27 David Shaw <[email protected]>
* README: Update notes about OSX Leopard.
2007-10-23 Werner Koch <[email protected]>
Switched entire package to GPLv3+.
* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Enable Camellia and mailto.
* configure.ac (MPI_OPT_FLAGS): Always use AM_PO_SUBDIRS.
2007-10-23 gettextize <[email protected]>
* configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.16.1.
2007-10-17 David Shaw <[email protected]>
* configure.ac: Change various help messages to use
AC_HELP_STRING.
2007-07-18 David Shaw <[email protected]>
* configure.ac: It seems that AM_GNU_GETTEXT doesn't like being
run conditionally and it confuses the includes when doing later
type checks. This is bug#810.
2007-07-08 David Shaw <[email protected]>
* configure.ac: AM_PROG_CC_C_O is desired by automake 1.10 to do
per-target builds (like we do in the keyserver dir), but exists in
the currently-used 1.9.3 as well.
2007-06-13 David Shaw <[email protected]>
* configure.ac: Add --enable-camellia. Disabled by default. Do
not enable this unless you're doing interop testing.
2007-04-16 Werner Koch <[email protected]>
* acinclude.m4: Fix last change. Make test self-contained by
checking for sysconf and getpagesize. Remove indentation for the
sake of broken C-89 cpp.
2007-04-16 David Shaw <[email protected]>
* configure.ac: Add a HAVE_SHM conditional.
* acinclude.m4: Use sysconf() if available to avoid a false
positive on HAVE_BROKEN_MLOCK when checking for page size.
* configure.ac: Check for sysconf.
2007-04-15 David Shaw <[email protected]>
* configure.ac: QNX puts resolver functions in libsocket. From
Sean Boudreau.
2007-03-05 Werner Koch <[email protected]>
Released 1.4.7.
2007-03-04 David Shaw <[email protected]>
* NEWS: Note --allow-multiple-messages.
2006-12-21 David Shaw <[email protected]>
* configure.ac: Only check for libusb if we're building with card
support. Noted by Gilles Espinasse.
2006-12-11 Werner Koch <[email protected]>
* Makefile.am (DISTCLEANFILES): Removed g10defs.h.
* configure.ac (AC_CONFIG_COMMANDS): Removed creation of
g10defs.h.
(AH_BOTTOM): Moved stuff from g10defs.h to config.h.
2006-12-07 David Shaw <[email protected]>
* configure.ac: AM_CONDITIONAL must not be used inside an if/then.
2006-12-07 Werner Koch <[email protected]>
* configure.ac: Remove GNUPG_DATADIR for non-W32 systems.
2006-12-06 Werner Koch <[email protected]>
Released 1.4.6.
2006-12-04 Werner Koch <[email protected]>
* README: Add hint on hjow to set CC_FOR_BUILD.
* configure.ac (CC_FOR_BUILD): New.
2006-12-02 David Shaw <[email protected]>
* NEWS: Note the CVE for bug#728, --s2k-count,
--passphrase-repeat, and the OpenSSL exception.
2006-11-29 Werner Koch <[email protected]>
Released 1.4.6rc1.
2006-11-05 David Shaw <[email protected]>
* configure.ac: --enable-minimal leaves out gettext and all
resolver functions (SRV, PKA, & CERT).
2006-10-02 Werner Koch <[email protected]>
* acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Add case for mingw32
and allow setting the variable on the command line. Fixes bug 518.
Also use HOST instead of TARGET.
* README: Add information about the forthcoming GnuPG 2.0.
* configure.ac (AB_INIT): New.
2006-09-28 David Shaw <[email protected]>
* configure.ac: Move strsep to AC_REPLACE_FUNCS so it will end up
in libcompat.
2006-08-01 Werner Koch <[email protected]>
Released 1.4.5.
2006-07-31 Werner Koch <[email protected]>
* README: Updated info on the key used to sign the tarball.
2006-07-28 Werner Koch <[email protected]>
Released 1.4.5rc1.
2006-07-08 David Shaw <[email protected]>
* configure.ac: Fix resolver autoconf code so it works (fails)
properly with uClibc.
2006-06-25 Werner Koch <[email protected]>
Released 1.4.4.
2006-05-23 David Shaw <[email protected]>
* configure.ac: Add --disable-optimization. This is handy for
debugging so the compiler doesn't rearrange things and eliminate
variables.
2006-05-22 Marcus Brinkmann <[email protected]>
* configure.ac: Remove check for noexecstack and invoke
CL_AS_NOEXECSTACK instead.
2006-05-16 Werner Koch <[email protected]>
* README: Removed note for OSF5 as this is the default now.
Reported by Joerg Honegger.
* configure.ac [osf5]: Fixed warning name to ptrmismatch1.
2006-04-27 David Shaw <[email protected]>
* NEWS: Note SHA-224 and DSA2.
* configure.ac: Remove --enable-old-keyserver-helpers. Comment
out --enable-m-guard for now.
2006-04-12 Werner Koch <[email protected]>
* configure.ac: Print version at end of run.
(svn_revision): Posix adjustment.
2006-04-07 Werner Koch <[email protected]>
* configure.ac: Use new method to include the SVN revison. Now it
is the actual global revision number.
2006-04-04 Werner Koch <[email protected]>
* NEWS: Fixed old news entry to point to rfc4398 which has been
published just before 1.4.3.
2006-04-03 Werner Koch <[email protected]>
Released 1.4.3.
2006-03-30 David Shaw <[email protected]>
* README: Some more notes about building fat binaries.
2006-03-24 David Shaw <[email protected]>
* README: Missing some instructions on building a fat binary.
2006-03-20 David Shaw <[email protected]>
* configure.ac: Improved --disable-endian-check that doesn't
involve changing #ifdefs in the rest of the code.
2006-03-19 David Shaw <[email protected]>
* configure.ac: Add --disable-endian-check for building fat
binaries on OSX.
* README: Add note on how to build a fat binary on OSX.
2006-03-17 David Shaw <[email protected]>
* configure.ac: Allow the DNS stuff to work on OSX by trying the
Apple-specific BIND_8_COMPAT.
2006-03-09 Werner Koch <[email protected]>
Released 1.4.3rc2.
2006-03-07 David Shaw <[email protected]>
* NEWS: Note CERT retrieval. Tweak PKA and backsig language to
match current code.
* NEWS: Note --auto-key-locate and that keyservers can handle
binary data now.
2006-03-01 David Shaw <[email protected]>
* configure.ac: Fix accidental enabling of SHA-384/512. Noted by
Nelson H. F. Beebe.
2006-02-18 David Shaw <[email protected]>
* configure.ac: Try linking the UINT64_C test program (rather than
just compiling it) as UINT64_C looks like a (missing) function,
causing a false positive. Noted by Claus Assmann.
2006-02-14 Werner Koch <[email protected]>
Released 1.4.3rc1.
2006-02-09 Werner Koch <[email protected]>
* configure.ac: Check for fcntl and ftruncate.
2006-01-22 David Shaw <[email protected]>
* configure.ac: Add define for EXEEXT so we can find keyserver
helpers on systems that use extensions.
2005-12-23 David Shaw <[email protected]>
* configure.ac: Add switch for DNS CERT.
2005-12-22 David Shaw <[email protected]>
* configure.ac: Split PKA checking off from DNS SRV checking.
Currently PKA is only enabled if HTTP or HKP is enabled which is
not necessary.
2005-12-08 David Shaw <[email protected]>
* NEWS: Note --fetch-keys.
2005-12-06 David Shaw <[email protected]>
* configure.ac: UINT64_C test needs #include <inttypes.h>.
* configure.ac: Some cleanup so we don't build files that are
completely ifdeffed out. This causes a warning on Sun's cc. Do
sha512.c and the internal regex code as well for consistency.
2005-11-17 David Shaw <[email protected]>
* NEWS: Note backsigs, the xxxxx-clean options, and the
xxxxx-minimal options.
2005-11-02 David Shaw <[email protected]>
* configure.ac: Check for a getpagesize() declaration.
2005-10-14 David Shaw <[email protected]>
* NEWS: Clarify the cURL keyserver changes, and add a note about
gpg-zip.
* configure.ac: Remove the backsig configure options since this is
all done at runtime now.
2005-10-11 David Shaw <[email protected]>
* configure.ac: Did some backsig testing with the PGP folks. All
is well, so I'm turning generation of backsigs on for new keys.
Checking for backsigs on verification is still off.
2005-10-05 Werner Koch <[email protected]>
* configure.ac: Changed identification file name to g10/gpg.c
2005-10-02 Marcus Brinkmann <[email protected]>
* configure.ac [!$try_gettext]: Invoke AM_PO_SUBDIRS.
2005-08-31 David Shaw <[email protected]>
* configure.ac: Check for getpwnam, getpwuid, and pwd.h.
2005-08-09 David Shaw <[email protected]>
* configure.ac: Remove hardcoded -I and -L for /usr/local on
FreeBSD.
2005-08-04 David Shaw <[email protected]>
* configure.ac: Call GNUPG_CHECK_USTAR and generate tools/gpg-zip.
2005-07-28 Werner Koch <[email protected]>
* configure.ac (USE_DNS_PKA): Define in addition to USE_DNS_SRV.
2005-07-27 Werner Koch <[email protected]>
Replaced in all directories all calls to m_free, m_alloc,
m_realloc, m_strdup by calls to xfoo functions. This is to ease
porting to gnupg 1.9.
* README.CVS: Renamed to README.SVN.
2005-07-26 David Shaw <[email protected]>
* NEWS, configure.ac: Switch over to using curl or fake-curl by
default. Add --enable-old-keyserver-helpers to not use curl.
2005-07-26 Werner Koch <[email protected]>
Released 1.4.2.
2005-07-20 David Shaw <[email protected]>
* configure.ac: Add a define for FAKE_CURL.
2005-07-19 Werner Koch <[email protected]>
* configure.ac [W32]: Always set DISABLE_KEYSERVER_PATH.
2005-06-21 Werner Koch <[email protected]>
Released 1.4.2rc2.
2005-06-20 David Shaw <[email protected]>
* NEWS: Note key cleaning commands.
2005-06-13 David Shaw <[email protected]>
* configure.ac: Add check for no-pointer-sign warning keyword, and
disable. This is gcc4 specific.
2005-05-31 Werner Koch <[email protected]>
Released 1.4.2rc1.
* README: Add a note on GnuPG 1.9.
Updated FSF address in all files.
2005-05-26 David Shaw <[email protected]>
* NEWS: Note command completion and the new curl-based HKP helper.
2005-04-16 David Shaw <[email protected]>
* configure.ac: Remove --disable-old-hkp - use new HKP handler for
--with-libcurl or --enable-fake-curl.
* configure.ac: Add --disable-old-hkp option that can be used
along with --with-libcurl to build the curl version of HKP.
2005-04-12 David Shaw <[email protected]>
* configure.ac: Check for memrchr()
2005-03-31 Werner Koch <[email protected]>
* configure.ac: New option --disable-agent-support. Define
ENABLE_AGENT_SUPPORT as AC_DEFINE and AM_CONDITIONAL.
Disable support for card and agent with --enable-minimal.
(AC_REPLACE_FUNCS): Add isascii.
(g10defs.h): Define PATHSEP_C and PATHSEP_S.
* README: Changed the instruction on how to verify a signature to
show a .sig extension and not the .asc we used to use ages ago.
2005-03-16 David Shaw <[email protected]>
* configure.ac: Move the LDAP detecting code to m4/ldap.m4.
2005-03-15 Werner Koch <[email protected]>
Released 1.4.1.
2005-03-11 Werner Koch <[email protected]>
* configure.ac: New option --enable-noexecstack.
2005-02-16 Werner Koch <[email protected]>
Released 1.4.1rc2.
2005-02-11 David Shaw <[email protected]>
* configure.ac: Add --enable-fake-curl option to help test no-curl
HTTP.
* NEWS: Note Mister/Zuccherato CFB countermeasures.
2005-02-04 Werner Koch <[email protected]>
* configure.ac (GNUPG_CHECK_GNUMAKE): Removed. Not needed for
decent automakes.
2005-02-03 David Shaw <[email protected]>
* NEWS: Fix typo.
2005-02-03 Werner Koch <[email protected]>
Released 1.4.1rc1.
2005-01-22 David Shaw <[email protected]>
* configure.ac: Define FTPS flag if we're using curl, and FTPS is
available.
* README: Fix some typos (noted by Norihiko Murase), update to
1.4.1, and tweak some descriptions.
* NEWS: Note FTPS.
2005-01-18 Werner Koch <[email protected]>
* configure.ac (HAVE_W32_SYSTEM): Define it.
2005-01-18 David Shaw <[email protected]>
* NEWS: Note --rfc2440-text import/export-unusable-sigs and
gpgkeys_curl.
* configure.ac: gpgkeys_mailto is disabled by default. Define
HTTPS flag if we're using curl, and HTTPS is available.
2005-01-17 Werner Koch <[email protected]>
* README: Updated for SHA1 checksums.
* configure.ac: Make --without-included-zlib work as
expected. Reported by Norihiko Murase. Same for
--without-included-regex.
2005-01-03 David Shaw <[email protected]>
* configure.ac: Use new GNUPG_CHECK_LIBUSB macro.
2004-12-28 David Shaw <[email protected]>
* configure.ac: Better implementation for the SRV check. We don't
need to actually check all the header files individually since the
SRV test compile uses them together.
2004-12-24 David Shaw <[email protected]>
* configure.ac: Use new LIBCURL_CHECK_CONFIG macro for
all libcurl stuff. This simplifies, and we don't need the
automake conditional stuff any longer.
2004-12-22 David Shaw <[email protected]>
* configure.ac: --enable-ftp is on by default, --with-libcurl is
off by default. If we have neither of --enable-ftp or
--enable-http, don't even check for curl.
2004-12-21 David Shaw <[email protected]>
* configure.ac: Add check for --enable-ftp. It is disabled by
default for now.
2004-12-18 David Shaw <[email protected]>
* configure.ac: Call the new GNUPG_CHECK_READLINE macro for
readline stuff.
2004-12-17 David Shaw <[email protected]>
* configure.ac: Add a --with-ldap=DIR so people can add to the
search path.
2004-12-16 David Shaw <[email protected]>
* configure.ac: Check for arpa/nameser.h.
2004-12-16 Werner Koch <[email protected]>
* THANKS: Added John Clizbe for help testing the 1.4.0a W32
binary.
2004-12-16 Werner Koch <[email protected]>
Released 1.4.0.
2004-12-14 Werner Koch <[email protected]>
Released 1.3.93.
* Makefile.am (AUTOMAKE_OPTIONS): Add filename-length-max=99.
2004-11-06 David Shaw <[email protected]>
* configure.ac: Autodetect wldap32 on Windoze.
2004-11-04 David Shaw <[email protected]>
* README, configure.ac: Add --enable-backsigs to enable the
experimental backsigs code.
2004-11-04 Werner Koch <[email protected]>
* AUTHORS: Use Maxim Britov. I am not that accustomed to the
Russian way of writing names.
2004-10-28 Werner Koch <[email protected]>
Released 1.3.92.
2004-10-26 Werner Koch <[email protected]>
* configure.ac: New option --disable-gnupg-iconv, define
USE_GNUPG_ICONV.
(AC_CANONICAL_TARGET): Replaced by AC_CANONICAL_HOST. Changed all
reference to TARGET to HOST. Made sure that i586-mingw32msvc gets
detected as mingw32.
(UNIT64_C): Don't include inttype.h uncoditional but use a test to
ensure that it gets into conftest.h.
(AH_TOP): New. Prevent double inclusion of config.h.
2004-10-21 David Shaw <[email protected]>
* acinclude.m4: aclocal 1.9 wants quoting on AC_DEFUN arguments.
2004-10-21 Werner Koch <[email protected]>
* configure.ac: Remove the check for asprintf
2004-10-15 Werner Koch <[email protected]>
Released 1.3.91.
* README: Mentioned --enable-selinux-support.
2004-10-15 David Shaw <[email protected]>
* NEWS: Note gpgkeys_finger, keyserver timeouts, and the direct
trust model.
2004-10-15 Werner Koch <[email protected]>
* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New.
(AUTOMAKE_OPTIONS): New.
* configure.ac: Check whether vasprintf needs a replacement.
2004-10-13 Werner Koch <[email protected]>
* configure.ac: Actually name the option --disable-finger and not
http. Add option --enable-selinux-support.
2004-10-11 Werner Koch <[email protected]>
* configure.ac: New option --disable-finger.
2004-09-17 Werner Koch <[email protected]>
* configure.ac: Don't check for usb_create_match or
use_get_string_simple anymore.
2004-09-15 David Shaw <[email protected]>
* configure.ac: Give warning when using capabilities. Check for
usb_get_string_simple for old libusb reasons.
2004-09-10 David Shaw <[email protected]>
* NEWS: Note HTTP basic auth.
* configure.ac: Check for usb_get_busses since very old stable
libusb doesn't have it.
2004-09-09 Werner Koch <[email protected]>
* README: Doc --disable-card-support and --without-readline.
* configure.ac: Check for readline. Make enable-card-support the
default. New option --without-readline. Allow the use of either
the development or the stable libusb.
2004-07-27 Werner Koch <[email protected]>
* configure.ac (AM_GNU_GETTEXT_VERSION): New.
(min_automake_version): New.
2004-05-24 David Shaw <[email protected]>
* configure.ac: Try for wldap32 on Win32 platforms.
2004-05-22 Werner Koch <[email protected]>
Releases 1.3.6.
2004-05-21 David Shaw <[email protected]>
* NEWS: Note --sig-keyserver-url and the ability to use a
preferred keyserver in a regular data sig to fetch the signing
key.
* configure.ac: Replacement function for timegm(). No need to
check for setenv() any longer.
2004-05-20 David Shaw <[email protected]>
* NEWS: Note HTTP key fetching.
* README: Update version and note that HKP is no longer build in.
* configure.ac: Handle --disable-http and other code to properly
build gpgkeys_http.
2004-05-19 David Shaw <[email protected]>
* NEWS: Note the addition of preferred keyserver support,
--ask-cert-level, --keyid-format, and the removal of
show-long-keyids, the quasi-1991 partial length encoding,
--export-all, and include-non-rfc.
* acinclude.m4 (GNUPG_SYS_NM_PARSE): Remove a leftover slash in a
sed expression.
2004-05-01 Werner Koch <[email protected]>
* acinclude.m4 (ac_pipe_works): Fixed BRE syntax \? -> \{0,1\}.
Reported by Todd Vierling.
2004-02-26 Werner Koch <[email protected]>
Released 1.3.5.
2004-02-25 David Shaw <[email protected]>
* README: Update copyright.
* NEWS: Note --max-output, --list-config, --min-cert-level, AIX
fix, new http-proxy keyserver-option, new LDAP server code, TLS,
LDAPS, and --show-session-key with --symmetric.
2004-02-20 David Shaw <[email protected]>
* configure.ac: Check for timegm(). Replacement functions for
setenv() and unsetenv().
2004-02-19 David Shaw <[email protected]>
* configure.ac: Check for ln -s and add GPGKEYS_LDAP conditional,
both for making gpgkeys_ldaps symlink to gpgkeys_ldap.
* configure.ac: Simplify the LDAP checking code since OpenLDAP is
far more mature these days and dependencies are cleaner. Add
checks for ldap_set_option and ldap_start_tls_s.
2004-01-27 David Shaw <[email protected]>
* NEWS: Note --enable-key-cache, the OpenBSD/i386 and HPPA fixes,
and Elgamal removal.
* README, configure.ac: Add --enable-key-cache=SIZE configure
option. This sets the key/uid cache size. Default is 4096.
2004-01-11 David Shaw <[email protected]>
* configure.ac: Include stdio.h when checking for bzlib.h. Solaris
9 has a very old bzip2 library and we can at least guarantee that
it won't fail because of the lack of stdio.h.
* THANKS: Added Phong Nguyen, who found the Elgamal signing key
problem.
2003-12-23 Werner Koch <[email protected]>
* configure.ac: Use -Wformat-nonliteral in maintainer-mode.
2003-11-30 David Shaw <[email protected]>
* NEWS: Note --disable-rsa.
* configure.ac: Add --disable-rsa.
* README: Add --with-zlib, --with-bzip2, --without-bzip2,
--disable-rsa, and --enable-minimal. Update gettext version.
* README: Update version number. Add BZIP2. Remove Elgamal
sign+encrypt.
2003-11-27 Werner Koch <[email protected]>
Released 1.3.4.
2003-11-27 David Shaw <[email protected]>
* NEWS: Note that we won't encrypt to an Elgamal sign+encrypt key
any longer.
* configure.ac: Use MSG_NOTICE instead of MSG_WARN for less
serious notifications.
* NEWS: I meant "less" not "more".
2003-11-12 David Shaw <[email protected]>
* NEWS: Note BZIP2.
* configure.ac: Make sure that the resolver API actually compiles,
and not just that the right functions exist.
2003-10-30 David Shaw <[email protected]>
* configure.ac: Locate libbz2 for bzip2 compression support.
2003-10-26 David Shaw <[email protected]>
* NEWS: Note --symmetric --encrypt and the improved config file
search.
* configure.ac: Add SAFE_VERSION_DOT and SAFE_VERSION_DASH.
2003-10-25 Werner Koch <[email protected]>
* Makefile.am (SUBDIRS): Add intl.
(ACLOCAL_AMFLAGS): New variable.
(EXTRA_DIST): Add scripts/config.rpath.
* configure.ac (AC_CONFIG_FILES): Add po/Makefile.in,
(AL_LINGUAS): Removed.
2003-10-24 David Shaw <[email protected]>
* configure.ac (DLLIBS): Work properly on platforms where dlopen
and friends are in libc instead of libdl.
2003-10-24 Werner Koch <[email protected]>
* configure.ac (DLLIBS): Fixed last change.
2003-10-23 Werner Koch <[email protected]>
* configure.ac (DLLIBS): Do not include -ldl in the mingw32 case.
2003-10-21 Werner Koch <[email protected]>
* configure.ac (PRINTABLE_OS_NAME): Remove special case for The
Hurd; Robert Millan reported that the uname test is now
sufficient.
2003-10-16 David Shaw <[email protected]>
* configure.ac: Include -ldl when card support is used.
2003-10-10 Werner Koch <[email protected]>
Release 1.3.3.
2003-10-09 David Shaw <[email protected]>
* NEWS: Note multiple Comment: support and --sig-keyserver-url.
2003-10-01 Werner Koch <[email protected]>
* configure.ac (AH_BOTTOM): Define GNUPG_MAJOR_VERSION.
(ENABLE_CARD_SUPPORT): Define as automake conditional.
2003-09-30 David Shaw <[email protected]>
* NEWS: Note that SHA-256 is read-write now, that TIGER/192 is no
more, that revoked and expired uids are skipped in -r, and that
--no-mangle-dos-filenames is now the default.
2003-09-27 Werner Koch <[email protected]>
* configure.ac (LIBUSB_LIBS,HAVE_LIBUSB): Check for Libusb.
(--enable-card-support): New.
2003-09-04 David Shaw <[email protected]>
* configure.ac: Drop TIGER/192 support. Check for UINT64_C to go
along with uint64_t.
2003-09-01 David Shaw <[email protected]>
* NEWS: Note --list-options, --verify-options, the deprecation of
--show-photos, --show-policy-url, --show-notation, and
--show-keyring, and getting the signer's fingerprint in sig
records.
2003-08-28 David Shaw <[email protected]>
* AUTHORS, THANKS: Updates from stable.
2003-08-25 David Shaw <[email protected]>
* NEWS: Note %g and %p, the "tru" --with-colons record, and the
REVKEYSIG --status-fd tag.
* README: Add a note about the SunOS symbol underscore problem and
how to fix it. Note problem with gcc < 2.96 and non-gnu as.
2003-08-24 David Shaw <[email protected]>
* configure.ac: Check for getaddrinfo. Don't bother to check for
EGD libs since we need to have the netlibs regardless because of
the agent socket.
2003-07-10 David Shaw <[email protected]>
* configure.ac: configure.ac: Check for sigset_t and struct
sigaction. This is for Forte c89 on Solaris which seems to define
only the function call half of the two pairs by default.
* THANKS: Updates from stable.
* configure.ac: Include wsock32 in W32LIBS. This is different
from NETLIBS so we don't need to force other platforms to pull in
the netlibs when they aren't actually needed.
* NEWS: Note portability changes.
2003-06-03 David Shaw <[email protected]>
* configure.ac: Define SAFE_VERSION so that RISCOS can override it
and remove invalid chars.
2003-05-30 David Shaw <[email protected]>
* configure.ac: Put wsock32 in NETLIBS. Put zlib in ZLIBS. Put
dl in DLLIBS. Check for getopt.h if available. Look for getopt()
in libiberty if libc doesn't have it. Enable GPGKEYS_HKP after
AC_PROG_CC so that any needed extension (i.e. ".exe") is defined.
2003-05-27 Werner Koch <[email protected]>
Released 1.3.2.
2003-05-26 David Shaw <[email protected]>
* NEWS: Document --gnupg and the deprecation of --no-openpgp and
--no-pgpX.
2003-05-24 David Shaw <[email protected]>
* configure.ac: Edit preprocessor instructions in g10defs.h to
remove whitespace before the '#'. This is not required by C89,
but there are some compilers out there that don't like it.