summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 30a7af0d3d21323a9adc48988e6b0dc1513c0fc6 (plain)
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
2002-05-02  Werner Koch  <wk@gnupg.org>

	* jnlib/: Removed.
	* Makefile.am (SUBDIRS): Removed jnlib.
	* configure.ac (jnlib/Makefile): Removed.

	* configure.ac: Define _REENTRANT.
	
2002-02-18  Werner Koch  <wk@gnupg.org>

	* configure.ac (MPI_EXTRA_ASM_OBJS): Use .lo suffix.
	(AC_CANONICAL_TARGET): Added.

2002-02-07  Werner Koch  <wk@gnupg.org>

	Released 1.1.6. 

2002-01-24  Werner Koch  <wk@gnupg.org>

	* jnlib/: Replaced by a fresh copy from GnuPG (actually the NewPG
	development branch).  Adjusted Makefile.am and jnlib-config.h
	accordingly.

2001-12-18  Werner Koch  <wk@gnupg.org>

	Released 1.1.5.

	* Makefile.am (dist-hook): Only look in mpi and scripts for
	distfiles; this way we don't include those of a stale "make dist"
	directory.

	* acinclude.m4 (GNUPG_FIX_HDR_VERSION): Make it work with the new
	automake.
	* configure.ac: Don't chmod db2any.

2001-08-06  Werner Koch  <wk@gnupg.org>

	* configure.ac: Removed cross compiling hacks.

2001-08-03  Werner Koch  <wk@gnupg.org>

	Released 1.1.4.

	* acinclude.m4 (GNUPG_CHECK_TYPEDEF): Define GNU Source.
	
        Migrated to autoconf 2.52.
	* acinclude.m4: Removed GNUPG_LINK_FILES and converted.
	* acconfig.h: Removed
	* configure.in: Replaced by...
	* configure.ac: and modified for use with autoconf 2.52.  Replaced
	GNUPG_LINK_FILES with AC_CONFIG_LINKS and moved some informational
	messages to the end. Removed --enable-m-debug

	* tests/: New.
	* Makefile.am: Included tests directory
	
	* configure.in (DYNLINK_MOD_CFLAGS): Use -shared with dec-osf.
	Reported by Chris Adams.  Merged some cases.

2001-05-31  Werner Koch  <wk@gnupg.org>

	Released 1.1.3.

	* configure.in: Use _gcry_ prefix when creating the cipher constructor.

	* acconfig.h (_GCRYPT_IN_LIBGCRYPT): Define it here.

2001-05-28  Werner Koch  <wk@gnupg.org>

	* acinclude.m4 (GPH_PROG_DOCBOOK): Removed.
	(GPH_PROG_DB2ANY): New. Taken from GPH.
	* configure.in: Use it here.

2000-12-19  Werner Koch  <wk@gnupg.org>

	Major change:
	Removed all GnuPG stuff and renamed this piece of software
	to gcrypt.  The directory gcrypt has been renamed to src.

2000-11-14  Werner Koch  <wk@gnupg.org>

	Version 1.1.2 released.

2000-11-13  Werner Koch  <wk@gnupg.org>

	* acinclude.m4 (GNUPG_FIX_HDR_VERSION): VPATH build fix.

2000-10-10  Werner Koch  <wk@gnupg.org>

	* Makefile.am (dist-hook): Create the version file.
	* configure.in: Set the libtool version here, removed the need
	for the version file.

Mon Sep 18 16:35:45 CEST 2000  Werner Koch  <wk@openit.de>

        * acinclude.m4 (GNUPG_CHECK_MLOCK):  Removed that silly mkdir().

        * configure.in:  Changes to allow for Solaris random device.
        By Nils Ellmenreich.
        (--with-egd-socket): New.

        * configure.in (GNUPG_HOMEDIR): New.

        * configure.in: Check for fstat64 and fopen64

        * acinclude.m4 (GNUPG_CHECK_FAQPROG): New.
        * configure.in: Test for this.

        * configure.in (DYNLINK_MOD_CFLAGS): Fix by David Champion.

Tue Aug 22 14:31:15 CEST 2000  Werner Koch  <wk@openit.de>

        Version 1.1.1

Fri Aug 18 14:27:14 CEST 2000  Werner Koch  <wk@openit.de>

  * agent/: New.
  * Makefile.am, configure.in: Support for the new directory.

Mon Jul 17 16:35:47 CEST 2000  Werner Koch  <wk@>

  * configure.in (mingw32): Changes to allow for mingw32msvc

Fri Jul 14 19:38:23 CEST 2000  Werner Koch  <wk@>

  The big merge between this one and the stable branch 1.0.  Still need
  to merge TNANKS, AUTHORS and such.  It probaly does not compile yet.

  * acinclude.m4 (GNUPG_CHECK_MLOCK): Fixed syntax error in C code.

  * configure.in: Add check for termio.h, wait unctiosn and sigaction.

  * acinclude.m4, configure.in (GNUPG_CHECK_GNUMAKE): New.

  * acinclude.m4 (MKDIR_TAKES_ONE_ARG): Check some headers. By Gaël Quéri.

  * configure.in (AM_INIT_AUTOMAKE): Use this now. By Gaël.

  * acinclude.m4 (GNUPG_CHECK_EXPORTDYNAMIC): Replacement for
  GNUPG_CHECK_RDYNAMIC which should handle gcc with non GNU ld nicer.
  Contributed by Dave Dykstra.
  * configure.in (GNYPG_CHECK_RDYNAMIC): Replaced by the new check.

  * configure.in: Add a test for unisgned long long.

  * configure.in (DYNLINK_MOD_CFLAGS): Set different for NetBSD.

  * configure.in: Add check for clock_gettime

  * configure.in (ALL_LINGUAS): Add nl.
  * configure.in (ALL_LINGUAS): Add Esperanto.
  * configure.in (ALL_LINGUAS): Add sv and ja.

  * configure.in: Use /usr/local for CFLAGS and LDFLAGS when
  target is freebsd.  By Rémi.

  * configure.in: Do not set development version when the version has
  a dash in it.  Suggested by Dave Dykstra.

  * configure.in: Removed substitution for doc/gph/Makefile.
  Do all the gcc warning only in maintainer mode.

  * configure.in (dlopen): Use CHECK_FUNC for a test of dlopen in libc.
  Suggested by Alexandre Oliva.
  (-Wall): Moved the settting of gcc warning options near to the end
  so that tests don't get confused.  Suggested by Paul D. Smith.

  * acinclude.m4 (GNUPG_SYS_NM_PARSE): Added BSDI support.
  (GNUPG_CHECK_RDYNAMIC): Ditto.

  * acinclude.m4 (GNUPG_CHECK_MLOCK): Changed the way to test for
  librt.  Test suggested by Jeff Long.

  * acinclude.m4 (GNUPG_CHECK_MLOCK): Do librt check only when
  we can't link a test program.  This way GNU systems don't need
  to link against linrt.
  (GNUPG_CHECK_IPC): Fixed use of TRY_COMPILE macro.  From Tim Mooney.

  * acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Add support for
  DJGPP.
  (GNUPG_CHECK_MLOCK): Check whether mlock sits in librt.

  * acinclude.m4 (GNUPG_CHECK_RDYNAMIC): Add NetBSD. By Thomas Klausner.

  * acconfig.h (HAVE_MLOCK): Added

Mon Mar 13 19:22:46 CET 2000  Werner Koch  <wk@openit.de>

	* configure.in: Now uses the Docbook M4s from GPH.

Mon Jan 31 17:46:35 CET 2000  Werner Koch  <wk@>

	* Makefile.am: Re-added tools. By Rémi.

Mon Jan 31 16:37:34 CET 2000  Werner Koch  <wk@gnupg.de>

	* configure.in: Create a symlink for types.h in gcrypt/.

Thu Jan 27 18:00:44 CET 2000  Werner Koch  <wk@gnupg.de>

	* configure.in (g10defs.h): Replaced by gnupg-defs.h

Mon Jan 24 13:04:28 CET 2000  Werner Koch  <wk@gnupg.de>

	* jnlib/ : New.

	* configure.in: Do set development version when the version has
	a dash in it.  Suggested by Dave Dykstra.

Thu Dec  9 17:22:27 CET 1999  Werner Koch  <wk@gnupg.de>

	* acinclude.m4 (GNUPG_FIX_HDR_VERSION): New.
	* configure.in: Check and fix the version number of gcrypt/gcrypt.h
	so that it is always the save as VERSION.

Thu Oct 28 16:17:46 CEST 1999  Werner Koch  <wk@gnupg.de>

	* Started with development series 1.1 on 1999-10-26

Tue Oct 26 14:10:21 CEST 1999  Werner Koch  <wk@gnupg.de>

	* README-alpha: New

	* configure.in: Fixed quoting in test for development version.

	* THANKS: Add entries for Michael, Brenno and J Horacio who did
	very nice Howto documents - I apoligize for forgetting to mention them
	earlier.

Fri Sep 17 12:56:42 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>


	* configure.in: Add "-lcap" when capabilities are requested.
	Add the conditional CROSS_COMPILING.
	* Makefile.am: Don't use checks when CROSS_COMPILING.


Wed Sep 15 16:22:17 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>


	* configure.in (ALL_LINGUAS): Add pt_PT.

	* configure.in: Some tweaks for cross compiling under MingW32
	* acconfig.h (USE_STATIC_RNDW32): New.

Tue Sep  7 17:08:10 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>


	* VERSION: Set to 1.0.0.

Mon Sep  6 19:59:08 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>


	* configure.in: Create makefile in doc/gph

	* acinclude.m4 (GNUPG_FUNC_MKDIR_TAKES_ONE_ARG): New
	* configure.in: use the above.

Thu Sep  2 16:40:55 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>


	* VERSION: Set to 0.9.11.

Tue Aug 31 17:20:44 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* configure.in: Minor changes to the OS/2 and Mingw32 system labels.
	Add a printable name for Hurd.

Mon Aug 30 20:38:33 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* configure.in: Some support for DJGPP (Mark Elbrecht)

Wed Aug  4 10:34:46 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* VERSION: Set to 0.9.10.

Mon Jul 26 09:34:46 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): remove init of ac_cv_...

	* Makefile.am (DISCLEANFILES): New

Fri Jul 23 13:53:03 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* VERSION: Set to 0.9.9.

	* configure.in: Print a notice when rndunix is used.

Thu Jul 15 10:15:35 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Fixed last modification.

Wed Jul  7 13:08:40 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* Makefile.am: Support for libtool.
	* configure.in: Ditto.

Tue Jun 29 21:44:25 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* configure.in (use_local_zlib): The lost dollar is back.

	* acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Add EMX case.
	* configure.in: Another variant of the MX vendor string

	* configure.in (--with-capabilities): Some test code (Remi).

Sat Jun 26 12:15:59 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* acinclude.m4 (GNUPG_CHECK_RDYNAMIC): Support for HPUX and IRIX.
	* configure.in (HAVE_DL_SHL_LOAD): New for HPUX (Dave Dykstra).

	* VERSION: Now 0.9.8

Wed Jun 16 20:16:21 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* configure.in: Add test for docbook-to-man

Tue Jun 15 12:21:08 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* acinclude.m4 (GNUPG_SYS_NM_PARSE): Support for {net,free}bsd,

Thu Jun 10 14:18:23 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* configure.in (ZLIB,GDBM): Check both, header and lib.

Sat Jun  5 15:30:33 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* pkclist.c (key_present_in_pk_list): New (Michael).

Tue May 25 19:50:32 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* configure.in (IS_DEVELOPMENT_VERSION): Fixed detection.

Sun May 23 14:20:22 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): assume yes when
	cross-compiling.

Mon May 17 21:54:43 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* configure.in (socket): Fix for Unisys by Katsuhiro Kondou.

Sat May  8 19:28:08 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* NEWS: Add a marker line which I forgot to do for 0.9.6.

Thu May  6 14:18:17 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* README: Minor updates

	* VERSION: Now 0.9.6

Thu Apr  8 09:35:53 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* acinclude.m4 (GNUPG_CHECK_RDYNAMIC): Fix for
					       amiga-openbsd (Peter Reich)
	(GNUPG_PROG_NM): Ditto

Wed Apr  7 20:51:39 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* Makefile.am (g10defs.h): Removed.
	* configure.in (AC_OUTPUT_COMMANDS): Create g10defs.h

Sat Mar 20 12:55:33 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* VERSION: Now 0.9.5

Sun Mar 14 19:34:36 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* acinclude.m4 (AM_SYS_SYMBOL_UNDERSCORE): Removed because it is
	now in the latest libtool.

Thu Mar 11 16:39:46 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* configure.in: Removed the need for libtool

Mon Mar  8 20:47:17 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* configure.in (DLSYM_NEEDS_UNDERSCORE): Replaced.
	* acinclude.in (AM_SYS_SYMBOL_UNDERSCORE): New.

	* VERSION: Now 0.9.4

Sun Feb 28 19:11:00 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* configure.in (dld): Test disabled.

Fri Feb 26 17:55:41 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* encode.c (encode_simple): temporary fix.

Wed Feb 24 11:07:27 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* configure.in: New option --enable-static-rnd.

Mon Feb 22 20:04:00 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* BUGS: Now we assign bug numbers.
	* OBUGS: New to keep rack o fixed bugs (CVS only)

Fri Feb 19 18:01:54 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* VERSION: Released 0.9.3

Fri Feb 19 15:49:15 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* acinclude.m4: Removed gettext macros.

Tue Feb 16 14:10:02 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* configure.in (socket): Check for -lsocket and -lnsl.
	(osf4): Disable all warnings for DEC's cc.
	(-Wall): Add more warning options for gcc

Sat Feb 13 12:04:43 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* configure.in: Changed detection of compiler flags.
	* intl/ : Removed directory

Wed Feb 10 17:15:39 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* acinclude.m4 (GNUPG_CHECK_RDYNAMIC): Fix for freebsd 2.2

	* configure.in: a lot of changes to allow selection of modules.
	Add support for OS/2.

	* acinclude.m4: add some more caching

	* README: Spelling and grammar corrections (John A. Martin)
	* INSTALL: Ditto.

Wed Jan 20 21:40:21 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* configure.in: --enable-m-guard is now default

Wed Jan 13 12:49:36 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* INSTALL: Applied new information how to build rpms by Fabio Coatti
	* Makefile.in (gnupg.spec): Changed the names.

Tue Jan 12 11:17:18 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* config.links (m68k-atari-mint): New

Tue Jan 12 09:17:19 CET 1999  Gaël Quéri <gqueri@mail.dotcom.fr>

	* all: Fixed typos all over the place

Sat Jan  9 16:02:23 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* configure.in: Add a way to statically link rndunix

Sun Jan  3 15:28:44 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* acinclude.m4 (GNUPG_CHECK_RDYNAMIC): New.
	* configure.in (DYNLOAD_CFLAGS): Use result from CHECK_RDYNAMIC

Wed Dec 23 13:18:14 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>

	* README: Replaced the command overview with a short intro.

Sat Dec 12 18:40:32 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>

	* configure.in: Add check for dlopen in libc (Greg Troxel)
	and a new define
	* acconfig.h (DLSYM_NEEDS_UNDERSCORE): New.

Thu Dec 10 20:15:36 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>

	* acinclude.m (GNUPG_CHECK_PIC): New
	* configure.in, acinclude.m4: Renamed all WK_ to GNUPG_

Tue Dec  8 15:09:29 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>

	* VERSION: Set to 0.4.5

Wed Nov 25 12:38:29 1998  Werner Koch  (wk@isil.d.shuttle.de)

	* configure.in (USE_RNDLINUX): New.

Fri Nov 20 19:34:57 1998  Werner Koch  (wk@isil.d.shuttle.de)

	* VERSION: Released 0.4.4

	* configure.in (try_asm_modules): For option --disable-asm

Tue Nov 10 19:32:40 1998  Werner Koch  (wk@isil.d.shuttle.de)

	* configure.in (MPI_SFLAGS): New.

Tue Nov 10 13:44:53 1998  Werner Koch  (wk@isil.d.shuttle.de)

	* ABOUT-NLS: New
	* configure.in (AC_REVISION): New.

Sun Nov  8 18:20:35 1998  Werner Koch  (wk@isil.d.shuttle.de)

	* VERSION: Set to 0.4.3

Sun Oct 25 19:49:37 1998  Werner Koch  (wk@isil.d.shuttle.de)

	* Makefile.am (g10defs.h): New macro GNUPG_DATADIR.

Wed Oct 21 17:24:24 1998  Werner Koch  (wk@isil.d.shuttle.de)

	* configure.in: Removed gettext kludge
	* acinclude.m4: Add patched AM_WITH_NKS macro

Tue Oct 20 19:03:36 1998  Werner Koch  (wk@isil.d.shuttle.de)

	* configure.in: Kludge to make AM_GNU_GETTEXT work,
	changed some macors to more modern versions. Also
	changeg the all makefiles to remove duplicate ../intl.
	* acinclude.m4: Removed the gettext stuff, as this
	already comes with automake now.

Wed Oct 14 12:11:34 1998  Werner Koch  (wk@isil.d.shuttle.de)

	* configure.in (NAME_OF_DEV_RANDOM): New.
	(DYNLINK_MOD_CFLAGS): New.

Thu Oct  8 10:55:15 1998  Werner Koch  (wk@isil.d.shuttle.de)

	* Makefile.am (g10defs.h): creates include file
	* acconfig.h: now includes g10defs.h
	* configure.in: Removed G10_LOCALEDIR and GNUPG_LIB

Thu Sep 17 18:49:40 1998  Werner Koch  (wk@(none))

	* Makefile.am (dist-hook): Now creates RPM file.
	* scripts/gnupg.spec: New template file for RPMs

Thu Jul 30 19:17:07 1998  Werner Koch  (wk@(none))

	* acinclude.h (WK_CHECK_IPC): New
	* configure.in : Add checks for SysV IPC

Thu Jun 25 11:18:49 1998  Werner Koch  (wk@isil.d.shuttle.de)

	* configure.in (--disable-dynload): New.

Wed Jun 10 07:48:59 1998  Werner Koch,mobil,,,	(wk@tobold)

	* configure.in (GNUPG_LIBDIR): New.

Mon May 25 19:10:59 1998  Werner Koch  (wk@isil.d.shuttle.de)

	* rand-unix.c (fast_random_poll): fixed syntax bug.

Mon May 11 10:21:31 1998  Werner Koch  (wk@isil.d.shuttle.de)

	* configure.in (PRINTABLE_OS_NAME): Linux is now GNU/Linux

Tue Apr 14 19:08:05 1998  Werner Koch  (wk@isil.d.shuttle.de)

	* [all files]: Applied Matthew Skala's typo and grammar fixes.

Wed Mar  4 10:32:40 1998  Werner Koch  (wk@isil.d.shuttle.de)

	* configure.in (getrusage,gettimeofday): New tests.

Fri Feb 27 13:14:17 1998  Werner Koch  (wk@isil.d.shuttle.de)

	* configure.in (--disable-m-guard): New.

Thu Feb 26 17:09:27 1998  Werner Koch  (wk@isil.d.shuttle.de)

	* configure.in, acinclude.m4, intl/, po/: New macros taken
	from GNOME, switched to automake 1.2f

Thu Feb 26 09:05:46 1998  Werner Koch  (wk@isil.d.shuttle.de)

	* configure.in (doc/Makefile): New

Thu Feb 26 07:40:47 1998  Werner Koch  (wk@isil.d.shuttle.de)

	* configure.in: Changed gettext stuff

Wed Feb 25 11:44:10 1998  Werner Koch  (wk@isil.d.shuttle.de)

	* checks/*test : restructured the directory.

Tue Feb 24 15:59:12 1998  Werner Koch  (wk@isil.d.shuttle.de)

	* configure.in: Changed the name of the package to GNUPG and
	chnaged several other names too.

Wed Feb 18 17:36:45 1998  Werner Koch  (wk@isil.d.shuttle.de)

	* Makefile.am (checks): New.

Sat Feb 14 15:37:55 1998  Werner Koch  (wk@isil.d.shuttle.de)

	* configure.in (mpi_config_done): Removed asm links caching.

Sat Feb 14 14:02:20 1998  Werner Koch  (wk@isil.d.shuttle.de)

	* configure.in (PRINTABLE_OS_NAME): New.
	* acconfig.h: Likewise.

Fri Feb 13 19:43:41 1998  Werner Koch  (wk@isil.d.shuttle.de)

	* configure.in : Fixed zlib stuff
	* Makefile.am: Likewise

	
 Copyright 1998,1999,2000,2001 Free Software Foundation, Inc.

 This file is free software; as a special exception the author gives
 unlimited permission to copy and/or distribute it, with or without
 modifications, as long as this notice is preserved.

 This file is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.