~ubuntu-branches/ubuntu/vivid/gnupg/vivid

« back to all changes in this revision

Viewing changes to ChangeLog-2011

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-12-04 22:26:16 UTC
  • mfrom: (1.1.18 sid)
  • Revision ID: package-import@ubuntu.com-20121204222616-cr0fow26geq90l3y
Tags: 1.4.12-6ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Disable mlock() test since it fails with ulimit 0 (on buildds).
  - Set gpg (or gpg2) and gpgsm to use a passphrase agent by default.
  - Only suggest gnupg-curl and libldap; recommendations are pulled into
    minimal, and we don't need the keyserver utilities in a minimal Ubuntu
    system.
  - Remove the Win32 build.
  - Update config.guess/config.sub for aarch64.
* Dropped patches:
  - Fix udeb build failure on powerpc, building with -O2 instead of -Os.
    (No longer seems to be necessary.)
* Simplify removal of Win32 build, to make this easier to merge in future.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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-09  Werner Koch  <wk@g10code.com>
 
9
 
 
10
        * configure.ac: Fix usage of AC_LANG_PROGRAM.
 
11
 
 
12
2010-12-28  Werner Koch  <wk@g10code.com>
 
13
 
 
14
        * configure.ac (git_revision): Add new m4 macro.
 
15
 
 
16
2010-10-27  Werner Koch  <wk@g10code.com>
 
17
 
 
18
        * acinclude.m4 (GNUPG_TIME_T_UNSIGNED): New.
 
19
        * configure.ac: Call AC_HEADER_TIME and GNUPG_TIME_T_UNSIGNED.
 
20
 
 
21
2010-10-18  Werner Koch  <wk@g10code.com>
 
22
 
 
23
        Release 1.4.11.
 
24
 
 
25
2010-10-10  Werner Koch  <wk@g10code.com>
 
26
 
 
27
        * configure.ac (AH_BOTTOM): Add GNUPG_BAK_SFX and GNUPG_TMP_SFX.
 
28
        Define GNUPG_HOMEDIR et al for VMS.
 
29
 
 
30
2010-10-05  Werner Koch  <wk@g10code.com>
 
31
 
 
32
        * configure.ac: Remove check for the faqprog.
 
33
 
 
34
2010-09-28  Werner Koch  <wk@g10code.com>
 
35
 
 
36
        * configure.ac (AH_BOTTOM) [__VMS]: Fix homedir.
 
37
 
 
38
2010-09-23  Werner Koch  <wk@g10code.com>
 
39
 
 
40
        Release 1.4.11rc1.
 
41
 
 
42
        * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Remove
 
43
        --enable-selinux-support option.
 
44
 
 
45
2009-09-02  Werner Koch  <wk@g10code.com>
 
46
 
 
47
        Release 1.4.10.
 
48
 
 
49
        * configure.ac (AC_RG_ENABLE): Don't disable try_gettext in
 
50
        --enable-minimal.
 
51
        * README <--enable-minimal>: Mention --disable-nls.
 
52
 
 
53
2009-08-13  Werner Koch  <wk@g10code.com>
 
54
 
 
55
        Release 1.4.10rc1.
 
56
 
 
57
        * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Remove now obsolete
 
58
        --enable-camellia
 
59
 
 
60
2009-08-13  David Shaw  <dshaw@jabberwocky.com>
 
61
 
 
62
        * NEWS: Note Camellia and hkps.
 
63
 
 
64
2009-07-21  Werner Koch  <wk@g10code.com>
 
65
 
 
66
        * configure.ac (AH_BOTTOM): Add macros for estream-printf.
 
67
        (estream_PRINTF_INIT): Add it.
 
68
 
 
69
2009-06-05  David Shaw  <dshaw@jabberwocky.com>
 
70
 
 
71
        * configure.ac: Remove Camellia restriction.
 
72
 
 
73
2008-10-03  David Shaw  <dshaw@jabberwocky.com>
 
74
 
 
75
        * configure.ac, acinclude.m4: Remove GNUPG_CHECK_DOCBOOK_TO_TEXI
 
76
        as we no longer use it.  Noted by John Clizbe.
 
77
 
 
78
2008-08-27  David Shaw  <dshaw@jabberwocky.com>
 
79
 
 
80
        * configure.ac: Use printf for the most portable SVN version
 
81
        detection.
 
82
 
 
83
2008-08-11  Werner Koch  <wk@g10code.com>
 
84
 
 
85
        * configure.ac: Check for size of time_t.
 
86
 
 
87
2008-04-01  Werner Koch  <wk@g10code.com>
 
88
 
 
89
        * configure.ac (AC_INIT): Fix quoting.
 
90
 
 
91
2008-03-31  David Shaw  <dshaw@jabberwocky.com>
 
92
 
 
93
        * configure.ac: Require curl 7.10 (Oct 1 2002) or later as we use
 
94
        curl_version_info().
 
95
 
 
96
2008-03-26  Werner Koch  <wk@g10code.com>
 
97
 
 
98
        Release 1.4.9.
 
99
 
 
100
2008-03-07  David Shaw  <dshaw@jabberwocky.com>
 
101
 
 
102
        * configure.ac: Darwin's /bin/sh has a builtin echo that doesn't
 
103
        understand '-n'.  Use tr to trim the carriage return instead.
 
104
 
 
105
2008-03-06  David Shaw  <dshaw@jabberwocky.com>
 
106
 
 
107
        * configure.ac: Post-release update.
 
108
 
 
109
2007-12-20  Werner Koch  <wk@g10code.com>
 
110
 
 
111
        Released 1.4.8.
 
112
 
 
113
2007-12-17  Werner Koch  <wk@g10code.com>
 
114
 
 
115
        * configure.ac: Add special treatment for HAVE_LDAP_START_TLS_SA.
 
116
 
 
117
2007-12-14  Werner Koch  <wk@g10code.com>
 
118
 
 
119
        Released 1.4.8rc1.
 
120
 
 
121
2007-12-13  David Shaw  <dshaw@jabberwocky.com>
 
122
 
 
123
        * NEWS: Note SHA-224 typo.
 
124
 
 
125
2007-11-17  David Shaw  <dshaw@jabberwocky.com>
 
126
 
 
127
        * NEWS: Say a bit more about RFC-4880.  Note some defaults
 
128
        changing.
 
129
 
 
130
2007-11-16  Werner Koch  <wk@g10code.com>
 
131
 
 
132
        Released 1.4.8rc1.
 
133
 
 
134
2007-10-27  David Shaw  <dshaw@jabberwocky.com>
 
135
 
 
136
        * README: Update notes about OSX Leopard.
 
137
 
 
138
2007-10-23  Werner Koch  <wk@g10code.com>
 
139
 
 
140
        Switched entire package to GPLv3+.
 
141
 
 
142
        * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Enable Camellia and mailto.
 
143
 
 
144
        * configure.ac (MPI_OPT_FLAGS): Always use AM_PO_SUBDIRS.
 
145
 
 
146
2007-10-23  gettextize  <bug-gnu-gettext@gnu.org>
 
147
 
 
148
        * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.16.1.
 
149
 
 
150
2007-10-17  David Shaw  <dshaw@jabberwocky.com>
 
151
 
 
152
        * configure.ac: Change various help messages to use
 
153
        AC_HELP_STRING.
 
154
 
 
155
2007-07-18  David Shaw  <dshaw@jabberwocky.com>
 
156
 
 
157
        * configure.ac: It seems that AM_GNU_GETTEXT doesn't like being
 
158
        run conditionally and it confuses the includes when doing later
 
159
        type checks.  This is bug#810.
 
160
 
 
161
2007-07-08  David Shaw  <dshaw@jabberwocky.com>
 
162
 
 
163
        * configure.ac: AM_PROG_CC_C_O is desired by automake 1.10 to do
 
164
        per-target builds (like we do in the keyserver dir), but exists in
 
165
        the currently-used 1.9.3 as well.
 
166
 
 
167
2007-06-13  David Shaw  <dshaw@jabberwocky.com>
 
168
 
 
169
        * configure.ac: Add --enable-camellia.  Disabled by default.  Do
 
170
        not enable this unless you're doing interop testing.
 
171
 
 
172
2007-04-16  Werner Koch  <wk@g10code.com>
 
173
 
 
174
        * acinclude.m4: Fix last change.  Make test self-contained by
 
175
        checking for sysconf and getpagesize.  Remove indentation for the
 
176
        sake of broken C-89 cpp.
 
177
 
 
178
2007-04-16  David Shaw  <dshaw@jabberwocky.com>
 
179
 
 
180
        * configure.ac: Add a HAVE_SHM conditional.
 
181
 
 
182
        * acinclude.m4: Use sysconf() if available to avoid a false
 
183
        positive on HAVE_BROKEN_MLOCK when checking for page size.
 
184
 
 
185
        * configure.ac: Check for sysconf.
 
186
 
 
187
2007-04-15  David Shaw  <dshaw@jabberwocky.com>
 
188
 
 
189
        * configure.ac: QNX puts resolver functions in libsocket.  From
 
190
        Sean Boudreau.
 
191
 
 
192
2007-03-05  Werner Koch  <wk@g10code.com>
 
193
 
 
194
        Released 1.4.7.
 
195
 
 
196
2007-03-04  David Shaw  <dshaw@jabberwocky.com>
 
197
 
 
198
        * NEWS: Note --allow-multiple-messages.
 
199
 
 
200
2006-12-21  David Shaw  <dshaw@jabberwocky.com>
 
201
 
 
202
        * configure.ac: Only check for libusb if we're building with card
 
203
        support.  Noted by Gilles Espinasse.
 
204
 
 
205
2006-12-11  Werner Koch  <wk@g10code.com>
 
206
 
 
207
        * Makefile.am (DISTCLEANFILES): Removed g10defs.h.
 
208
 
 
209
        * configure.ac (AC_CONFIG_COMMANDS): Removed creation of
 
210
        g10defs.h.
 
211
        (AH_BOTTOM): Moved stuff from g10defs.h to config.h.
 
212
 
 
213
2006-12-07  David Shaw  <dshaw@jabberwocky.com>
 
214
 
 
215
        * configure.ac: AM_CONDITIONAL must not be used inside an if/then.
 
216
 
 
217
2006-12-07  Werner Koch  <wk@g10code.com>
 
218
 
 
219
        * configure.ac: Remove GNUPG_DATADIR for non-W32 systems.
 
220
 
 
221
2006-12-06  Werner Koch  <wk@g10code.com>
 
222
 
 
223
        Released 1.4.6.
 
224
 
 
225
2006-12-04  Werner Koch  <wk@g10code.com>
 
226
 
 
227
        * README: Add hint on hjow to set CC_FOR_BUILD.
 
228
        * configure.ac (CC_FOR_BUILD): New.
 
229
 
 
230
2006-12-02  David Shaw  <dshaw@jabberwocky.com>
 
231
 
 
232
        * NEWS: Note the CVE for bug#728, --s2k-count,
 
233
        --passphrase-repeat, and the OpenSSL exception.
 
234
 
 
235
2006-11-29  Werner Koch  <wk@g10code.com>
 
236
 
 
237
        Released 1.4.6rc1.
 
238
 
 
239
2006-11-05  David Shaw  <dshaw@jabberwocky.com>
 
240
 
 
241
        * configure.ac: --enable-minimal leaves out gettext and all
 
242
        resolver functions (SRV, PKA, & CERT).
 
243
 
 
244
2006-10-02  Werner Koch  <wk@g10code.com>
 
245
 
 
246
        * acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Add case for mingw32
 
247
        and allow setting the variable on the command line.  Fixes bug 518.
 
248
        Also use HOST instead of TARGET.
 
249
 
 
250
        * README: Add information about the forthcoming GnuPG 2.0.
 
251
 
 
252
        * configure.ac (AB_INIT): New.
 
253
 
 
254
2006-09-28  David Shaw  <dshaw@jabberwocky.com>
 
255
 
 
256
        * configure.ac: Move strsep to AC_REPLACE_FUNCS so it will end up
 
257
        in libcompat.
 
258
 
 
259
2006-08-01  Werner Koch  <wk@g10code.com>
 
260
 
 
261
        Released 1.4.5.
 
262
 
 
263
2006-07-31  Werner Koch  <wk@g10code.com>
 
264
 
 
265
        * README: Updated info on the key used to sign the tarball.
 
266
 
 
267
2006-07-28  Werner Koch  <wk@g10code.com>
 
268
 
 
269
        Released 1.4.5rc1.
 
270
 
 
271
2006-07-08  David Shaw  <dshaw@jabberwocky.com>
 
272
 
 
273
        * configure.ac: Fix resolver autoconf code so it works (fails)
 
274
        properly with uClibc.
 
275
 
 
276
2006-06-25  Werner Koch  <wk@g10code.com>
 
277
 
 
278
        Released 1.4.4.
 
279
 
 
280
2006-05-23  David Shaw  <dshaw@jabberwocky.com>
 
281
 
 
282
        * configure.ac: Add --disable-optimization.  This is handy for
 
283
        debugging so the compiler doesn't rearrange things and eliminate
 
284
        variables.
 
285
 
 
286
2006-05-22  Marcus Brinkmann  <marcus@g10code.de>
 
287
 
 
288
        * configure.ac: Remove check for noexecstack and invoke
 
289
        CL_AS_NOEXECSTACK instead.
 
290
 
 
291
2006-05-16  Werner Koch  <wk@g10code.com>
 
292
 
 
293
        * README: Removed note for OSF5 as this is the default now.
 
294
        Reported by Joerg Honegger.
 
295
 
 
296
        * configure.ac [osf5]: Fixed warning name to ptrmismatch1.
 
297
 
 
298
2006-04-27  David Shaw  <dshaw@jabberwocky.com>
 
299
 
 
300
        * NEWS: Note SHA-224 and DSA2.
 
301
 
 
302
        * configure.ac: Remove --enable-old-keyserver-helpers.  Comment
 
303
        out --enable-m-guard for now.
 
304
 
 
305
2006-04-12  Werner Koch  <wk@g10code.com>
 
306
 
 
307
        * configure.ac: Print version at end of run.
 
308
        (svn_revision): Posix adjustment.
 
309
 
 
310
2006-04-07  Werner Koch  <wk@g10code.com>
 
311
 
 
312
        * configure.ac: Use new method to include the SVN revison.  Now it
 
313
        is the actual global revision number.
 
314
 
 
315
2006-04-04  Werner Koch  <wk@g10code.com>
 
316
 
 
317
        * NEWS: Fixed old news entry to point to rfc4398 which has been
 
318
        published just before 1.4.3.
 
319
 
 
320
2006-04-03  Werner Koch  <wk@g10code.com>
 
321
 
 
322
        Released 1.4.3.
 
323
 
 
324
2006-03-30  David Shaw  <dshaw@jabberwocky.com>
 
325
 
 
326
        * README: Some more notes about building fat binaries.
 
327
 
 
328
2006-03-24  David Shaw  <dshaw@jabberwocky.com>
 
329
 
 
330
        * README: Missing some instructions on building a fat binary.
 
331
 
 
332
2006-03-20  David Shaw  <dshaw@jabberwocky.com>
 
333
 
 
334
        * configure.ac: Improved --disable-endian-check that doesn't
 
335
        involve changing #ifdefs in the rest of the code.
 
336
 
 
337
2006-03-19  David Shaw  <dshaw@jabberwocky.com>
 
338
 
 
339
        * configure.ac: Add --disable-endian-check for building fat
 
340
        binaries on OSX.
 
341
 
 
342
        * README: Add note on how to build a fat binary on OSX.
 
343
 
 
344
2006-03-17  David Shaw  <dshaw@jabberwocky.com>
 
345
 
 
346
        * configure.ac: Allow the DNS stuff to work on OSX by trying the
 
347
        Apple-specific BIND_8_COMPAT.
 
348
 
 
349
2006-03-09  Werner Koch  <wk@g10code.com>
 
350
 
 
351
        Released 1.4.3rc2.
 
352
 
 
353
2006-03-07  David Shaw  <dshaw@jabberwocky.com>
 
354
 
 
355
        * NEWS: Note CERT retrieval.  Tweak PKA and backsig language to
 
356
        match current code.
 
357
 
 
358
        * NEWS: Note --auto-key-locate and that keyservers can handle
 
359
        binary data now.
 
360
 
 
361
2006-03-01  David Shaw  <dshaw@jabberwocky.com>
 
362
 
 
363
        * configure.ac: Fix accidental enabling of SHA-384/512.  Noted by
 
364
        Nelson H. F. Beebe.
 
365
 
 
366
2006-02-18  David Shaw  <dshaw@jabberwocky.com>
 
367
 
 
368
        * configure.ac: Try linking the UINT64_C test program (rather than
 
369
        just compiling it) as UINT64_C looks like a (missing) function,
 
370
        causing a false positive.  Noted by Claus Assmann.
 
371
 
 
372
2006-02-14  Werner Koch  <wk@gnupg.org>
 
373
 
 
374
        Released 1.4.3rc1.
 
375
 
 
376
2006-02-09  Werner Koch  <wk@g10code.com>
 
377
 
 
378
        * configure.ac: Check for fcntl and ftruncate.
 
379
 
 
380
2006-01-22  David Shaw  <dshaw@jabberwocky.com>
 
381
 
 
382
        * configure.ac: Add define for EXEEXT so we can find keyserver
 
383
        helpers on systems that use extensions.
 
384
 
 
385
2005-12-23  David Shaw  <dshaw@jabberwocky.com>
 
386
 
 
387
        * configure.ac: Add switch for DNS CERT.
 
388
 
 
389
2005-12-22  David Shaw  <dshaw@jabberwocky.com>
 
390
 
 
391
        * configure.ac: Split PKA checking off from DNS SRV checking.
 
392
        Currently PKA is only enabled if HTTP or HKP is enabled which is
 
393
        not necessary.
 
394
 
 
395
2005-12-08  David Shaw  <dshaw@jabberwocky.com>
 
396
 
 
397
        * NEWS: Note --fetch-keys.
 
398
 
 
399
2005-12-06  David Shaw  <dshaw@jabberwocky.com>
 
400
 
 
401
        * configure.ac: UINT64_C test needs #include <inttypes.h>.
 
402
 
 
403
        * configure.ac: Some cleanup so we don't build files that are
 
404
        completely ifdeffed out.  This causes a warning on Sun's cc.  Do
 
405
        sha512.c and the internal regex code as well for consistency.
 
406
 
 
407
2005-11-17  David Shaw  <dshaw@jabberwocky.com>
 
408
 
 
409
        * NEWS: Note backsigs, the xxxxx-clean options, and the
 
410
        xxxxx-minimal options.
 
411
 
 
412
2005-11-02  David Shaw  <dshaw@jabberwocky.com>
 
413
 
 
414
        * configure.ac: Check for a getpagesize() declaration.
 
415
 
 
416
2005-10-14  David Shaw  <dshaw@jabberwocky.com>
 
417
 
 
418
        * NEWS: Clarify the cURL keyserver changes, and add a note about
 
419
        gpg-zip.
 
420
 
 
421
        * configure.ac: Remove the backsig configure options since this is
 
422
        all done at runtime now.
 
423
 
 
424
2005-10-11  David Shaw  <dshaw@jabberwocky.com>
 
425
 
 
426
        * configure.ac: Did some backsig testing with the PGP folks.  All
 
427
        is well, so I'm turning generation of backsigs on for new keys.
 
428
        Checking for backsigs on verification is still off.
 
429
 
 
430
2005-10-05  Werner Koch  <wk@g10code.com>
 
431
 
 
432
        * configure.ac: Changed identification file name to g10/gpg.c
 
433
 
 
434
2005-10-02  Marcus Brinkmann  <marcus@g10code.de>
 
435
 
 
436
        * configure.ac [!$try_gettext]: Invoke AM_PO_SUBDIRS.
 
437
 
 
438
2005-08-31  David Shaw  <dshaw@jabberwocky.com>
 
439
 
 
440
        * configure.ac: Check for getpwnam, getpwuid, and pwd.h.
 
441
 
 
442
2005-08-09  David Shaw  <dshaw@jabberwocky.com>
 
443
 
 
444
        * configure.ac: Remove hardcoded -I and -L for /usr/local on
 
445
        FreeBSD.
 
446
 
 
447
2005-08-04  David Shaw  <dshaw@jabberwocky.com>
 
448
 
 
449
        * configure.ac: Call GNUPG_CHECK_USTAR and generate tools/gpg-zip.
 
450
 
 
451
2005-07-28  Werner Koch  <wk@g10code.com>
 
452
 
 
453
        * configure.ac (USE_DNS_PKA): Define in addition to USE_DNS_SRV.
 
454
 
 
455
2005-07-27  Werner Koch  <wk@g10code.com>
 
456
 
 
457
        Replaced in all directories all calls to m_free, m_alloc,
 
458
        m_realloc, m_strdup by calls to xfoo functions.  This is to ease
 
459
        porting to gnupg 1.9.
 
460
 
 
461
        * README.CVS: Renamed to README.SVN.
 
462
 
 
463
2005-07-26  David Shaw  <dshaw@jabberwocky.com>
 
464
 
 
465
        * NEWS, configure.ac: Switch over to using curl or fake-curl by
 
466
        default.  Add --enable-old-keyserver-helpers to not use curl.
 
467
 
 
468
2005-07-26  Werner Koch  <wk@g10code.com>
 
469
 
 
470
        Released 1.4.2.
 
471
 
 
472
2005-07-20  David Shaw  <dshaw@jabberwocky.com>
 
473
 
 
474
        * configure.ac: Add a define for FAKE_CURL.
 
475
 
 
476
2005-07-19  Werner Koch  <wk@g10code.com>
 
477
 
 
478
        * configure.ac [W32]: Always set DISABLE_KEYSERVER_PATH.
 
479
 
 
480
2005-06-21  Werner Koch  <wk@g10code.com>
 
481
 
 
482
        Released 1.4.2rc2.
 
483
 
 
484
2005-06-20  David Shaw  <dshaw@jabberwocky.com>
 
485
 
 
486
        * NEWS: Note key cleaning commands.
 
487
 
 
488
2005-06-13  David Shaw  <dshaw@jabberwocky.com>
 
489
 
 
490
        * configure.ac: Add check for no-pointer-sign warning keyword, and
 
491
        disable.  This is gcc4 specific.
 
492
 
 
493
2005-05-31  Werner Koch  <wk@g10code.com>
 
494
 
 
495
        Released 1.4.2rc1.
 
496
 
 
497
        * README: Add a note on GnuPG 1.9.
 
498
 
 
499
        Updated FSF address in all files.
 
500
 
 
501
2005-05-26  David Shaw  <dshaw@jabberwocky.com>
 
502
 
 
503
        * NEWS: Note command completion and the new curl-based HKP helper.
 
504
 
 
505
2005-04-16  David Shaw  <dshaw@jabberwocky.com>
 
506
 
 
507
        * configure.ac: Remove --disable-old-hkp - use new HKP handler for
 
508
        --with-libcurl or --enable-fake-curl.
 
509
 
 
510
        * configure.ac: Add --disable-old-hkp option that can be used
 
511
        along with --with-libcurl to build the curl version of HKP.
 
512
 
 
513
2005-04-12  David Shaw  <dshaw@jabberwocky.com>
 
514
 
 
515
        * configure.ac: Check for memrchr()
 
516
 
 
517
2005-03-31  Werner Koch  <wk@g10code.com>
 
518
 
 
519
        * configure.ac: New option --disable-agent-support. Define
 
520
        ENABLE_AGENT_SUPPORT as AC_DEFINE and AM_CONDITIONAL.
 
521
        Disable support for card and agent with --enable-minimal.
 
522
        (AC_REPLACE_FUNCS): Add isascii.
 
523
        (g10defs.h): Define PATHSEP_C and PATHSEP_S.
 
524
 
 
525
        * README: Changed the instruction on how to verify a signature to
 
526
        show a .sig extension and not the .asc we used to use ages ago.
 
527
 
 
528
2005-03-16  David Shaw  <dshaw@jabberwocky.com>
 
529
 
 
530
        * configure.ac: Move the LDAP detecting code to m4/ldap.m4.
 
531
 
 
532
2005-03-15  Werner Koch  <wk@g10code.com>
 
533
 
 
534
        Released 1.4.1.
 
535
 
 
536
2005-03-11  Werner Koch  <wk@g10code.com>
 
537
 
 
538
        * configure.ac: New option --enable-noexecstack.
 
539
 
 
540
2005-02-16  Werner Koch  <wk@g10code.com>
 
541
 
 
542
        Released 1.4.1rc2.
 
543
 
 
544
2005-02-11  David Shaw  <dshaw@jabberwocky.com>
 
545
 
 
546
        * configure.ac: Add --enable-fake-curl option to help test no-curl
 
547
        HTTP.
 
548
 
 
549
        * NEWS: Note Mister/Zuccherato CFB countermeasures.
 
550
 
 
551
2005-02-04  Werner Koch  <wk@g10code.com>
 
552
 
 
553
        * configure.ac (GNUPG_CHECK_GNUMAKE):  Removed. Not needed for
 
554
        decent automakes.
 
555
 
 
556
2005-02-03  David Shaw  <dshaw@jabberwocky.com>
 
557
 
 
558
        * NEWS: Fix typo.
 
559
 
 
560
2005-02-03  Werner Koch  <wk@g10code.com>
 
561
 
 
562
        Released 1.4.1rc1.
 
563
 
 
564
2005-01-22  David Shaw  <dshaw@grover.jabberwocky.com>
 
565
 
 
566
        * configure.ac: Define FTPS flag if we're using curl, and FTPS is
 
567
        available.
 
568
 
 
569
        * README: Fix some typos (noted by Norihiko Murase), update to
 
570
        1.4.1, and tweak some descriptions.
 
571
 
 
572
        * NEWS: Note FTPS.
 
573
 
 
574
2005-01-18  Werner Koch  <wk@g10code.com>
 
575
 
 
576
        * configure.ac (HAVE_W32_SYSTEM): Define it.
 
577
 
 
578
2005-01-18  David Shaw  <dshaw@grover.jabberwocky.com>
 
579
 
 
580
        * NEWS: Note --rfc2440-text import/export-unusable-sigs and
 
581
        gpgkeys_curl.
 
582
 
 
583
        * configure.ac: gpgkeys_mailto is disabled by default.  Define
 
584
        HTTPS flag if we're using curl, and HTTPS is available.
 
585
 
 
586
2005-01-17  Werner Koch  <wk@g10code.com>
 
587
 
 
588
        * README: Updated for SHA1 checksums.
 
589
 
 
590
        * configure.ac: Make --without-included-zlib work as
 
591
        expected. Reported by Norihiko Murase.  Same for
 
592
        --without-included-regex.
 
593
 
 
594
2005-01-03  David Shaw  <dshaw@jabberwocky.com>
 
595
 
 
596
        * configure.ac: Use new GNUPG_CHECK_LIBUSB macro.
 
597
 
 
598
2004-12-28  David Shaw  <dshaw@jabberwocky.com>
 
599
 
 
600
        * configure.ac: Better implementation for the SRV check.  We don't
 
601
        need to actually check all the header files individually since the
 
602
        SRV test compile uses them together.
 
603
 
 
604
2004-12-24  David Shaw  <dshaw@jabberwocky.com>
 
605
 
 
606
        * configure.ac: Use new LIBCURL_CHECK_CONFIG macro for
 
607
        all libcurl stuff.  This simplifies, and we don't need the
 
608
        automake conditional stuff any longer.
 
609
 
 
610
2004-12-22  David Shaw  <dshaw@jabberwocky.com>
 
611
 
 
612
        * configure.ac: --enable-ftp is on by default, --with-libcurl is
 
613
        off by default.  If we have neither of --enable-ftp or
 
614
        --enable-http, don't even check for curl.
 
615
 
 
616
2004-12-21  David Shaw  <dshaw@jabberwocky.com>
 
617
 
 
618
        * configure.ac: Add check for --enable-ftp.  It is disabled by
 
619
        default for now.
 
620
 
 
621
2004-12-18  David Shaw  <dshaw@jabberwocky.com>
 
622
 
 
623
        * configure.ac: Call the new GNUPG_CHECK_READLINE macro for
 
624
        readline stuff.
 
625
 
 
626
2004-12-17  David Shaw  <dshaw@jabberwocky.com>
 
627
 
 
628
        * configure.ac: Add a --with-ldap=DIR so people can add to the
 
629
        search path.
 
630
 
 
631
2004-12-16  David Shaw  <dshaw@jabberwocky.com>
 
632
 
 
633
        * configure.ac: Check for arpa/nameser.h.
 
634
 
 
635
2004-12-16  Werner Koch  <wk@g10code.com>
 
636
 
 
637
        * THANKS: Added John Clizbe for help testing the 1.4.0a W32
 
638
        binary.
 
639
 
 
640
2004-12-16  Werner Koch  <wk@g10code.com>
 
641
 
 
642
        Released 1.4.0.
 
643
 
 
644
2004-12-14  Werner Koch  <wk@g10code.com>
 
645
 
 
646
        Released 1.3.93.
 
647
 
 
648
        * Makefile.am (AUTOMAKE_OPTIONS): Add filename-length-max=99.
 
649
 
 
650
2004-11-06  David Shaw  <dshaw@jabberwocky.com>
 
651
 
 
652
        * configure.ac: Autodetect wldap32 on Windoze.
 
653
 
 
654
2004-11-04  David Shaw  <dshaw@jabberwocky.com>
 
655
 
 
656
        * README, configure.ac: Add --enable-backsigs to enable the
 
657
        experimental backsigs code.
 
658
 
 
659
2004-11-04  Werner Koch  <wk@g10code.com>
 
660
 
 
661
        * AUTHORS: Use Maxim Britov.  I am not that accustomed to the
 
662
        Russian way of writing names.
 
663
 
 
664
2004-10-28  Werner Koch  <wk@g10code.com>
 
665
 
 
666
        Released 1.3.92.
 
667
 
 
668
2004-10-26  Werner Koch  <wk@g10code.com>
 
669
 
 
670
        * configure.ac: New option --disable-gnupg-iconv, define
 
671
        USE_GNUPG_ICONV.
 
672
        (AC_CANONICAL_TARGET): Replaced by AC_CANONICAL_HOST. Changed all
 
673
        reference to TARGET to HOST.  Made sure that i586-mingw32msvc gets
 
674
        detected as mingw32.
 
675
        (UNIT64_C): Don't include inttype.h uncoditional but use a test to
 
676
        ensure that it gets into conftest.h.
 
677
        (AH_TOP): New. Prevent double inclusion of config.h.
 
678
 
 
679
2004-10-21  David Shaw  <dshaw@jabberwocky.com>
 
680
 
 
681
        * acinclude.m4: aclocal 1.9 wants quoting on AC_DEFUN arguments.
 
682
 
 
683
2004-10-21  Werner Koch  <wk@g10code.com>
 
684
 
 
685
        * configure.ac: Remove the check for asprintf
 
686
 
 
687
2004-10-15  Werner Koch  <wk@g10code.com>
 
688
 
 
689
        Released 1.3.91.
 
690
 
 
691
        * README: Mentioned --enable-selinux-support.
 
692
 
 
693
2004-10-15  David Shaw  <dshaw@jabberwocky.com>
 
694
 
 
695
        * NEWS: Note gpgkeys_finger, keyserver timeouts, and the direct
 
696
        trust model.
 
697
 
 
698
2004-10-15  Werner Koch  <wk@g10code.com>
 
699
 
 
700
        * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New.
 
701
        (AUTOMAKE_OPTIONS): New.
 
702
 
 
703
        * configure.ac: Check whether vasprintf needs a replacement.
 
704
 
 
705
2004-10-13  Werner Koch  <wk@g10code.com>
 
706
 
 
707
        * configure.ac: Actually name the option --disable-finger and not
 
708
        http.  Add option --enable-selinux-support.
 
709
 
 
710
2004-10-11  Werner Koch  <wk@g10code.com>
 
711
 
 
712
        * configure.ac: New option --disable-finger.
 
713
 
 
714
2004-09-17  Werner Koch  <wk@g10code.com>
 
715
 
 
716
        * configure.ac: Don't check for usb_create_match or
 
717
        use_get_string_simple anymore.
 
718
 
 
719
2004-09-15  David Shaw  <dshaw@jabberwocky.com>
 
720
 
 
721
        * configure.ac: Give warning when using capabilities.  Check for
 
722
        usb_get_string_simple for old libusb reasons.
 
723
 
 
724
2004-09-10  David Shaw  <dshaw@jabberwocky.com>
 
725
 
 
726
        * NEWS: Note HTTP basic auth.
 
727
 
 
728
        * configure.ac: Check for usb_get_busses since very old stable
 
729
        libusb doesn't have it.
 
730
 
 
731
2004-09-09  Werner Koch  <wk@g10code.com>
 
732
 
 
733
        * README: Doc --disable-card-support and --without-readline.
 
734
 
 
735
        * configure.ac: Check for readline.  Make enable-card-support the
 
736
        default.  New option --without-readline.  Allow the use of either
 
737
        the development or the stable libusb.
 
738
 
 
739
2004-07-27  Werner Koch  <wk@g10code.de>
 
740
 
 
741
        * configure.ac (AM_GNU_GETTEXT_VERSION): New.
 
742
        (min_automake_version): New.
 
743
 
 
744
2004-05-24  David Shaw  <dshaw@jabberwocky.com>
 
745
 
 
746
        * configure.ac: Try for wldap32 on Win32 platforms.
 
747
 
 
748
2004-05-22  Werner Koch  <wk@gnupg.org>
 
749
 
 
750
        Releases 1.3.6.
 
751
 
 
752
2004-05-21  David Shaw  <dshaw@jabberwocky.com>
 
753
 
 
754
        * NEWS: Note --sig-keyserver-url and the ability to use a
 
755
        preferred keyserver in a regular data sig to fetch the signing
 
756
        key.
 
757
 
 
758
        * configure.ac: Replacement function for timegm().  No need to
 
759
        check for setenv() any longer.
 
760
 
 
761
2004-05-20  David Shaw  <dshaw@jabberwocky.com>
 
762
 
 
763
        * NEWS: Note HTTP key fetching.
 
764
 
 
765
        * README: Update version and note that HKP is no longer build in.
 
766
 
 
767
        * configure.ac: Handle --disable-http and other code to properly
 
768
        build gpgkeys_http.
 
769
 
 
770
2004-05-19  David Shaw  <dshaw@jabberwocky.com>
 
771
 
 
772
        * NEWS: Note the addition of preferred keyserver support,
 
773
        --ask-cert-level, --keyid-format, and the removal of
 
774
        show-long-keyids, the quasi-1991 partial length encoding,
 
775
        --export-all, and include-non-rfc.
 
776
 
 
777
        * acinclude.m4 (GNUPG_SYS_NM_PARSE): Remove a leftover slash in a
 
778
        sed expression.
 
779
 
 
780
2004-05-01  Werner Koch  <wk@gnupg.org>
 
781
 
 
782
        * acinclude.m4 (ac_pipe_works): Fixed BRE syntax \? -> \{0,1\}.
 
783
        Reported by Todd Vierling.
 
784
 
 
785
2004-02-26  Werner Koch  <wk@gnupg.org>
 
786
 
 
787
        Released 1.3.5.
 
788
 
 
789
2004-02-25  David Shaw  <dshaw@jabberwocky.com>
 
790
 
 
791
        * README: Update copyright.
 
792
 
 
793
        * NEWS: Note --max-output, --list-config, --min-cert-level, AIX
 
794
        fix, new http-proxy keyserver-option, new LDAP server code, TLS,
 
795
        LDAPS, and --show-session-key with --symmetric.
 
796
 
 
797
2004-02-20  David Shaw  <dshaw@jabberwocky.com>
 
798
 
 
799
        * configure.ac: Check for timegm().  Replacement functions for
 
800
        setenv() and unsetenv().
 
801
 
 
802
2004-02-19  David Shaw  <dshaw@jabberwocky.com>
 
803
 
 
804
        * configure.ac: Check for ln -s and add GPGKEYS_LDAP conditional,
 
805
        both for making gpgkeys_ldaps symlink to gpgkeys_ldap.
 
806
 
 
807
        * configure.ac: Simplify the LDAP checking code since OpenLDAP is
 
808
        far more mature these days and dependencies are cleaner.  Add
 
809
        checks for ldap_set_option and ldap_start_tls_s.
 
810
 
 
811
2004-01-27  David Shaw  <dshaw@jabberwocky.com>
 
812
 
 
813
        * NEWS: Note --enable-key-cache, the OpenBSD/i386 and HPPA fixes,
 
814
        and Elgamal removal.
 
815
 
 
816
        * README, configure.ac: Add --enable-key-cache=SIZE configure
 
817
        option.  This sets the key/uid cache size.  Default is 4096.
 
818
 
 
819
2004-01-11  David Shaw  <dshaw@jabberwocky.com>
 
820
 
 
821
        * configure.ac: Include stdio.h when checking for bzlib.h. Solaris
 
822
        9 has a very old bzip2 library and we can at least guarantee that
 
823
        it won't fail because of the lack of stdio.h.
 
824
 
 
825
        * THANKS: Added Phong Nguyen, who found the Elgamal signing key
 
826
        problem.
 
827
 
 
828
2003-12-23  Werner Koch  <wk@gnupg.org>
 
829
 
 
830
        * configure.ac: Use -Wformat-nonliteral in maintainer-mode.
 
831
 
 
832
2003-11-30  David Shaw  <dshaw@jabberwocky.com>
 
833
 
 
834
        * NEWS: Note --disable-rsa.
 
835
 
 
836
        * configure.ac: Add --disable-rsa.
 
837
 
 
838
        * README: Add --with-zlib, --with-bzip2, --without-bzip2,
 
839
        --disable-rsa, and --enable-minimal.  Update gettext version.
 
840
 
 
841
        * README: Update version number.  Add BZIP2.  Remove Elgamal
 
842
        sign+encrypt.
 
843
 
 
844
2003-11-27  Werner Koch  <wk@gnupg.org>
 
845
 
 
846
        Released 1.3.4.
 
847
 
 
848
2003-11-27  David Shaw  <dshaw@jabberwocky.com>
 
849
 
 
850
        * NEWS: Note that we won't encrypt to an Elgamal sign+encrypt key
 
851
        any longer.
 
852
 
 
853
        * configure.ac: Use MSG_NOTICE instead of MSG_WARN for less
 
854
        serious notifications.
 
855
 
 
856
        * NEWS: I meant "less" not "more".
 
857
 
 
858
2003-11-12  David Shaw  <dshaw@jabberwocky.com>
 
859
 
 
860
        * NEWS: Note BZIP2.
 
861
 
 
862
        * configure.ac: Make sure that the resolver API actually compiles,
 
863
        and not just that the right functions exist.
 
864
 
 
865
2003-10-30  David Shaw  <dshaw@jabberwocky.com>
 
866
 
 
867
        * configure.ac: Locate libbz2 for bzip2 compression support.
 
868
 
 
869
2003-10-26  David Shaw  <dshaw@jabberwocky.com>
 
870
 
 
871
        * NEWS: Note --symmetric --encrypt and the improved config file
 
872
        search.
 
873
 
 
874
        * configure.ac: Add SAFE_VERSION_DOT and SAFE_VERSION_DASH.
 
875
 
 
876
2003-10-25  Werner Koch  <wk@gnupg.org>
 
877
 
 
878
        * Makefile.am (SUBDIRS): Add intl.
 
879
        (ACLOCAL_AMFLAGS): New variable.
 
880
        (EXTRA_DIST): Add scripts/config.rpath.
 
881
        * configure.ac (AC_CONFIG_FILES): Add po/Makefile.in,
 
882
        (AL_LINGUAS): Removed.
 
883
 
 
884
2003-10-24  David Shaw  <dshaw@jabberwocky.com>
 
885
 
 
886
        * configure.ac (DLLIBS): Work properly on platforms where dlopen
 
887
        and friends are in libc instead of libdl.
 
888
 
 
889
2003-10-24  Werner Koch  <wk@gnupg.org>
 
890
 
 
891
        * configure.ac (DLLIBS): Fixed last change.
 
892
 
 
893
2003-10-23  Werner Koch  <wk@gnupg.org>
 
894
 
 
895
        * configure.ac (DLLIBS): Do not include -ldl in the mingw32 case.
 
896
 
 
897
2003-10-21  Werner Koch  <wk@gnupg.org>
 
898
 
 
899
        * configure.ac (PRINTABLE_OS_NAME): Remove special case for The
 
900
        Hurd; Robert Millan reported that the uname test is now
 
901
        sufficient.
 
902
 
 
903
2003-10-16  David Shaw  <dshaw@jabberwocky.com>
 
904
 
 
905
        * configure.ac: Include -ldl when card support is used.
 
906
 
 
907
2003-10-10  Werner Koch  <wk@gnupg.org>
 
908
 
 
909
        Release 1.3.3.
 
910
 
 
911
2003-10-09  David Shaw  <dshaw@jabberwocky.com>
 
912
 
 
913
        * NEWS: Note multiple Comment: support and --sig-keyserver-url.
 
914
 
 
915
2003-10-01  Werner Koch  <wk@gnupg.org>
 
916
 
 
917
        * configure.ac (AH_BOTTOM): Define GNUPG_MAJOR_VERSION.
 
918
        (ENABLE_CARD_SUPPORT): Define as automake conditional.
 
919
 
 
920
2003-09-30  David Shaw  <dshaw@jabberwocky.com>
 
921
 
 
922
        * NEWS: Note that SHA-256 is read-write now, that TIGER/192 is no
 
923
        more, that revoked and expired uids are skipped in -r, and that
 
924
        --no-mangle-dos-filenames is now the default.
 
925
 
 
926
2003-09-27  Werner Koch  <wk@gnupg.org>
 
927
 
 
928
        * configure.ac (LIBUSB_LIBS,HAVE_LIBUSB): Check for Libusb.
 
929
        (--enable-card-support): New.
 
930
 
 
931
2003-09-04  David Shaw  <dshaw@jabberwocky.com>
 
932
 
 
933
        * configure.ac: Drop TIGER/192 support.  Check for UINT64_C to go
 
934
        along with uint64_t.
 
935
 
 
936
2003-09-01  David Shaw  <dshaw@jabberwocky.com>
 
937
 
 
938
        * NEWS: Note --list-options, --verify-options, the deprecation of
 
939
        --show-photos, --show-policy-url, --show-notation, and
 
940
        --show-keyring, and getting the signer's fingerprint in sig
 
941
        records.
 
942
 
 
943
2003-08-28  David Shaw  <dshaw@jabberwocky.com>
 
944
 
 
945
        * AUTHORS, THANKS: Updates from stable.
 
946
 
 
947
2003-08-25  David Shaw  <dshaw@jabberwocky.com>
 
948
 
 
949
        * NEWS: Note %g and %p, the "tru" --with-colons record, and the
 
950
        REVKEYSIG --status-fd tag.
 
951
 
 
952
        * README: Add a note about the SunOS symbol underscore problem and
 
953
        how to fix it.  Note problem with gcc < 2.96 and non-gnu as.
 
954
 
 
955
2003-08-24  David Shaw  <dshaw@jabberwocky.com>
 
956
 
 
957
        * configure.ac: Check for getaddrinfo.  Don't bother to check for
 
958
        EGD libs since we need to have the netlibs regardless because of
 
959
        the agent socket.
 
960
 
 
961
2003-07-10  David Shaw  <dshaw@jabberwocky.com>
 
962
 
 
963
        * configure.ac: configure.ac: Check for sigset_t and struct
 
964
        sigaction.  This is for Forte c89 on Solaris which seems to define
 
965
        only the function call half of the two pairs by default.
 
966
 
 
967
        * THANKS: Updates from stable.
 
968
 
 
969
        * configure.ac: Include wsock32 in W32LIBS.  This is different
 
970
        from NETLIBS so we don't need to force other platforms to pull in
 
971
        the netlibs when they aren't actually needed.
 
972
 
 
973
        * NEWS: Note portability changes.
 
974
 
 
975
2003-06-03  David Shaw  <dshaw@jabberwocky.com>
 
976
 
 
977
        * configure.ac: Define SAFE_VERSION so that RISCOS can override it
 
978
        and remove invalid chars.
 
979
 
 
980
2003-05-30  David Shaw  <dshaw@jabberwocky.com>
 
981
 
 
982
        * configure.ac: Put wsock32 in NETLIBS.  Put zlib in ZLIBS.  Put
 
983
        dl in DLLIBS.  Check for getopt.h if available.  Look for getopt()
 
984
        in libiberty if libc doesn't have it.  Enable GPGKEYS_HKP after
 
985
        AC_PROG_CC so that any needed extension (i.e. ".exe") is defined.
 
986
 
 
987
2003-05-27  Werner Koch  <wk@gnupg.org>
 
988
 
 
989
        Released 1.3.2.
 
990
 
 
991
2003-05-26  David Shaw  <dshaw@jabberwocky.com>
 
992
 
 
993
        * NEWS: Document --gnupg and the deprecation of --no-openpgp and
 
994
        --no-pgpX.
 
995
 
 
996
2003-05-24  David Shaw  <dshaw@jabberwocky.com>
 
997
 
 
998
        * configure.ac: Edit preprocessor instructions in g10defs.h to
 
999
        remove whitespace before the '#'.  This is not required by C89,
 
1000
        but there are some compilers out there that don't like it.
 
1001
 
 
1002
2003-05-11  David Shaw  <dshaw@jabberwocky.com>
 
1003
 
 
1004
        * configure.ac: Remove some stuff no longer needed with newer
 
1005
        autoconf. Use AC_GNU_SOURCE instead of defining _GNU_SOURCE
 
1006
        manually.  Add check for strchr() for gettext.  Add "ngettext"
 
1007
        check for gettext, since that check supposedly implies a check for
 
1008
        bind_textdomain_codeset.  Add check for times() for random.c.  Fix
 
1009
        URL for EGD.  Make --enable-old-tiger match the stable branch as a
 
1010
        separate item.
 
1011
 
 
1012
        * NEWS: "OpenPGP" trust model is now "PGP".  Add note about TIGER
 
1013
        being dropped from OpenPGP.  Note trust bug fix.
 
1014
 
 
1015
        * README: Fix all URLs to point to the right place in the
 
1016
        reorganized gnupg.org web pages.  Some minor language fixes.
 
1017
 
 
1018
2003-04-27  David Shaw  <dshaw@jabberwocky.com>
 
1019
 
 
1020
        * BUGS: Fix bug reporting URL.
 
1021
 
 
1022
        * NEWS: Add sig version, pk algo, hash algo, and sig class to
 
1023
        VALIDSIG.  Add notes about SRV, the "subkeyid!" syntax, configure
 
1024
        options to disable various algorithms, and the ability to change
 
1025
        the keyserver no-modify flag.
 
1026
 
 
1027
2003-04-23  David Shaw  <dshaw@jabberwocky.com>
 
1028
 
 
1029
        * configure.ac: Big warning that TIGER/192 is being removed from
 
1030
        the standard, and make it disabled by default.
 
1031
 
 
1032
        * README: Put back proper copyright line.  Remove mention of
 
1033
        TIGER/192.
 
1034
 
 
1035
2003-04-15  Werner Koch  <wk@gnupg.org>
 
1036
 
 
1037
        * configure.ac (HAVE_DOSISH_SYSTEM): New automake conditional.
 
1038
 
 
1039
        * acinclude.m4 (GNUPG_CHECK_ENDIAN): Fixed quoting of r.e. using
 
1040
        quadrigraphs.
 
1041
 
 
1042
2003-04-08  Werner Koch  <wk@gnupg.org>
 
1043
 
 
1044
        * Makefile.am (EXTRA_DIST): Add autogen.sh wrapper.
 
1045
 
 
1046
2003-04-07  David Shaw  <dshaw@jabberwocky.com>
 
1047
 
 
1048
        * configure.ac: Use much more accurate method to determine whether
 
1049
        DNS SRV is usable.
 
1050
 
 
1051
        * README: Document the various --disable-xxx switches, and add a
 
1052
        note about existing keys that may use one of the missing ciphers
 
1053
        as a preference.  Update copyright date.
 
1054
 
 
1055
        * NEWS: Add note about SHA-256/384/512.
 
1056
 
 
1057
        * acinclude.m4: Fix URL to faqprog.pl.
 
1058
 
 
1059
2003-03-24  Werner Koch  <wk@gnupg.org>
 
1060
 
 
1061
        * acinclude.m4 (GNUPG_CHECK_ENDIAN): When crosscompiling assume
 
1062
        little only for Intel CPUs.
 
1063
 
 
1064
        * configure.ac: Check for ranlib and ar.  This is required for
 
1065
        cross compiling.
 
1066
 
 
1067
2003-03-11  David Shaw  <dshaw@jabberwocky.com>
 
1068
 
 
1069
        * configure.ac: Look for res_query so we can use DNS SRV, and add
 
1070
        --disable-dns-srv to disable it.
 
1071
 
 
1072
2003-03-04  David Shaw  <dshaw@jabberwocky.com>
 
1073
 
 
1074
        * configure.ac: Define @CAPLIBS@ to link in -lcap if we are using
 
1075
        capabilities.
 
1076
 
 
1077
2003-02-22  David Shaw  <dshaw@jabberwocky.com>
 
1078
 
 
1079
        * configure.ac: Add --disable-idea for IDEA.  Note that disabling
 
1080
        IDEA disables both the real IDEA and the possibility of using the
 
1081
        IDEA loadable module.  Remove the --disable-dynload option since
 
1082
        it is no longer meaningful (it is only used if idea-stub is used).
 
1083
 
 
1084
2003-02-21  David Shaw  <dshaw@jabberwocky.com>
 
1085
 
 
1086
        * configure.ac: Add --disable-xxx options for CAST5, BLOWFISH, AES
 
1087
        (all), TWOFISH, TIGER192, SHA256, and SHA384/512.  Add a
 
1088
        --enable-minimal that disables all of them as well as
 
1089
        --disable-exec.
 
1090
 
 
1091
2003-02-11  David Shaw  <dshaw@jabberwocky.com>
 
1092
 
 
1093
        * configure.ac: Do not set GNUPG_LIBEXECDIR in ./configure, so
 
1094
        that makefiles can override it.  Verify that we have a 64-bit type
 
1095
        before building tiger.c or sha512.c.  Add uint64_t as a possible
 
1096
        64-bit type.
 
1097
 
 
1098
2003-02-02  David Shaw  <dshaw@jabberwocky.com>
 
1099
 
 
1100
        * NEWS: Add notes about disabled keys, trustdb tweaks, and
 
1101
        "revuid".
 
1102
 
 
1103
2002-12-27  David Shaw  <dshaw@jabberwocky.com>
 
1104
 
 
1105
        * NEWS: Add note about convert-from-106 script.
 
1106
 
 
1107
2002-11-25  David Shaw  <dshaw@jabberwocky.com>
 
1108
 
 
1109
        * NEWS: Add notes about notation names and '@', the --trust-model
 
1110
        option, default algorithms from --personal-xxxx,
 
1111
        --primary-keyring, changes with --s2k-digest-algo, the new
 
1112
        anonymous recipient improvements, and non-optimized memory wiping.
 
1113
 
 
1114
2002-11-13  David Shaw  <dshaw@jabberwocky.com>
 
1115
 
 
1116
        * THANKS: Changes from stable branch.
 
1117
 
 
1118
        * configure.ac: Check for ctermid().  From Werner on stable
 
1119
        branch.
 
1120
 
 
1121
        * configure.ac (GPGKEYS_LDAP,GPGKEYS_HKP): Add $EXEEXT.  From
 
1122
        Werner on stable branch.
 
1123
 
 
1124
        * configure.ac (try_gettext): Remove special case for cygwin.
 
1125
        This removes all the DOS specific macros and let Cygwin work like
 
1126
        a real OS.  Needs a couple of changes elsewhere but after all,
 
1127
        GnuPG presents itself much more like a Posix program and can be
 
1128
        used in a full Cygwin environment; e.g. used along with mutt.
 
1129
        Changes suggested by Volker Quetschke.  From Werner on stable
 
1130
        branch.
 
1131
 
 
1132
        * acinclude.m4 (GNUPG_SYS_NM_PARSE): Allow for underscore in test
 
1133
        symbols.  Useful for Cygwin builds.
 
1134
        (GNUPG_SYS_SYMBOL_UNDERSCORE): Don't hardwire to yes for Cygwin.
 
1135
        From Werner on stable branch.
 
1136
 
 
1137
        * README: Add an installation note for Darwin 6.1.  From Werner on
 
1138
        stable branch.
 
1139
 
 
1140
2002-11-12  Werner Koch  <wk@gnupg.org>
 
1141
 
 
1142
        Released 1.3.1
 
1143
 
 
1144
2002-11-03  David Shaw  <dshaw@jabberwocky.com>
 
1145
 
 
1146
        * NEWS: Note trust signature support,
 
1147
        --hidden-encrypt-to/--hidden-recipient, and long algorithm name
 
1148
        support everywhere.
 
1149
 
 
1150
2002-10-31  David Shaw  <dshaw@jabberwocky.com>
 
1151
 
 
1152
        * Makefile.am: Put gnupg.spec in the root directory so rpm -ta
 
1153
        works.
 
1154
 
 
1155
        * configure.ac: Add a check for volatile.
 
1156
 
 
1157
2002-10-29  David Shaw  <dshaw@jabberwocky.com>
 
1158
 
 
1159
        * configure.ac: Add --disable-regex in case some platform just
 
1160
        can't handle the regex stuff.  This means they can't fully handle
 
1161
        trust sigs with an attached regex either.
 
1162
 
 
1163
2002-10-19  David Shaw  <dshaw@jabberwocky.com>
 
1164
 
 
1165
        * configure.ac: Regex tests adapted from mutt to decide whether to
 
1166
        use the internal regex code or not.
 
1167
 
 
1168
2002-10-18  Werner Koch  <wk@gnupg.org>
 
1169
 
 
1170
        Released 1.3.0.
 
1171
 
 
1172
        * configure.ac: Changed version number comments.
 
1173
        (ALL_LINGUAS): Removed all except for de.  During development it
 
1174
        might not be a good idea to keep all of them - they get outdated
 
1175
        too soon and diff files will be far too large.
 
1176
 
 
1177
2002-10-17  David Shaw  <dshaw@jabberwocky.com>
 
1178
 
 
1179
        * README: Multiple A record rotation works with MINGW32 now, and
 
1180
        clarify how it works with LDAP.
 
1181
 
 
1182
2002-10-16  David Shaw  <dshaw@jabberwocky.com>
 
1183
 
 
1184
        * README: Some typo fixes from Florian Weimer, and bump version
 
1185
        number.
 
1186
 
 
1187
2002-10-15  David Shaw  <dshaw@jabberwocky.com>
 
1188
 
 
1189
        * NEWS: Some 1.3 notes.
 
1190
 
 
1191
2002-10-12  Werner Koch  <wk@gnupg.org>
 
1192
 
 
1193
        * configure.ac (NAME_OF_DEV_URANDOM): Use /dev/urandom for
 
1194
        NetBSD.  Reported by Christian Biere.
 
1195
 
 
1196
2002-10-07  David Shaw  <dshaw@jabberwocky.com>
 
1197
 
 
1198
        * configure.ac: OpenLDAP 2.0.27 changed the dependencies again.
 
1199
        Add a "LDAPLIBS" variable so users can try and suggest the right
 
1200
        dependencies for their platform.
 
1201
 
 
1202
2002-10-02  David Shaw  <dshaw@jabberwocky.com>
 
1203
 
 
1204
        * configure.ac: Add an --enable-old-tiger, to revert back to the
 
1205
        old OID.
 
1206
 
 
1207
2002-09-27  David Shaw  <dshaw@jabberwocky.com>
 
1208
 
 
1209
        * configure.ac: Remove --enable-tiger, as TIGER is now always
 
1210
        enabled.
 
1211
 
 
1212
2002-09-25  David Shaw  <dshaw@jabberwocky.com>
 
1213
 
 
1214
        * configure.ac: Add NETLIBS to EGDLIBS when using EGD as EGD uses
 
1215
        sockets.
 
1216
 
 
1217
2002-09-24  David Shaw  <dshaw@jabberwocky.com>
 
1218
 
 
1219
        * THANKS: Remove duplicate.
 
1220
 
 
1221
        * NEWS: Bring in cosmetic changes from stable branch.
 
1222
 
 
1223
        * configure.ac: Figure out whether the LDAP library supports
 
1224
        ldap_get_option, ld_errno, or neither.
 
1225
 
 
1226
2002-09-19  David Shaw  <dshaw@jabberwocky.com>
 
1227
 
 
1228
        * configure.ac: Try linking LDAP as just -lldap as it seems very
 
1229
        recent OpenLDAPs (>=2.0.23) support that.
 
1230
 
 
1231
2002-09-14  David Shaw  <dshaw@jabberwocky.com>
 
1232
 
 
1233
        * configure.ac: Try linking LDAP without -lresolv first, just in
 
1234
        case the platform has libresolv, but doesn't actually need it to
 
1235
        use LDAP.
 
1236
 
 
1237
2002-09-12  David Shaw  <dshaw@jabberwocky.com>
 
1238
 
 
1239
        * NEWS: Note that the old IDEA plugin won't work with post-1.1.90
 
1240
        gpg.
 
1241
 
 
1242
2002-09-12  David Shaw  <dshaw@jabberwocky.com>
 
1243
 
 
1244
        * configure.ac: Remove --enable-external-hkp as this is always on
 
1245
        now.  Add --disable-hkp to match the other
 
1246
        --disable-{keyservertype} options.
 
1247
 
 
1248
        * NEWS, configure.ac: Move to devel version 1.3.
 
1249
 
 
1250
2002-09-11  Werner Koch  <wk@gnupg.org>
 
1251
 
 
1252
        Released 1.1.92.
 
1253
 
 
1254
        * configure.ac (random_modules): The default random module for
 
1255
        system lacking a /dev/random is now auto selected at runtime.
 
1256
 
 
1257
2002-09-09  David Shaw  <dshaw@jabberwocky.com>
 
1258
 
 
1259
        * NEWS: typo.
 
1260
 
 
1261
        * configure.ac: Add a link test for LDAP without -lresolv for
 
1262
        HPUX.  Remove "hstrerror" test as it is no longer needed.
 
1263
 
 
1264
2002-09-02  Werner Koch  <wk@gnupg.org>
 
1265
 
 
1266
        * README: Removed the note about a development version so that we
 
1267
        later don't forget this.  Minor other changes.
 
1268
 
 
1269
2002-08-29  Werner Koch  <wk@gnupg.org>
 
1270
 
 
1271
        * configure.ac (random_modules): Reworked the code to select the
 
1272
        random module.  Define USE_ALL_RANDOM_MODULES for value all.
 
1273
 
 
1274
2002-08-27  David Shaw  <dshaw@jabberwocky.com>
 
1275
 
 
1276
        * configure.ac: Check type of mode_t.
 
1277
 
 
1278
        * NEWS: Clarify that --libexecdir is a configure option.
 
1279
 
 
1280
        * configure.ac: Check for hstrerror.
 
1281
 
 
1282
2002-08-19  David Shaw  <dshaw@jabberwocky.com>
 
1283
 
 
1284
        * NEWS: Document new ways to enable MDC, and change in automatic
 
1285
        compression disabling.
 
1286
 
 
1287
        * configure.ac: No such thing as the "none" random gather any
 
1288
        longer.
 
1289
 
 
1290
2002-08-08  David Shaw  <dshaw@jabberwocky.com>
 
1291
 
 
1292
        * configure.ac: Add an --enable-tiger.
 
1293
 
 
1294
        * NEWS: Clarify new permission checks.
 
1295
 
 
1296
2002-08-07  David Shaw  <dshaw@jabberwocky.com>
 
1297
 
 
1298
        * configure.ac: If the static IDEA cipher is present, disable
 
1299
        dynamic loading.  Also fix backwards grammar of keyserver
 
1300
        exec-path CHECKING message.
 
1301
 
 
1302
2002-08-05  Werner Koch  <wk@gnupg.org>
 
1303
 
 
1304
        * configure.ac: Bumbed version number.
 
1305
 
 
1306
2002-08-04  Werner Koch  <wk@gnupg.org>
 
1307
 
 
1308
        Released 1.1.91.
 
1309
 
 
1310
        * configure.ac (ALL_LINGUAS): Added Catalan.
 
1311
 
 
1312
2002-08-02  Werner Koch  <wk@gnupg.org>
 
1313
 
 
1314
        * configure.ac: Removed all extension stuff but keep the tests for
 
1315
        dlopen.  We don't need to figure out the flags required.  All
 
1316
        stuff is now statically loaded.
 
1317
 
 
1318
2002-07-30  David Shaw  <dshaw@jabberwocky.com>
 
1319
 
 
1320
        * README, configure.ac: --with-exec-path is now clarified into
 
1321
        --disable-keyserver-path
 
1322
 
 
1323
        * NEWS: changes since 1.1.90.
 
1324
 
 
1325
2002-07-24  David Shaw  <dshaw@jabberwocky.com>
 
1326
 
 
1327
        * configure.ac: Include a GNUPG_LIBEXECDIR in g10defs.h, as well
 
1328
        as a SUBST for Makefiles.
 
1329
 
 
1330
2002-07-22  Timo Schulz  <ts@winpt.org>
 
1331
 
 
1332
        * configure.ac: Replace the 'c:/' variables with 'c:\' due
 
1333
        to the fact we already use '\' in the remaining code.
 
1334
 
 
1335
2002-07-08  David Shaw  <dshaw@jabberwocky.com>
 
1336
 
 
1337
        * configure.ac: Add --with-mailprog to override the use of
 
1338
        sendmail with another MTA.  We can use anything that follows the
 
1339
        "$MAILPROG -t" convention.
 
1340
 
 
1341
2002-07-04  David Shaw  <dshaw@jabberwocky.com>
 
1342
 
 
1343
        * configure.ac: --enable-exec-path should be a 'with'.  Fix 'no'
 
1344
        cases of --with-exec-path and --with-photo-viewer.
 
1345
 
 
1346
        * README: Document --disable-exec, --disable-photo-viewers,
 
1347
        --disable-keyserver-helpers, --enable-exec-path, and
 
1348
        --with-photo-viewer.
 
1349
 
 
1350
        * configure.ac: Add --with-photo-viewer to lock the viewer at
 
1351
        compile time and --disable-keyserver-helpers and
 
1352
        --disable-photo-viewers to allow disabling one without disabling
 
1353
        the other.
 
1354
 
 
1355
2002-07-03  David Shaw  <dshaw@jabberwocky.com>
 
1356
 
 
1357
        * configure.ac: Allow setting USE_EXEC_PATH to lock the exec-path
 
1358
        to a fixed value.
 
1359
 
 
1360
2002-07-01  Werner Koch  <wk@gnupg.org>
 
1361
 
 
1362
        * configure.ac: Set version number to 1.1.91.
 
1363
 
 
1364
        Released 1.1.90.
 
1365
 
 
1366
        * INSTALL: Replaced by generic install file.
 
1367
        * README: Marked as development version and moved most stuff of
 
1368
        the old INSTALL file to here.
 
1369
 
 
1370
2002-06-30  Werner Koch  <wk@gnupg.org>
 
1371
 
 
1372
        * configure.ac: Link W32 version against libwsock32.
 
1373
 
 
1374
2002-06-29  Werner Koch  <wk@gnupg.org>
 
1375
 
 
1376
        * configure.ac (development_version): New.
 
1377
        (HAVE_DEV_RANDOM_IOCTL): Removed test for it; it was never used.
 
1378
 
 
1379
        * BUGS, AUTHORS: Add a note on how to send security related bug
 
1380
        reports.
 
1381
 
 
1382
2002-06-20  David Shaw  <dshaw@jabberwocky.com>
 
1383
 
 
1384
        * NEWS: changes since 1.0.7.
 
1385
 
 
1386
        * configure.ac: Set new version number (1.1.90), and fix Solaris
 
1387
        compiler flags for shared objects.
 
1388
 
 
1389
2002-06-11  David Shaw  <dshaw@jabberwocky.com>
 
1390
 
 
1391
        * configure.ac: Move -lsocket and -lnsl checks before LDAP link
 
1392
        tests so they work properly on Solaris.  Noted by David Champion.
 
1393
        Also, check for the Mozilla LDAP library if the OpenLDAP library
 
1394
        check fails.  Put -lsocket and -lnsl in NETLIBS rather than LIBS
 
1395
        so not all programs are forced to link to them.
 
1396
 
 
1397
2002-06-05  David Shaw  <dshaw@jabberwocky.com>
 
1398
 
 
1399
        * configure.ac: Add a switch for the experimental external HKP
 
1400
        keyserver interface.
 
1401
 
 
1402
2002-05-22  Werner Koch  <wk@gnupg.org>
 
1403
 
 
1404
        * configure.ac: Check for strcasecmp and strncasecmp.  Removed
 
1405
        stricmp and memicmp checks.
 
1406
 
 
1407
2002-05-08  David Shaw  <dshaw@jabberwocky.com>
 
1408
 
 
1409
        * configure.ac: If LDAP comes up unusable, try #including <lber.h>
 
1410
        before giving up.  Old versions of OpenLDAP require that.
 
1411
 
 
1412
2002-05-03  David Shaw  <dshaw@jabberwocky.com>
 
1413
 
 
1414
        * configure.ac: In g10defs.h, use \ for the directory separator
 
1415
        when HAVE_DOSISH_SYSTEM is on.
 
1416
 
 
1417
        * configure.ac: Add --disable-exec flag to disable all remote
 
1418
        program execution.  --disable-exec implies --disable-ldap and
 
1419
        --disable-mailto.  Also look in /usr/lib for sendmail.  If
 
1420
        sendmail is not found, do not default - just fail.
 
1421
 
 
1422
2002-04-30  David Shaw  <dshaw@jabberwocky.com>
 
1423
 
 
1424
        * configure.ac: Try and link to a sample LDAP program to check if
 
1425
        the LDAP we're about to use is really sane.  The most common
 
1426
        problem (using a very old OpenLDAP), could be fixed with an extra
 
1427
        #include, but this would not be very portable to other LDAP
 
1428
        libraries.
 
1429
 
 
1430
2002-04-29  Werner Koch  <wk@gnupg.org>
 
1431
 
 
1432
        Released 1.0.7.
 
1433
 
 
1434
        * README: Fixed some minor things.
 
1435
 
 
1436
2002-04-25  Werner Koch  <wk@gnupg.org>
 
1437
 
 
1438
        * configure.ac: Check for locale.h and setlocale
 
1439
 
 
1440
2002-04-24  David Shaw  <dshaw@jabberwocky.com>
 
1441
 
 
1442
        * Update NEWS with recent changes.
 
1443
 
 
1444
2002-04-19  Werner Koch  <wk@gnupg.org>
 
1445
 
 
1446
        Released 1.0.6e snapshot.
 
1447
 
 
1448
2002-04-12  Werner Koch  <wk@gnupg.org>
 
1449
 
 
1450
        * configure.ac: Add a warning note to the definition of the
 
1451
        EXTSEP macros.
 
1452
 
 
1453
2002-04-09  Werner Koch  <wk@gnupg.org>
 
1454
 
 
1455
        * configure.ac (ALL_LINGUAS): Added Czech, Galician and Greek
 
1456
        translations.  s/es_ES/es/.
 
1457
 
 
1458
2002-03-06  Werner Koch  <wk@gnupg.org>
 
1459
 
 
1460
        * configure.ac (ALL_LINGUAS): s/pt_PT/pt/
 
1461
 
 
1462
2002-03-04  David Shaw  <dshaw@jabberwocky.com>
 
1463
 
 
1464
        * Add a AC_DEFINE(_GNU_SOURCE).  Since this is always defined in
 
1465
        config.h, the various autoconf tests should be tested with it
 
1466
        enabled.  This also works around a compiler warning caused by a
 
1467
        minor header bug in glibc 2.1 that causes fseeko to be defined
 
1468
        when building gpg, but not when tested for in configure.
 
1469
 
 
1470
2002-03-03  Werner Koch  <wk@gnupg.org>
 
1471
 
 
1472
        Release 1.0.6d snapshot.
 
1473
 
 
1474
2002-01-04  David Shaw  <dshaw@jabberwocky.com>
 
1475
 
 
1476
        * NEWS: about symmetric messages and fixed file sizes.
 
1477
 
 
1478
2001-12-22  Werner Koch  <wk@gnupg.org>
 
1479
 
 
1480
        Released 1.0.6c snapshot.
 
1481
 
 
1482
        * configure.ac (AH_BOTTOM): Moved EXEC_TEMPFILE_ONLY to here.
 
1483
 
 
1484
        * acconfig.h:  Removed, it should no longer be used.
 
1485
 
 
1486
2001-12-21  David Shaw  <dshaw@jabberwocky.com>
 
1487
 
 
1488
        * Add an acconfig.h to define EXEC_TEMPFILE_ONLY on platforms that
 
1489
        can't do fork/exec.
 
1490
 
 
1491
2001-12-21  Werner Koch  <wk@gnupg.org>
 
1492
 
 
1493
        * Makefile.am (dist-hook): We should also look in include for
 
1494
        distfiles.
 
1495
        (EXTRA_DIST): Remove VERSION because it is generated by dist-hook.
 
1496
 
 
1497
2001-12-20  David Shaw  <dshaw@jabberwocky.com>
 
1498
 
 
1499
        * configure.ac: replacement function for mkdtemp()
 
1500
 
 
1501
2001-12-19  David Shaw  <dshaw@jabberwocky.com>
 
1502
 
 
1503
        * configure.ac: Check for stat()
 
1504
 
 
1505
2001-12-19  Werner Koch  <wk@gnupg.org>
 
1506
 
 
1507
        * acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Support Cygwin target
 
1508
        * configure.ac [CYGWIN32]: Don't build tiger.  By Disastry.
 
1509
 
 
1510
2001-12-18  Werner Koch  <wk@gnupg.org>
 
1511
 
 
1512
        * Makefile.am (SUBDIRS): Add keyserver.
 
1513
        (dist-hook): Only look in mpi and scripts for distfiles; this way
 
1514
        we don't include those of a stale "make dist" directory.
 
1515
 
 
1516
2001-10-23  Werner Koch  <wk@gnupg.org>
 
1517
 
 
1518
        Released 1.0.6b snapshot.
 
1519
 
 
1520
2001-10-22  Werner Koch  <wk@gnupg.org>
 
1521
 
 
1522
        * configure.ac: Fixed for automake 1.5
 
1523
 
 
1524
2001-10-17  Werner Koch  <wk@gnupg.org>
 
1525
 
 
1526
        * README: Removed note on local_ID.
 
1527
 
 
1528
2001-09-28  Werner Koch  <wk@gnupg.org>
 
1529
 
 
1530
        * configure.ac: From now on add a string "-cvs" to the version to
 
1531
        indicate that this is a pre-release of the given version number.
 
1532
 
 
1533
2001-09-26  Werner Koch  <wk@gnupg.org>
 
1534
 
 
1535
        * configure.ac [MINGW32]: Switched from wsock.dll to ws2_32.dll.
 
1536
 
 
1537
2001-09-09  Werner Koch  <wk@gnupg.org>
 
1538
 
 
1539
        * configure.ac: autoconf changed the name of the maintainer mode
 
1540
        flag, so that not all warnings where enabled. Fixed that.
 
1541
        Reported by Dirk Meyer.
 
1542
 
 
1543
2001-09-07  Werner Koch  <wk@gnupg.org>
 
1544
 
 
1545
        * configure.ac: Test for strsep().
 
1546
 
 
1547
2001-09-03  Werner Koch  <wk@gnupg.org>
 
1548
 
 
1549
        * configure.ac: Removed GDBM tests.
 
1550
 
 
1551
2001-08-23  Werner Koch  <wk@gnupg.org>
 
1552
 
 
1553
        * configure.in (AC_FUNC_FSEEKO): Add.
 
1554
        (AC_CHECK_FUNCS): Remove fseeko. By Paul Eggert <eggert@twinsun.com>.
 
1555
 
 
1556
2001-08-22  Werner Koch  <wk@gnupg.org>
 
1557
 
 
1558
        * configure.ac (gethrtime): Enhanced the test by running a test
 
1559
        program.
 
1560
        * INSTALL: Removed the note about Solaris problems because the
 
1561
        above test should catch this.
 
1562
 
 
1563
2001-08-20  Werner Koch  <wk@gnupg.org>
 
1564
 
 
1565
        * acinclude.m4: Add check for plock if mlock is broken.
 
1566
        * configure.ac: Use regular tests for -lsocket and -lnsl,
 
1567
        more thorough test for gethrtime, allow specifying the path to
 
1568
        the zlib library if it is not in the default compiler/linker
 
1569
        search path, use ${datadir}.  All these test enhancements are by
 
1570
        Albert Chin.
 
1571
 
 
1572
        * configure.ac: Set some compiler flags for dec-osf and hpux. By
 
1573
        Tim Mooney.
 
1574
 
 
1575
        * configure.ac: Create g10defs.h with EXTSEP_S et al.
 
1576
 
 
1577
2001-08-03  Werner Koch  <wk@gnupg.org>
 
1578
 
 
1579
        * configure.ac (VERSION,PACKAGE): Fixed quoting.
 
1580
 
 
1581
2001-07-26  Werner Koch  <wk@gnupg.org>
 
1582
 
 
1583
        * configure.ac: Finally got it running with the new autoconf. Had
 
1584
        to define PACKAGE and VERSION and to add -I.. to each Makefile.am.
 
1585
 
 
1586
2001-07-09  Werner Koch  <wk@gnupg.org>
 
1587
 
 
1588
        Migrated to autoconf 2.50.
 
1589
        * acinclude.m4: Removed the temporary LFS macros and GNUPG_LINK_FILES.
 
1590
        * acconfig.h: Removed
 
1591
        * configure.in: Replaced by...
 
1592
        * configure.ac: and modified for use with autoconf 2.50, use a
 
1593
        literal string for the version number.  Replaced GNUPG_LINK_FILES
 
1594
        with AC_CONFIG_LINKS and moved some informational messages to the end.
 
1595
        * VERSION: Removed.
 
1596
        * Makefile.am (DISTCLEANFILES): gettext is better now; no more
 
1597
        need to remove the libintl.h symlink.
 
1598
        (dist-hook): Create VERSION file.
 
1599
 
 
1600
2001-06-08  Werner Koch  <wk@gnupg.org>
 
1601
 
 
1602
        * configure.in (DYNLINK_MOD_CFLAGS): Use -shared with dec-osf.
 
1603
        Reported by Chris Adams.  Merged some cases.
 
1604
 
 
1605
2001-05-29  Werner Koch  <wk@gnupg.org>
 
1606
 
 
1607
        Released version 1.0.6.
 
1608
 
 
1609
2001-05-28  Werner Koch  <wk@gnupg.org>
 
1610
 
 
1611
        * configure.in (BUILD_INCLUDED_LIBINTL): Set to no for W32.
 
1612
 
 
1613
2001-04-29  Werner Koch  <wk@gnupg.org>
 
1614
 
 
1615
        Released version 1.0.5.
 
1616
 
 
1617
2001-04-28  Werner Koch  <wk@gnupg.org>
 
1618
 
 
1619
        Updated all copyright notices.
 
1620
 
 
1621
2001-04-27  Werner Koch  <wk@gnupg.org>
 
1622
 
 
1623
        * README: Removed a few outdated paragraphs.
 
1624
 
 
1625
2001-04-17  Werner Koch  <wk@gnupg.org>
 
1626
 
 
1627
        * acinclude.m4 (GNUPG_CHECK_DOCBOOK_TO_TEXI): New.
 
1628
        (GNUPG_CHECK_TYPEDEF): Define _GNU_SOURCE because we will use it
 
1629
        anyway.
 
1630
 
 
1631
        * configure.in: Use it here.
 
1632
 
 
1633
        * configure.in (ALL_LINGUAS): Add Estonian translation by Toomas Soome.
 
1634
        (use_m_debug): Removed --enable-m-debug because it does not work
 
1635
        anymore.
 
1636
 
 
1637
2001-04-06  Werner Koch  <wk@gnupg.org>
 
1638
 
 
1639
        * configure.in (ALL_LINGUAS): Add Turkish translation.  Thanks
 
1640
        to Nilgun Belma Buguner.
 
1641
 
 
1642
2001-03-18  Werner Koch  <wk@gnupg.org>
 
1643
 
 
1644
        * configure.in: Hardwire the use of -lsocket for some
 
1645
        systems. Thanks to Reinhard Wobst.
 
1646
 
 
1647
2001-03-13  Werner Koch  <wk@gnupg.org>
 
1648
 
 
1649
        * configure.in: Add copyright notice and -lwsock32.
 
1650
 
 
1651
2001-03-12  Werner Koch  <wk@gnupg.org>
 
1652
 
 
1653
        * INSTALL: Add a note to VPATH builds.
 
1654
 
 
1655
2001-03-08  Werner Koch  <wk@gnupg.org>
 
1656
 
 
1657
        * debian/: Applied update from James.
 
1658
 
 
1659
        Added copyright and license notices to some more files.
 
1660
 
 
1661
2001-01-18  Werner Koch  <wk@gnupg.org>
 
1662
 
 
1663
        * configure.in: Removed tool definitions for MingW32
 
1664
 
 
1665
2000-11-17  Werner Koch  <wk@gnupg.org>
 
1666
 
 
1667
        * acinclude.m4 (GNUPG_CHECK_FAQPROG): Do not prinnt the warning.
 
1668
 
 
1669
2000-11-11  Paul Eggert  <eggert@twinsun.com>
 
1670
 
 
1671
        Actually Paul's patches are dated 2000-20-17; I applied them today
 
1672
        and merged some ChangeLog entries (wk@gnupg.org).
 
1673
 
 
1674
        * configure.in (AC_SYS_LARGEFILE): Add.
 
1675
        (try_large_file): Remove.  All uses removed.
 
1676
        (AC_CHECK_FUNCS): Remove fopen64 and fstat64.
 
1677
 
 
1678
        * acinclude.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES,
 
1679
        AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New macros,
 
1680
        taken from GNU tar.
 
1681
 
 
1682
        * configure.in (AC_CHECK_FUNCS): Add fseeko.
 
1683
 
 
1684
2000-10-17  Werner Koch  <wk@gnupg.org>
 
1685
 
 
1686
        * configure.in: Disabled fopen64 checks for Solaris and HPUX.
 
1687
 
 
1688
2000-10-13  Werner Koch  <wk@gnupg.org>
 
1689
 
 
1690
        * configure.in: Append mpi/mpi-asm-defs.h to g10defs.h
 
1691
 
 
1692
2000-10-09  Werner Koch  <wk@gnupg.org>
 
1693
 
 
1694
        * acinclude.m4: Changed wording of the faqprog.pl warning.
 
1695
 
 
1696
Wed Oct  4 15:50:18 CEST 2000  Werner Koch  <wk@openit.de>
 
1697
 
 
1698
        * configure.in: Set DYNLINK_MOD_CFLAGS for Irix. It seems that Irix
 
1699
        needs the -shared flag.  In 1.1 we are going to use libtool, so this
 
1700
        module stuff will get redesigned anyway. Suggested by Jeff Long.
 
1701
 
 
1702
Thu Sep 14 14:20:38 CEST 2000  Werner Koch  <wk@openit.de>
 
1703
 
 
1704
        * acinclude.m4 (GNUPG_CHECK_FAQPROG): New.
 
1705
        * configure.in: Test for this.
 
1706
 
 
1707
        * configure.in (DYNLINK_MOD_CFLAGS): Fix by David Champion.
 
1708
 
 
1709
Wed Sep  6 17:55:47 CEST 2000  Werner Koch  <wk@openit.de>
 
1710
 
 
1711
        * configure.in: Check for fstat64 and fopen64
 
1712
 
 
1713
Wed Sep  6 14:59:09 CEST 2000  Werner Koch  <wk@openit.de>
 
1714
 
 
1715
        * configure.in (GNUPG_HOMEDIR): New.
 
1716
 
 
1717
Fri Aug 25 16:05:38 CEST 2000  Werner Koch  <wk@openit.de>
 
1718
 
 
1719
        * configure.in:  Changes to allow for Solaris random device.
 
1720
        By Nils Ellmenreich.
 
1721
        (--with-egd-socket): New.
 
1722
 
 
1723
Wed Aug 23 19:52:51 CEST 2000  Werner Koch  <wk@openit.de>
 
1724
 
 
1725
        * acinclude.m4 (GNUPG_CHECK_MLOCK):  Removed that silly mkdir().
 
1726
 
 
1727
Wed Jul 19 11:26:43 CEST 2000  Werner Koch  <wk@openit.de>
 
1728
 
 
1729
  * configure.in (mingw32): Changes to allow for mingw32msvc
 
1730
 
 
1731
Fri Jul 14 10:17:30 CEST 2000  Werner Koch  <wk@openit.de>
 
1732
 
 
1733
  * acinclude.m4 (GNUPG_CHECK_MLOCK): Fixed syntax error in C code.
 
1734
 
 
1735
Wed Jul 12 13:32:06 CEST 2000  Werner Koch  <wk@openit.de>
 
1736
 
 
1737
  Version 1.0.2
 
1738
 
 
1739
Fri Jun  9 10:09:52 CEST 2000  Werner Koch  <wk@openit.de>
 
1740
 
 
1741
  * configure.in: Add check for termio.h, wait unctiosn and sigaction.
 
1742
 
 
1743
Wed Jun  7 19:19:09 CEST 2000  Werner Koch  <wk@openit.de>
 
1744
 
 
1745
  * acinclude.m4 (MKDIR_TAKES_ONE_ARG): Check some headers. By Gaël Quéri.
 
1746
  * configure.in (AM_INIT_AUTOMAKE): Use this now. By Gaël.
 
1747
 
 
1748
Mon Jun  5 12:37:43 CEST 2000  Werner Koch  <wk@openit.de>
 
1749
 
 
1750
  * acnclude.m4 (GNUPG_CHECK_EXPORTDYNAMIC): Replacement for
 
1751
  GNUPG_CHECK_RDYNAMIC which should handle gcc with non GNU ld nicer.
 
1752
  Contributed by Dave Dykstra.
 
1753
  * configure.in (GNYPG_CHECK_RDYNAMIC): Replaced by the new check.
 
1754
 
 
1755
  * configure.in (AC_CHECK_AWK): Moved before the first use of AWK. Suggested
 
1756
  by Dave Dykstra.
 
1757
 
 
1758
Tue May 30 16:37:55 CEST 2000  Werner Koch  <wk@openit.de>
 
1759
 
 
1760
  Version 1.0.1-ePit-1
 
1761
 
 
1762
Sun May 28 13:55:17 CEST 2000  Werner Koch  <wk@openit.de>
 
1763
 
 
1764
        * acinclude.m4 (GNUPG_SYS_NM_PARSE): Added BSDI support.
 
1765
        (GNUPG_CHECK_RDYNAMIC): Ditto.
 
1766
 
 
1767
Wed Apr 19 10:57:26 CEST 2000  Werner Koch  <wk@openit.de>
 
1768
 
 
1769
        * acconfig.h (HAVE_MLOCK): Added
 
1770
 
 
1771
Wed Mar 22 13:50:24 CET 2000  Werner Koch  <wk@openit.de>
 
1772
 
 
1773
        * acinclude.m4 (GNUPG_CHECK_MLOCK): Changed the way to test for
 
1774
        librt.  Test suggested by Jeff Long.
 
1775
 
 
1776
Fri Mar 17 17:50:25 CET 2000  Werner Koch  <wk@openit.de>
 
1777
 
 
1778
        * acinclude.m4 (GNUPG_CHECK_MLOCK): Do librt check only when
 
1779
        we can't link a test program.  This way GNU systems don't need
 
1780
        to link against linrt.
 
1781
        (GNUPG_CHECK_IPC): Fixed use of TRY_COMPILE macro.  From Tim Mooney.
 
1782
 
 
1783
2000-03-14 12:07:54  Werner Koch  (wk@habibti.openit.de)
 
1784
 
 
1785
        * acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Add support for
 
1786
        DJGPP.
 
1787
        (GNUPG_CHECK_MLOCK): Check whether mlock sits in librt.
 
1788
        * configure.in: Add a test for unisgned long long.
 
1789
 
 
1790
Tue Mar  7 18:45:31 CET 2000  Werner Koch  <wk@gnupg.de>
 
1791
 
 
1792
        * acinclude.m4 (GNUPG_CHECK_RDYNAMIC): Add NetBSD. By Thomas Klausner.
 
1793
        * configure.in (DYNLINK_MOD_CFLAGS): Set different for NetBSD.
 
1794
 
 
1795
Thu Mar  2 15:37:46 CET 2000  Werner Koch  <wk@gnupg.de>
 
1796
 
 
1797
        * configure.in: Add check for clock_gettime
 
1798
 
 
1799
Wed Feb 23 10:07:57 CET 2000  Werner Koch  <wk@gnupg.de>
 
1800
 
 
1801
        * configure.in (ALL_LINGUAS): Add nl.
 
1802
 
 
1803
Wed Feb 16 16:25:09 CET 2000  Werner Koch  <wk@gnupg.de>
 
1804
 
 
1805
        * configure.in (ALL_LINGUAS): Add Esperanto.
 
1806
 
 
1807
Wed Feb 16 14:09:00 CET 2000  Werner Koch  <wk@gnupg.de>
 
1808
 
 
1809
        * configure.in (ALL_LINGUAS): Add sv and ja.
 
1810
 
 
1811
        * AUTHORS: Converted to a more compact format.
 
1812
 
 
1813
        * INSTALL: Wrote a note about a Solaris problem.
 
1814
 
 
1815
Thu Feb 10 17:39:44 CET 2000  Werner Koch  <wk@gnupg.de>
 
1816
 
 
1817
        * configure.in: Use /usr/local for CFLAGS and LDFLAGS when
 
1818
        target is freebsd.  By Rémi.
 
1819
 
 
1820
Thu Jan 13 19:31:58 CET 2000  Werner Koch  <wk@gnupg.de>
 
1821
 
 
1822
        * configure.in: Do not set development version when the version has
 
1823
        a dash in it.  Suggested by Dave Dykstra.
 
1824
 
 
1825
Thu Dec 16 10:07:58 CET 1999  Werner Koch  <wk@gnupg.de>
 
1826
 
 
1827
        * VERSION: Set to 1.0.1.
 
1828
 
 
1829
        * configure.in: Removed substitution for doc/gph/Makefile.
 
1830
        Do all the gcc warning only in maintainer mode.
 
1831
 
 
1832
Thu Dec  9 10:31:05 CET 1999  Werner Koch  <wk@gnupg.de>
 
1833
 
 
1834
        * INSTALL: Add a hint for AIX. By Jos Backus.
 
1835
 
 
1836
Sat Dec  4 12:30:28 CET 1999  Werner Koch  <wk@gnupg.de>
 
1837
 
 
1838
        * configure.in (dlopen): Use CHECK_FUNC for a test of dlopen in libc.
 
1839
        Suggested by Alexandre Oliva.
 
1840
        (-Wall): Moved the settting of gcc warning options near to the end
 
1841
        so that tests don't get confused.  Suggested by Paul D. Smith.
 
1842
 
 
1843
Mon Nov 22 11:14:53 CET 1999  Werner Koch  <wk@gnupg.de>
 
1844
 
 
1845
        * BUGS: Replaced content with a link to the online list.
 
1846
 
 
1847
Fri Nov 12 20:33:19 CET 1999  Werner Koch  <wk@gnupg.de>
 
1848
 
 
1849
        * README: Fixed a type and add a note about the gnupg-i18n ML.
 
1850
 
 
1851
Thu Oct 28 16:08:20 CEST 1999  Werner Koch  <wk@gnupg.de>
 
1852
 
 
1853
        * acinclude.m4, configure.in (GNUPG_CHECK_GNUMAKE): New.
 
1854
 
 
1855
Sat Oct  9 20:34:41 CEST 1999  Werner Koch  <wk@gnupg.de>
 
1856
 
 
1857
        * configure.in: Tweaked handling of random modules and removed
 
1858
        dummy support for libgcrypt.
 
1859
        * Makefile.am: Removed libgcrypt support.
 
1860
        * cgrypt/ : Removed.
 
1861
 
 
1862
        * Makefile.am:  Removed libtool.
 
1863
 
 
1864
Fri Oct  8 20:32:01 CEST 1999  Werner Koch  <wk@gnupg.de>
 
1865
 
 
1866
        * configure.in: Fixed quoting in test for development version.
 
1867
 
 
1868
        * THANKS: Add entries for Michael, Brenno and J Horacio who did
 
1869
        very nice Howto documents - I apoligize for forgetting to mention them
 
1870
        earlier.
 
1871
 
 
1872
Tue Sep 28 20:54:37 CEST 1999  Werner Koch  <wk@gnupg.de>
 
1873
 
 
1874
        * textfilter.c (copy_clearsig_text) [__MINGW32__): Use CR,LF.
 
1875
 
 
1876
Fri Sep 17 12:56:42 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
1877
 
 
1878
        * configure.in: Add "-lcap" when capabilities are requested.
 
1879
        Add the conditional CROSS_COMPILING.
 
1880
        * Makefile.am: Don't use checks when CROSS_COMPILING.
 
1881
 
 
1882
Wed Sep 15 16:22:17 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
1883
 
 
1884
        * configure.in (ALL_LINGUAS): Add pt_PT.
 
1885
 
 
1886
        * configure.in: Some tweaks for cross compiling under MingW32
 
1887
        * acconfig.h (USE_STATIC_RNDW32): New.
 
1888
 
 
1889
Tue Sep  7 17:08:10 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
1890
 
 
1891
        * VERSION: Set to 1.0.0.
 
1892
 
 
1893
Mon Sep  6 19:59:08 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
1894
 
 
1895
        * configure.in: Create makefile in doc/gph
 
1896
 
 
1897
        * acinclude.m4 (GNUPG_FUNC_MKDIR_TAKES_ONE_ARG): New
 
1898
        * configure.in: use the above.
 
1899
 
 
1900
Thu Sep  2 16:40:55 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
1901
 
 
1902
        * VERSION: Set to 0.9.11.
 
1903
 
 
1904
Tue Aug 31 17:20:44 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
1905
 
 
1906
        * configure.in: Minor changes to the OS/2 and Mingw32 system labels.
 
1907
        Add a printable name for Hurd.
 
1908
 
 
1909
Mon Aug 30 20:38:33 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
1910
 
 
1911
        * configure.in: Some support for DJGPP (Mark Elbrecht)
 
1912
 
 
1913
Wed Aug  4 10:34:46 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
1914
 
 
1915
        * VERSION: Set to 0.9.10.
 
1916
 
 
1917
Mon Jul 26 09:34:46 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
1918
 
 
1919
        * acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): remove init of ac_cv_...
 
1920
 
 
1921
        * Makefile.am (DISCLEANFILES): New
 
1922
 
 
1923
Fri Jul 23 13:53:03 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
1924
 
 
1925
        * VERSION: Set to 0.9.9.
 
1926
 
 
1927
        * configure.in: Print a notice when rndunix is used.
 
1928
 
 
1929
Thu Jul 15 10:15:35 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
1930
 
 
1931
        * acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Fixed last modification.
 
1932
 
 
1933
Wed Jul  7 13:08:40 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
1934
 
 
1935
        * Makefile.am: Support for libtool.
 
1936
        * configure.in: Ditto.
 
1937
 
 
1938
Tue Jun 29 21:44:25 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
1939
 
 
1940
        * configure.in (use_local_zlib): The lost dollar is back.
 
1941
 
 
1942
        * acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Add EMX case.
 
1943
        * configure.in: Another variant of the MX vendor string
 
1944
 
 
1945
        * configure.in (--with-capabilities): Some test code (Remi).
 
1946
 
 
1947
Sat Jun 26 12:15:59 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
1948
 
 
1949
        * acinclude.m4 (GNUPG_CHECK_RDYNAMIC): Support for HPUX and IRIX.
 
1950
        * configure.in (HAVE_DL_SHL_LOAD): New for HPUX (Dave Dykstra).
 
1951
 
 
1952
        * VERSION: Now 0.9.8
 
1953
 
 
1954
Wed Jun 16 20:16:21 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
1955
 
 
1956
        * configure.in: Add test for docbook-to-man
 
1957
 
 
1958
Tue Jun 15 12:21:08 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
1959
 
 
1960
        * acinclude.m4 (GNUPG_SYS_NM_PARSE): Support for {net,free}bsd,
 
1961
 
 
1962
Thu Jun 10 14:18:23 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
1963
 
 
1964
        * configure.in (ZLIB,GDBM): Check both, header and lib.
 
1965
 
 
1966
Sat Jun  5 15:30:33 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
1967
 
 
1968
        * pkclist.c (key_present_in_pk_list): New (Michael).
 
1969
 
 
1970
Tue May 25 19:50:32 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
1971
 
 
1972
        * configure.in (IS_DEVELOPMENT_VERSION): Fixed detection.
 
1973
 
 
1974
Sun May 23 14:20:22 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
1975
 
 
1976
        * acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): assume yes when
 
1977
        cross-compiling.
 
1978
 
 
1979
Mon May 17 21:54:43 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
1980
 
 
1981
        * configure.in (socket): Fix for Unisys by Katsuhiro Kondou.
 
1982
 
 
1983
Sat May  8 19:28:08 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
1984
 
 
1985
        * NEWS: Add a marker line which I forgot to do for 0.9.6.
 
1986
 
 
1987
Thu May  6 14:18:17 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
1988
 
 
1989
        * README: Minor updates
 
1990
 
 
1991
        * VERSION: Now 0.9.6
 
1992
 
 
1993
Thu Apr  8 09:35:53 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
1994
 
 
1995
        * acinclude.m4 (GNUPG_CHECK_RDYNAMIC): Fix for
 
1996
                                               amiga-openbsd (Peter Reich)
 
1997
        (GNUPG_PROG_NM): Ditto
 
1998
 
 
1999
Wed Apr  7 20:51:39 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
2000
 
 
2001
        * Makefile.am (g10defs.h): Removed.
 
2002
        * configure.in (AC_OUTPUT_COMMANDS): Create g10defs.h
 
2003
 
 
2004
Sat Mar 20 12:55:33 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
2005
 
 
2006
        * VERSION: Now 0.9.5
 
2007
 
 
2008
Sun Mar 14 19:34:36 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
2009
 
 
2010
        * acinclude.m4 (AM_SYS_SYMBOL_UNDERSCORE): Removed because it is
 
2011
        now in the latest libtool.
 
2012
 
 
2013
Thu Mar 11 16:39:46 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
2014
 
 
2015
        * configure.in: Removed the need for libtool
 
2016
 
 
2017
Mon Mar  8 20:47:17 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
2018
 
 
2019
        * configure.in (DLSYM_NEEDS_UNDERSCORE): Replaced.
 
2020
        * acinclude.in (AM_SYS_SYMBOL_UNDERSCORE): New.
 
2021
 
 
2022
        * VERSION: Now 0.9.4
 
2023
 
 
2024
Sun Feb 28 19:11:00 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
2025
 
 
2026
        * configure.in (dld): Test disabled.
 
2027
 
 
2028
Fri Feb 26 17:55:41 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
2029
 
 
2030
        * encode.c (encode_simple): temporary fix.
 
2031
 
 
2032
Wed Feb 24 11:07:27 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
2033
 
 
2034
        * configure.in: New option --enable-static-rnd.
 
2035
 
 
2036
Mon Feb 22 20:04:00 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
2037
 
 
2038
        * BUGS: Now we assign bug numbers.
 
2039
        * OBUGS: New to keep rack o fixed bugs (CVS only)
 
2040
 
 
2041
Fri Feb 19 18:01:54 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
2042
 
 
2043
        * VERSION: Released 0.9.3
 
2044
 
 
2045
Fri Feb 19 15:49:15 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
2046
 
 
2047
        * acinclude.m4: Removed gettext macros.
 
2048
 
 
2049
Tue Feb 16 14:10:02 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
2050
 
 
2051
        * configure.in (socket): Check for -lsocket and -lnsl.
 
2052
        (osf4): Disable all warnings for DEC's cc.
 
2053
        (-Wall): Add more warning options for gcc
 
2054
 
 
2055
Sat Feb 13 12:04:43 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
2056
 
 
2057
        * configure.in: Changed detection of compiler flags.
 
2058
        * intl/ : Removed directory
 
2059
 
 
2060
Wed Feb 10 17:15:39 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
2061
 
 
2062
        * acinclude.m4 (GNUPG_CHECK_RDYNAMIC): Fix for freebsd 2.2
 
2063
 
 
2064
        * configure.in: a lot of changes to allow selection of modules.
 
2065
        Add support for OS/2.
 
2066
 
 
2067
        * acinclude.m4: add some more caching
 
2068
 
 
2069
        * README: Spelling and grammar corrections (John A. Martin)
 
2070
        * INSTALL: Ditto.
 
2071
 
 
2072
Wed Jan 20 21:40:21 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
2073
 
 
2074
        * configure.in: --enable-m-guard is now default
 
2075
 
 
2076
Wed Jan 13 12:49:36 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
2077
 
 
2078
        * INSTALL: Applied new information how to build rpms by Fabio Coatti
 
2079
        * Makefile.in (gnupg.spec): Changed the names.
 
2080
 
 
2081
Tue Jan 12 11:17:18 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
2082
 
 
2083
        * config.links (m68k-atari-mint): New
 
2084
 
 
2085
Tue Jan 12 09:17:19 CET 1999  Gaël Quéri <gqueri@mail.dotcom.fr>
 
2086
 
 
2087
        * all: Fixed typos all over the place
 
2088
 
 
2089
Sat Jan  9 16:02:23 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
2090
 
 
2091
        * configure.in: Add a way to statically link rndunix
 
2092
 
 
2093
Sun Jan  3 15:28:44 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
 
2094
 
 
2095
        * acinclude.m4 (GNUPG_CHECK_RDYNAMIC): New.
 
2096
        * configure.in (DYNLOAD_CFLAGS): Use result from CHECK_RDYNAMIC
 
2097
 
 
2098
Wed Dec 23 13:18:14 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
 
2099
 
 
2100
        * README: Replaced the command overview with a short intro.
 
2101
 
 
2102
Sat Dec 12 18:40:32 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
 
2103
 
 
2104
        * configure.in: Add check for dlopen in libc (Greg Troxel)
 
2105
        and a new define
 
2106
        * acconfig.h (DLSYM_NEEDS_UNDERSCORE): New.
 
2107
 
 
2108
Thu Dec 10 20:15:36 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
 
2109
 
 
2110
        * acinclude.m (GNUPG_CHECK_PIC): New
 
2111
        * configure.in, acinclude.m4: Renamed all WK_ to GNUPG_
 
2112
 
 
2113
Tue Dec  8 15:09:29 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
 
2114
 
 
2115
        * VERSION: Set to 0.4.5
 
2116
 
 
2117
Wed Nov 25 12:38:29 1998  Werner Koch  (wk@isil.d.shuttle.de)
 
2118
 
 
2119
        * configure.in (USE_RNDLINUX): New.
 
2120
 
 
2121
Fri Nov 20 19:34:57 1998  Werner Koch  (wk@isil.d.shuttle.de)
 
2122
 
 
2123
        * VERSION: Released 0.4.4
 
2124
 
 
2125
        * configure.in (try_asm_modules): For option --disable-asm
 
2126
 
 
2127
Tue Nov 10 19:32:40 1998  Werner Koch  (wk@isil.d.shuttle.de)
 
2128
 
 
2129
        * configure.in (MPI_SFLAGS): New.
 
2130
 
 
2131
Tue Nov 10 13:44:53 1998  Werner Koch  (wk@isil.d.shuttle.de)
 
2132
 
 
2133
        * ABOUT-NLS: New
 
2134
        * configure.in (AC_REVISION): New.
 
2135
 
 
2136
Sun Nov  8 18:20:35 1998  Werner Koch  (wk@isil.d.shuttle.de)
 
2137
 
 
2138
        * VERSION: Set to 0.4.3
 
2139
 
 
2140
Sun Oct 25 19:49:37 1998  Werner Koch  (wk@isil.d.shuttle.de)
 
2141
 
 
2142
        * Makefile.am (g10defs.h): New macro GNUPG_DATADIR.
 
2143
 
 
2144
Wed Oct 21 17:24:24 1998  Werner Koch  (wk@isil.d.shuttle.de)
 
2145
 
 
2146
        * configure.in: Removed gettext kludge
 
2147
        * acinclude.m4: Add patched AM_WITH_NKS macro
 
2148
 
 
2149
Tue Oct 20 19:03:36 1998  Werner Koch  (wk@isil.d.shuttle.de)
 
2150
 
 
2151
        * configure.in: Kludge to make AM_GNU_GETTEXT work,
 
2152
        changed some macors to more modern versions. Also
 
2153
        changeg the all makefiles to remove duplicate ../intl.
 
2154
        * acinclude.m4: Removed the gettext stuff, as this
 
2155
        already comes with automake now.
 
2156
 
 
2157
Wed Oct 14 12:11:34 1998  Werner Koch  (wk@isil.d.shuttle.de)
 
2158
 
 
2159
        * configure.in (NAME_OF_DEV_RANDOM): New.
 
2160
        (DYNLINK_MOD_CFLAGS): New.
 
2161
 
 
2162
Thu Oct  8 10:55:15 1998  Werner Koch  (wk@isil.d.shuttle.de)
 
2163
 
 
2164
        * Makefile.am (g10defs.h): creates include file
 
2165
        * acconfig.h: now includes g10defs.h
 
2166
        * configure.in: Removed G10_LOCALEDIR and GNUPG_LIB
 
2167
 
 
2168
Thu Sep 17 18:49:40 1998  Werner Koch  (wk@(none))
 
2169
 
 
2170
        * Makefile.am (dist-hook): Now creates RPM file.
 
2171
        * scripts/gnupg.spec: New template file for RPMs
 
2172
 
 
2173
Thu Jul 30 19:17:07 1998  Werner Koch  (wk@(none))
 
2174
 
 
2175
        * acinclude.h (WK_CHECK_IPC): New
 
2176
        * configure.in : Add checks for SysV IPC
 
2177
 
 
2178
Thu Jun 25 11:18:49 1998  Werner Koch  (wk@isil.d.shuttle.de)
 
2179
 
 
2180
        * configure.in (--disable-dynload): New.
 
2181
 
 
2182
Wed Jun 10 07:48:59 1998  Werner Koch,mobil,,,  (wk@tobold)
 
2183
 
 
2184
        * configure.in (GNUPG_LIBDIR): New.
 
2185
 
 
2186
Mon May 25 19:10:59 1998  Werner Koch  (wk@isil.d.shuttle.de)
 
2187
 
 
2188
        * rand-unix.c (fast_random_poll): fixed syntax bug.
 
2189
 
 
2190
Mon May 11 10:21:31 1998  Werner Koch  (wk@isil.d.shuttle.de)
 
2191
 
 
2192
        * configure.in (PRINTABLE_OS_NAME): Linux is now GNU/Linux
 
2193
 
 
2194
Tue Apr 14 19:08:05 1998  Werner Koch  (wk@isil.d.shuttle.de)
 
2195
 
 
2196
        * [all files]: Applied Matthew Skala's typo and grammar fixes.
 
2197
 
 
2198
Wed Mar  4 10:32:40 1998  Werner Koch  (wk@isil.d.shuttle.de)
 
2199
 
 
2200
        * configure.in (getrusage,gettimeofday): New tests.
 
2201
 
 
2202
Fri Feb 27 13:14:17 1998  Werner Koch  (wk@isil.d.shuttle.de)
 
2203
 
 
2204
        * configure.in (--disable-m-guard): New.
 
2205
 
 
2206
Thu Feb 26 17:09:27 1998  Werner Koch  (wk@isil.d.shuttle.de)
 
2207
 
 
2208
        * configure.in, acinclude.m4, intl/, po/: New macros taken
 
2209
        from GNOME, switched to automake 1.2f
 
2210
 
 
2211
Thu Feb 26 09:05:46 1998  Werner Koch  (wk@isil.d.shuttle.de)
 
2212
 
 
2213
        * configure.in (doc/Makefile): New
 
2214
 
 
2215
Thu Feb 26 07:40:47 1998  Werner Koch  (wk@isil.d.shuttle.de)
 
2216
 
 
2217
        * configure.in: Changed gettext stuff
 
2218
 
 
2219
Wed Feb 25 11:44:10 1998  Werner Koch  (wk@isil.d.shuttle.de)
 
2220
 
 
2221
        * checks/*test : restructured the directory.
 
2222
 
 
2223
Tue Feb 24 15:59:12 1998  Werner Koch  (wk@isil.d.shuttle.de)
 
2224
 
 
2225
        * configure.in: Changed the name of the package to GNUPG and
 
2226
        chnaged several other names too.
 
2227
 
 
2228
Wed Feb 18 17:36:45 1998  Werner Koch  (wk@isil.d.shuttle.de)
 
2229
 
 
2230
        * Makefile.am (checks): New.
 
2231
 
 
2232
Sat Feb 14 15:37:55 1998  Werner Koch  (wk@isil.d.shuttle.de)
 
2233
 
 
2234
        * configure.in (mpi_config_done): Removed asm links caching.
 
2235
 
 
2236
Sat Feb 14 14:02:20 1998  Werner Koch  (wk@isil.d.shuttle.de)
 
2237
 
 
2238
        * configure.in (PRINTABLE_OS_NAME): New.
 
2239
        * acconfig.h: Likewise.
 
2240
 
 
2241
Fri Feb 13 19:43:41 1998  Werner Koch  (wk@isil.d.shuttle.de)
 
2242
 
 
2243
        * configure.in : Fixed zlib stuff
 
2244
        * Makefile.am: Likewise
 
2245
 
 
2246
 
 
2247
 Copyright 1998, 1999, 2000, 2001, 2002, 2003,
 
2248
           2004, 2005, 2006 Free Software Foundation, Inc.
 
2249
 
 
2250
 This file is free software; as a special exception the author gives
 
2251
 unlimited permission to copy and/or distribute it, with or without
 
2252
 modifications, as long as this notice is preserved.
 
2253
 
 
2254
 This file is distributed in the hope that it will be useful, but
 
2255
 WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
 
2256
 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.