12011-06-29  Werner Koch  <wk@g10code.com>
2
3	Release 1.5.0.
4
5	* configure.ac: Keep LT version at C18/A7/R0 because it has
6	already been bumped up at 2010-07-09.
7
8	* config.guess, config.sub: Update to 2011-06-03.
9
102011-04-06  Werner Koch  <wk@g10code.com>
11
12	* configure.ac (emacs_local_vars_begin): Move more to the top to
13	avoid Emacs warnings.
14
152011-03-30  Werner Koch  <wk@g10code.com>
16
17	* compat/compat.c (_gcry_compat_identification): Add version string.
18
192011-03-08  Werner Koch  <wk@g10code.com>
20
21	* configure.ac (BUILD_REVISION): Use new git_brevis macro.
22
232011-02-23  Werner Koch  <wk@g10code.com>
24
25	* configure.ac (LIBGCRYPT_CONFIG_HOST): New.
26
27	* acinclude.m4 (AM_PATH_GPG_ERROR): Remove.
28
292011-02-21  Werner Koch  <wk@g10code.com>
30
31	Release 1.5.0-beta1.
32
332011-02-18  Werner Koch  <wk@g10code.com>
34
35	* configure.ac [GCC]: Remove the use of -fno-strict-aliasing.
36
372011-02-11  Werner Koch  <wk@g10code.com>
38
39	* configure.ac: Add option --disbale-aesni-support.
40	(ENABLE_AESNI_SUPPORT): New macro.
41
422011-02-04  Werner Koch  <wk@g10code.com>
43
44	* autogen.sh: Install the git pre-commit if not yet done.
45
462010-12-23  Werner Koch  <wk@g10code.com>
47
48	* configure.ac (BUILD_REVISION): Use git_revision.
49
502010-08-19  Werner Koch  <wk@g10code.com>
51
52	* configure.ac: Define GPG_ERR_ENABLE_ERRNO_MACROS. Remove
53	definition of _GNU_SOURCE.
54	(AC_GNU_SOURCE): New.
55
562010-08-16  Werner Koch  <wk@g10code.com>
57
58	* configure.ac (INSERT_SYS_SELECT_H): New.
59
602010-07-09  Werner Koch  <wk@g10code.com>
61
62	* configure.ac: Bump LT version to C18/A7/R0 to prepare a backport
63	of a new API to the 1.4 series.
64
652010-04-19  Marcus Brinkmann  <marcus@g10code.de>
66
67	* configure.ac: Check for -fno-strict-aliasing.
68
692010-04-12  Brad Hards  <bradh@frogmouth.net>  (wk)
70
71	* configure.ac: Print more verbose info at the end.
72
732010-03-24  Werner Koch  <wk@g10code.com>
74
75	* configure.ac (USE_RNDW32CE): New.
76
772010-03-15  Werner Koch  <wk@g10code.com>
78
79	* configure.ac (emacs_local_vars_begin)
80	(emacs_local_vars_read_only, emacs_local_vars_end): New.
81
822010-01-21  Werner Koch  <wk@g10code.com>
83
84	* compat/Makefile.am: New.
85	* compat/compat.c: New.
86	* compat/libcompat.h: New.
87	* compat/getpid.c, compat/clock.c: New.
88
89	* configure.ac: Require libgpg-error 1.8.
90	(HAVE_W32CE_SYSTEM): New am_defines and am_conditionals.
91	(getpid): Check for replacement function.
92	(AC_CONFIG_LIBOBJ_DIR): New.
93	(AC_TYPE_PID_T): New.
94	(AM_INIT_AUTOMAKE): Use modern variant.
95	(AC_CONFIG_FILES): Add compat/Makfile.
96	* autogen.sh: Support W32CE.
97	* ltmain.sh: Update to 2.2.6b
98	(wrappers_required): Don't set for mingw32ce.
99	* Makefile.am (DIST_SUBDIRS, SUBDIRS): Add compat.
100
1012009-12-10  Werner Koch  <wk@g10code.com>
102
103	* configure.ac: Add option --disable-O-flag-munging.
104
1052009-12-08  Marcus Brinkmann  <marcus@g10code.de>
106
107	Update to libtool 2.2.6a.
108	* configure.ac: Invoke AC_CONFIG_MACRO_DIR.
109	(AC_LIBTOOL_WIN32_DLL, AC_LIBTOOL_RC): Replace by ...
110	(LT_PREREQ, LT_INIT, LT_LANG): ... these.
111	* config.guess, config.sub, install-sh, ltmain.sh, m4/libtool.m4:
112	Updated to libtool 2.2.6a.
113	* m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
114	m4/lt~obsolete.m4: New files from libtool 2.2.6a.
115
1162009-08-05  Werner Koch  <wk@g10code.com>
117
118	* configure.ac: Test for sys/msg.h.
119
1202009-04-23  Werner Koch  <wk@g10code.com>
121
122	* README: Add a section on build problems.
123
1242009-01-22  Werner Koch  <wk@g10code.com>
125
126	* configure.ac: Bump LT version to C17/A6/R0 to mark the start of
127	a new development series.
128
1292009-01-22  Werner Koch  <wk@g10code.com>
130
131	Release 1.4.4.
132
133	* configure.ac: Bump LT version to C16/A5/R2.
134
1352008-10-30  Werner Koch  <wk@g10code.com>
136
137	* configure.ac: Remove option --enable-gcc-warnings.  Autodetect
138	useful gcc warnings in maintainer mode.
139
1402008-09-18  Werner Koch  <wk@g10code.com>
141
142	Release 1.4.3.
143
144	* configure.ac: Bump LT version to C16/A5/R1.
145
1462008-09-15  Werner Koch  <wk@g10code.com>
147
148	* configure.ac: Cehck for syslog.
149
1502008-09-08  Werner Koch  <wk@g10code.com>
151
152	Release 1.4.2.
153
1542008-09-01  Werner Koch  <wk@g10code.com>
155
156	Release 1.4.2rc2.
157
158	* configure.ac: Update svn_revision macro.
159
1602008-08-22  Werner Koch  <wk@g10code.com>
161
162	* configure.ac: Add option --enable-hmac-binary-check.
163	(DL_LIBS): Check whether -ldl is required.
164
1652008-08-19  Werner Koch  <wk@g10code.com>
166
167	Release 1.4.2rc1.
168
169	* configure.ac: Bump LT version to C16/A5/R0.
170
1712008-08-18  Werner Koch  <wk@g10code.com>
172
173	* Makefile.am (EXTRA_DIST): Remove the unused BUGS file.
174
1752008-08-15  Werner Koch  <wk@g10code.com>
176
177	* configure.ac (AH_BOTTOM): Define GCRY_GPG_ERR_NOT_OPERATIONAL.
178
1792008-07-05  Werner Koch  <wk@g10code.com>
180
181	* random/: New.
182	* Makefile.am (DIST_SUBDIRS): Add random.
183	* configure.ac (AC_CONFIG_FILES): Add random/Makefile.
184
1852008-04-25  Werner Koch  <wk@g10code.com>
186
187	Release 1.4.1.
188
189	* configure.ac: Bump LT version to C15/A4/R4.
190
1912008-04-22  Werner Koch  <wk@g10code.com>
192
193	* configure.ac: Set version to 1.4.1rc1.
194
1952008-04-18  Werner Koch  <wk@g10code.com>
196
197	* configure.ac (AH_BOTTOM): Add CAMELLIA_EXT_SYM_PREFIX.
198	(NAME_OF_DEV_RANDOM):  Remove special cases for Solaris etc.  This
199	matches the gnupg 1.4.9 version.
200
2012008-04-01  Werner Koch  <wk@g10code.com>
202
203	* configure.ac (AC_INIT): Fix quoting.
204
2052008-03-19  Werner Koch  <wk@g10code.com>
206
207	* configure.ac: Fix the tests for USE_<algo> to either define or
208	undef the macros.  Suggested by Dirk Stoecker.
209
2102008-03-18  Werner Koch  <wk@g10code.com>
211
212	* configure.ac: Test for uintptr_t.
213
2142008-02-18  Werner Koch  <wk@g10code.com>
215
216	* configure.ac (IS_DEVELOPMENT_VERSION): Set depending on the my_svn.
217
2182007-12-11  Werner Koch  <wk@g10code.com>
219
220	* configure.ac: We actually require libgpg-error 1.4.  Reported by
221	Tim Mooney.
222
2232007-12-10  Werner Koch  <wk@g10code.com>
224
225	Released 1.4.0.
226
227	* configure.ac: Set LT to C15/A4/R3.
228
2292007-12-05  Werner Koch  <wk@g10code.com>
230
231	* configure.ac: Add option --disable-padlock-support.
232
2332007-12-03  Werner Koch  <wk@g10code.com>
234
235	Released 1.3.2.
236
237	* configure.ac: Set LT to C15/A4/R2.
238
239	* config.sub, config.guess: Update to version 2007-11-19.
240
2412007-10-30  Werner Koch  <wk@g10code.com>
242
243	* configure.ac: Protect config.h against double inclusion.
244
2452007-10-26  Werner Koch  <wk@g10code.com>
246
247	Released 1.3.1.
248
249	* configure.ac: Set LT to C15/A4/R1.
250
2512007-08-22  Werner Koch  <wk@g10code.com>
252
253	* README: Rewrite the license description.
254	* configure.ac (USE_RNDW32, USE_RNDUNIX): Unmark as GPL modules.
255
2562007-08-08  Werner Koch  <wk@g10code.com>
257
258	* configure.ac: Use $host and not $target.
259
2602007-07-26  Werner Koch  <wk@g10code.com>
261
262	* acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Fix a syntax error
263	in the test program which lurked there for 4 years.  Adjusted name
264	of libtools global_system_pipe variable and add extra cut stage.
265	Reported by Gregor Riepl.
266
2672007-06-15  Werner Koch  <wk@g10code.com>
268
269	* autogen.sh (FORCE): Use = and not == in test to be POSIXly correct.
270
2712007-05-30  Werner Koch  <wk@g10code.com>
272
273	* configure.ac: Camellia is no longer GPL.
274
2752007-05-24  Werner Koch  <wk@g10code.com>
276
277	* configure.ac: Try to use -Wpointer-arith.
278
2792007-05-19  Marcus Brinkmann  <marcus@g10code.de>
280
281	* configure.ac: Fix test for optional UDIV and UDIV_QRNND MPI
282	modules.
283
2842007-05-09  Marcus Brinkmann  <marcus@g10code.de>
285
286	* configure.ac (ac_cv_mpi_config_done): Unused variable removed.
287	(ac_cv_mpi_mod_list, MPI_MOD_LIST_LO, MPI_MOD_LIST_O): Removed.
288	(MPI_MOD_ASM_MPIH_ADD1, MPI_MOD_ASM_MPIH_SUB1,
289	MPI_MOD_ASM_MPIH_MUL1, MPI_MOD_ASM_MPIH_MUL2,
290	MPI_MOD_ASM_MPIH_MUL3, MPI_MOD_ASM_MPIH_LSHIFT,
291	MPI_MOD_ASM_MPIH_RSHIFT, MPI_MOD_ASM_MPIH_UDIV,
292	MPI_MOD_ASM_MPIH_UDIV_QRNND, MPI_MOD_C_MPIH_ADD1,
293	MPI_MOD_C_MPIH_SUB1, MPI_MOD_C_MPIH_MUL1, MPI_MOD_C_MPIH_MUL2,
294	MPI_MOD_C_MPIH_MUL3, MPI_MOD_C_MPIH_LSHIFT, MPI_MOD_C_MPIH_RSHIFT,
295	MPI_MOD_C_MPIH_UDIV, MPI_MOD_C_MPIH_UDIV_QRNND): New automake
296	variables.
297
2982007-05-04  Werner Koch  <wk@g10code.com>
299
300	Released 1.3.0.
301
302	* configure.ac: Set LT to C15/A4/R0.
303
304	* configure.ac: Require automake 1.10
305	(AM_PROG_CC_C_O): New.
306
3072007-05-03  Werner Koch  <wk@g10code.com>
308
309	* configure.ac: Fix detection of GPLed random modules.
310
3112007-05-02  Werner Koch  <wk@g10code.com>
312
313	* configure.ac (LIBGCRYPT_DIGESTS, LIBGCRYPT_CIPHERS)
314	(LIBGCRYPT_PUBKEY_CIPHERS): Ac_define lists of algorithms.
315	(default_ciphers): Don't make camellia a default.
316
3172007-05-02  David Shaw  <dshaw@jabberwocky.com>
318
319	* NEWS, configure.ac: Add Camellia.
320
3212007-04-30  Werner Koch  <wk@g10code.com>
322
323	* README.apichanges: Move to doc/.
324	* Makefile.am (EXTRA_DIST): Removed that file.
325
3262007-04-28  Marcus Brinkmann  <marcus@g10code.de>
327
328	* configure.ac: Allow to specify additional search directories
329	with --enable-mpi-path.
330
3312007-04-16  Werner Koch  <wk@g10code.com>
332
333	* configure.ac: Check for sysconf.
334	* acinclude.m4 (GNUPG_CHECK_MLOCK): Try to use sysconf to get the
335	page size and use getpagesize only then if available.
336
3372007-03-22  Werner Koch  <wk@g10code.com>
338
339	* configure.ac: Add support for ECC.
340
3412007-02-22  Werner Koch  <wk@g10code.com>
342
343	* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Use
344	--enable-random-daemon.
345
346	* configure.ac: New option --enable-random-daemon.
347	Create versioninfo.rc and provide the build information.
348
3492007-02-21  Werner Koch  <wk@g10code.com>
350
351	* Makefile.am, configure.ac: Ignore w32-dll/.
352
3532007-02-20  Werner Koch  <wk@g10code.com>
354
355	* configure.ac: Bump LT version to C14/A3/R0 in preparation for a
356	release.
357
358	* autogen.sh: Add option --force.
359	* configure.ac: New option --disable-endian-check.  Use a real
360	noexecstack test instead of requiring an option.  Add SVN version
361	magic.
362
3632007-02-02  Werner Koch  <wk@g10code.com>
364
365	* configure.ac (FALLBACK_SOCKLEN_T): Special case for mingw32.
366
3672006-11-15  Werner Koch  <wk@g10code.com>
368
369	* autogen.sh: Add convenience option --build-amd64.
370
3712006-10-20  Werner Koch  <wk@g10code.com>
372
373	* Makefile.am (stowinstall): New convenience target.
374
3752006-10-12  Marcus Brinkmann  <marcus@g10code.de>
376
377	* configure.ac (FALLBACK_SOCKLEN_T): Third time is a charm.
378	Define gcry_socklen_t, to avoid conflicts with socklen_t
379	definitions by autoconf.
380
3812006-10-11  Marcus Brinkmann  <marcus@g10code.de>
382
383	* configure.ac (FALLBACK_SOCKLEN_T): Rewrite in terms of
384	socklen.m4.
385
3862006-10-11  Marcus Brinkmann  <marcus@g10code.de>
387
388	* acinclude.m4 (GNUPG_FIX_HDR_VERSION): Removed.
389	* configure.ac: Do not call GNUPG_FIX_HDR_VERSION.
390
3912006-10-10  Marcus Brinkmann  <marcus@g10code.de>
392
393	* configure.ac: Invoke AC_CHECK_SOCKLEN_TYPE.
394	(AC_CONFIG_FILES): Add src/gcrypt.h.
395	(AC_CONFIG_SRCDIR): Change to src/libgcrypt.vers.
396
3972006-10-02  Werner Koch  <wk@g10code.com>
398
399	* acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Test on HOST and not
400	TARGET.  Hardwire for mingw32. Allow setting via command line when
401	cross compiling.
402
4032006-08-29  Werner Koch  <wk@g10code.com>
404
405	* configure.ac (USE_SEED): New.
406
4072006-07-26  Werner Koch  <wk@g10code.com>
408
409	* configure.ac: New options --enable-noexecstack and
410	--disable-optimization.
411
4122006-07-04  Marcus Brinkmann  <marcus@g10code.de>
413
414	* configure.ac: Call AC_LIBTOO_WIN32_DLL and AC_LIBTOOL_RC.
415
416	* configure.ac: Call gl_TYPE_SOCKLEN_T instead of the other
417	socklen_t checks.
418
4192006-06-08  Marcus Brinkmann  <marcus@g10code.de>
420
421	* configure.ac (PTH_LIBS): Add --all to pth-config invocation.
422
4232006-03-14  Werner Koch  <wk@g10code.com>
424
425	* configure.ac: Check for fctnl and ftruncate.
426	(HAVE_PTH): Check for GNU Pth.
427	(HAVE_W32_SYSTEM): Define it.
428	* acinclude.m4 (GNUPG_PTH_VERSION_CHECK): New. Taken from GnuPG 1.4.
429
4302005-12-08  Werner Koch  <wk@g10code.com>
431
432	* configure.ac: Changed the random device names for netbsd.  From
433	Christian Biere.
434
4352005-11-02  Moritz Schulte  <moritz@g10code.com>
436
437	* NEWS: Documented minor API changes.
438
4392005-09-15  Moritz Schulte  <moritz@g10code.com>
440
441	* Makefile.am (EXTRA_DIST): Depend on README.SVN, not on README.CVS.
442
4432005-06-25  Moritz Schulte  <moritz@g10code.com>
444
445	* configure.ac: Removed src/libgcrypt.pc from AC_CONFIG_FILES.
446
4472005-06-10  Werner Koch  <wk@g10code.com>
448
449	* configure.ac: Move detection of basic stuff to the top.  For
450	example we need to know whether gcc is used before testing for it.
451	Reported by Ralf Fassel.
452
4532005-04-23  Moritz Schulte  <moritz@g10code.com>
454
455	* acinclude.m4 (TYPE_SOCKLEN_T): New type definition test;
456	provided by Albert Chin.
457	* configure.ac: Don't use $(CMD) as it's not portable; use CMD in
458	backticks instead.  Simpler -lnsl/-lsocket test.  Use
459	TYPE_SOCKLEN_T test.  Don't forget to set `random_modules'
460	correctly.
461
4622005-04-22  Moritz Schulte  <moritz@g10code.com>
463
464	* configure.ac: Added support for pkgconfig; provided by Albert
465	Chin.
466
4672005-04-11  Moritz Schulte  <moritz@g10code.com>
468
469	* configure.ac: Integrate Whirlpool.
470
4712005-01-04  Werner Koch  <wk@g10code.com>
472
473	Updated to automake 1.9.
474
475	* acinclude.m4: Updated for use with automake 1.9.
476
477	* configure.ac: Require libgpg-error 1.0; not really needed but
478	that is the first stable version.
479
480	* Makefile.am (ACLOCAL_AMFLAGS): New for -I m4.
481	(AUTOMAKE_OPTIONS): New to create a bzip archive.
482
4832005-02-03  Moritz Schulte  <moritz@g10code.com>
484
485	* THANKS: Updated.
486
4872004-08-09  Moritz Schulte  <moritz@g10code.com>
488
489	* THANKS: Updated.
490
4912004-07-04  Moritz Schulte  <moritz@g10code.com>
492
493	* THANKS: Updated.
494
4952004-04-21  Werner Koch  <wk@gnupg.org>
496
497	* configure.ac: Don't print a warning if GNU make was not found.
498
4992004-05-07  Moritz Schulte  <moritz@g10code.de>
500
501	* THANKS: Updated.
502
5032004-04-02  Thomas Schwinge  <schwinge@nic-nac-project.de>
504
505	* autogen.sh: Added ACLOCAL_FLAGS.
506
5072004-04-15  Werner Koch  <wk@gnupg.org>
508
509	Released 1.2.0.
510
511	* configure.ac: Set LT to C12/A1/R1.
512
5132004-04-06  Werner Koch  <wk@gnupg.org>
514
515	* config.guess, config.sub, ltmain.sh: Updated to those from
516	libtools 1.5.4.
517
5182004-03-29  Werner Koch  <wk@gnupg.org>
519
520	Released 1.1.94.
521
522	* configure.ac: Set LT to C12/A1/R0.
523
5242004-03-10  Marcus Brinkmann  <marcus@g10code.de>
525
526	* configure.ac (LIBGCRYPT_CONFIG_LIBS_PTHREAD,
527	LIBGCRYPT_CONFIG_CFLAGS_PTHREAD, LIBGCRYPT_CONFIG_LIBS_PTH,
528	LIBGCRYPT_CONFIG_CFLAGS_PTH, have_pth, have_pthread, AC_CHECK_PTH,
529	AC_CHECK_LIB(pthread), HAVE_PTH, HAVE_PTHREAD): Removed.
530
5312004-03-06  Werner Koch  <wk@gnupg.org>
532
533	Released 1.1.93.
534
535	* configure.ac (LIBGCRYPT_CONFIG_SONAME_NUMBER): Replaced by
536	LIBGCRYPT_CONPIG_API_VERSION.  Set it to 1.  Set LT to C11/A0/R1.
537
5382004-03-05  Werner Koch  <wk@gnupg.org>
539
540	* configure.ac (LIBGCRYPT_CONFIG_SONAME_NUMBER): New.
541
5422004-02-20  Werner Koch  <wk@gnupg.org>
543
544        Released 1.1.92.
545
546	* configure.ac: Set LT to C11/A0/R0.
547
5482004-02-11  Werner Koch  <wk@gnupg.org>
549
550	* autogen.sh (check_version): Removed bashism and simplified.
551
5522004-02-06  Werner Koch  <wk@gnupg.org>
553
554	* configure.ac: Add rfc2268 cipher algorithm.
555
5562004-01-25  Moritz Schulte  <mo@g10code.com>
557
558	* THANKS: Updated.
559
5602003-12-19  Werner Koch  <wk@gnupg.org>
561
562	Released 1.1.91.
563
564	* configure.ac: Bumbed LT version to C10/A3/R1.
565
5662003-12-08  Werner Koch  <wk@gnupg.org>
567
568	* Makefile.am (dist-hook): Don't distribute stuff from the now
569	obsolete scripts dir.
570	(EXTRA_DIST): Remove README_alpha
571	* README-alpha: Removed.
572	* configure.ac (AM_CONFIG_AUX_DIR): Removed.
573
574	* COPYING.DOC: Removed.
575	* Makefile.am (EXTRA_DIST): Added README.CVS and
576	autogen.sh. Removed COPYING.DOC.
577
5782003-11-14  Werner Koch  <wk@gnupg.org>
579
580	Released 1.1.90.
581
582	* configure.ac: Bumbed LT version to C10/A3/R0.
583
584	* configure.ac (have_ld_version_script): Set the default in
585	a separate test.
586	(PRINTABLE_OS_NAME): Don't handle the Hurd extra, this leads to
587	conflicts with BSD based GNU systems.  The Hurd has now a working
588	uname.
589
5902003-11-04  Werner Koch  <wk@gnupg.org>
591
592	* configure.ac (USE_SHA1): Make sure it is always included.
593	(USE_RMD160): Removed this AM conditional.
594
5952003-10-31  Werner Koch  <wk@gnupg.org>
596
597	* configure.ac: Bumbed version number to 1.1.90-cvs for futher
598	development
599
600	Released 1.1.44.
601
602	* acinclude.m4 (AC_CHECK_PTH): Added.
603	* configure.ac: Use it here instead of the generic lib test.
604	Bumbed LT vesion to C9/A2/R0.
605
6062003-10-27  Werner Koch  <wk@gnupg.org>
607
608	* configure.ac: Give a hint on where libgpg-error is available.
609	Reformatted long lines.  Don't include gcrypt-defs.h.
610	(--enable-gcc-warnings): New option.
611
6122003-10-24  Moritz Schulte  <mo@g10code.com>
613
614	* configure.ac: Check for socklen_t.
615
6162003-10-11  Moritz Schulte  <mo@g10code.com>
617
618	* acinclude.m4: Update AM_PATH_GPG_ERROR macro.
619
6202003-09-04  Werner Koch  <wk@gnupg.org>
621
622	Released 1.1.43.
623
624	* configure.ac: Require libgpg-error 0.4 due to the prime interface.
625
6262003-08-29  Werner Koch  <wk@gnupg.org>
627
628	* acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Re-implemented.
629	* configure.ac: Use it here.
630
6312003-08-27  Moritz Schulte  <mo@g10code.com>
632
633	* configure.ac: Substitute: LIBGCRYPT_CONFIG_LIBS_PTHREAD,
634	LIBGCRYPT_CONFIG_CFLAGS_PTHREAD, LIBGCRYPT_CONFIG_LIBS_PTH,
635	LIBGCRYPT_CONFIG_CFLAGS_PTH, LIBGCRYPT_THREAD_MODULES.
636
6372003-08-07  Moritz Schulte  <moritz@g10code.com>
638
639	* configure.ac: Fail, if libgpg-error could not be found.
640
6412003-07-31  Werner Koch  <wk@gnupg.org>
642
643	Released 1.1.42.
644
645	* configure.ac: Set LT version to 7/0/0.
646
6472003-07-30  Werner Koch  <wk@gnupg.org>
648
649	* AUTHORS (Maintainer): Assigned Moritz as Maintainer.
650
6512003-07-30  Moritz Schulte  <moritz@g10code.com>
652
653	* NEWS: Include much more complete list of `Interface changes
654	relative to the 1.1.12 release'.
655
6562003-07-14  Moritz Schulte  <moritz@g10code.com>
657
658	* configure.ac: Bumbed version number up to 1.1.42-cvs.
659
6602003-07-09  Moritz Schulte  <moritz@g10code.com>
661
662	* configure.ac: Reintroduce --disable-asm, since it is needed by
663	mpi/config.links.
664
6652003-07-05  Moritz Schulte  <moritz@g10code.com>
666
667	* README: Few changes, mention libgpg-error.
668
6692003-06-18  Moritz Schulte  <moritz@g10code.com>
670
671	* configure.ac (available_ciphers): Removed Serpent, hrrm.
672
6732003-06-17  Moritz Schulte  <moritz@g10code.com>
674
675	* acinclude.m4: Removed macro definitions: GNUPG_CHECK_FAQPROG,
676	GNUPG_CHECK_ENDIAN, GNUPG_CHECK_CACHE, GNUPG_CHECK_PIC,
677	GNUPG_CHECK_EXPORTDYNAMIC, GNUPG_CHECK_IPC, GNUPG_PROG_NM,
678	GNUPG_SYS_SYMBOL_UNDERSCORE, GNUPG_FUNC_MKDIR_TAKES_ONE_ARG,
679	GPH_PROG_DB2ANY.
680	Added macro definitions: AM_PATH_GPG_ERROR.
681
682	* configure.ac: Use alternative approach for building based on
683	conditional sources, which does not make automake eat all your
684	memory, etc.
685	Removed unused tests.
686	Renamed --enable-static-rnd to --enable-random.
687	Use Autoconf's AC_C_BIGENDIAN macro instead of our own.
688	Re-organized the whole file.
689
6902003-06-16  Moritz Schulte  <moritz@g10code.com>
691
692	* configure.ac (AC_CONFIG_FILES): Removed doc/version.sgml.
693
6942003-06-11  Moritz Schulte  <moritz@g10code.com>
695
696	* configure.ac: Remove --enable-libgpg-error flag.
697	Ue AC_PATH_GPG_ERROR.
698
6992003-06-09  Moritz Schulte  <moritz@g10code.com>
700
701	* NEWS: Mention API changes and libgpg-error.
702
7032003-05-25  Moritz Schulte  <moritz@g10code.com>
704
705	* configure.ac (USE_LIBGPG_ERROR): Implementation of the
706	--enable-libgpg-error switch.
707	Define USE_LIBGPG_ERROR in LIBGCRYPT_CONFIG_FLAGS, in case
708	libgpg-error is used.
709
7102003-05-22  Moritz Schulte  <moritz@g10code.com>
711
712	* configure.ac (AC_CHECK_HEADERS): Removed unused headers:
713	termio.h, langinfo.h.
714	(AC_CHECK_FUNCS): Removed unused functions: strsep, strlwr,
715	tcgetattr, setrlimit, strftime, nl_langinfo, sigaction,
716	sigprocmask, fopen64, fstat64.
717
7182003-04-27  Moritz Schulte  <moritz@g10code.com>
719
720	* README: Documented new configure switches.
721	Mention the --enable-maintainer-switch.
722
723	* configure.ac: Merged some code from GnuPG's configure.ac for
724	disabling sha512/tiger in case no 64 data types are available.
725
7262003-04-17  Moritz Schulte  <moritz@g10code.com>
727
728	* configure.ac: Include support for sha512.
729
7302003-04-17  Moritz Schulte  <moritz@g10code.com>
731
732	* AUTHORS: Updated.
733
7342003-04-16  Moritz Schulte  <moritz@g10code.com>
735
736	* configure.ac: Implement command line switches: --enable-ciphers,
737	--enable-pubkey-ciphers and --enable-digests.
738	Set Automake conditionals and config.h symbols depending on the
739	selected ciphers, pubkey-ciphers, digests and random-modules.
740
741	* acinclude.m4 (LIST_MEMBER): New macro.
742
743	* configure.ac: Simplified, removed code for parsing
744	EXTRA_PROGRAMS from Makefile.am.
745
7462003-04-08  Moritz Schulte  <moritz@g10code.com>
747
748	* configure.ac: Merged random-module selection code from GnuPG's
749	configure.ac.
750
7512003-04-07  Moritz Schulte  <moritz@g10code.com>
752
753	* configure.ac: Removed code for generating contruct.c.
754	Remove digest modules from the static_modules list, only handle
755	random module selection.
756
757
7582003-03-24  Moritz Schulte  <moritz@g10code.com>
759
760	* NEWS: Mention new CBC_MAC flag.
761
762	* AUTHORS (Maintainer): Update entry for Simon Josefsson.
763
7642003-03-04  Moritz Schulte  <moritz@g10code.com>
765
766	* TODO: Remove item about resetting handles, since
767	gcry_cipher_reset is implemented by now.
768
769	* NEWS: Mentioned gcry_cipher_reset.
770
7712003-01-21  Werner Koch  <wk@gnupg.org>
772
773	* README (Configure options): New.
774	* configure.ac (have_ld_version_script): New option
775	--enable-ld-version-script.
776
7772003-01-20  Simon Josefsson  <jas@extundo.com>
778
779	* configure.ac (MODULES_IN_CIPHER): Add crc.
780
7812003-01-20  Werner Koch  <wk@gnupg.org>
782
783	Released 1.1.12.
784
785	* configure.ac (LIBGCRYPT_LT_REVISION): Bumbed up.
786
7872002-12-21  Werner Koch  <wk@gnupg.org>
788
789	Released 1.1.11.
790
791	* configure.ac (LIBGCRYPT_LT_CURRENT: Bumbed to 6/5/0 due to a new
792	interface
793
7942002-12-19  Werner Koch  <wk@gnupg.org>
795
796	* configure.ac (have_pthread): Check for pthreads in libc.
797	(have_ld_version_script): New.
798
7992002-11-10  Werner Koch  <wk@gnupg.org>
800
801	* configure.ac (MODULES_IN_CIPHER): Add md4.c.  By Simon Josefsson.
802
8032002-09-20  Werner Koch  <wk@gnupg.org>
804
805	Released 1.1.10.
806
807	* configure.ac (HAVE_DEV_RANDOM_IOCTL): Don't check for it; it is
808	not used.
809	(AS_CHECK_HEADERS): Check for sys/select.h.
810	* Makefile.am (DIST_SUBDIRS): New to include the w32-dll directory
811
8122002-09-18  Timo Schulz  <ts@winpt.org>
813
814	* configure.ac: Added makefile for the W32 DLL.
815
8162002-09-17  Werner Koch  <wk@gnupg.org>
817
818	* configure.ac: Check for Pth and Pthreads.
819
8202002-08-23  Werner Koch  <wk@gnupg.org>
821
822	Released 1.1.9.
823
824	* configure.ac (LIBGCRYPT_CONFIG_CFLAGS): Renamed from
825	LIBGCRYPT_CFLAGS and removed the libpath because it is set by the
826	config script.
827	(LIBGCRYPT_LT_REVISION): Set LT version to 5/4/1.
828
8292002-06-25  Werner Koch  <wk@gnupg.org>
830
831	Released 1.1.8.
832
833	* configure.ac: Set LT version to 5/4/0.
834
8352002-05-21  Werner Koch  <wk@gnupg.org>
836
837	Released 1.1.7.
838
839	* configure.ac: Set LT version to 4/3/0.
840
8412002-05-17  Werner Koch  <wk@gnupg.org>
842
843	* configure.ac: Removed all the dynamic loading stuff.
844
8452002-05-16  Werner Koch  <wk@gnupg.org>
846
847	* configure.ac: Reordered the C_CHECK_FUNCS.
848
8492002-05-15  Werner Koch  <wk@gnupg.org>
850
851	* configure.ac: Adjusted for new MPI module stuff.
852
8532002-05-14  Werner Koch  <wk@gnupg.org>
854
855	Changed license to the LGPL.
856
8572002-05-02  Werner Koch  <wk@gnupg.org>
858
859	* jnlib/: Removed.
860	* Makefile.am (SUBDIRS): Removed jnlib.
861	* configure.ac (jnlib/Makefile): Removed.
862
863	* configure.ac: Define _REENTRANT.
864
8652002-02-18  Werner Koch  <wk@gnupg.org>
866
867	* configure.ac (MPI_EXTRA_ASM_OBJS): Use .lo suffix.
868	(AC_CANONICAL_TARGET): Added.
869
8702002-02-07  Werner Koch  <wk@gnupg.org>
871
872	Released 1.1.6.
873
8742002-01-24  Werner Koch  <wk@gnupg.org>
875
876	* jnlib/: Replaced by a fresh copy from GnuPG (actually the NewPG
877	development branch).  Adjusted Makefile.am and jnlib-config.h
878	accordingly.
879
8802001-12-18  Werner Koch  <wk@gnupg.org>
881
882	Released 1.1.5.
883
884	* Makefile.am (dist-hook): Only look in mpi and scripts for
885	distfiles; this way we don't include those of a stale "make dist"
886	directory.
887
888	* acinclude.m4 (GNUPG_FIX_HDR_VERSION): Make it work with the new
889	automake.
890	* configure.ac: Don't chmod db2any.
891
8922001-08-06  Werner Koch  <wk@gnupg.org>
893
894	* configure.ac: Removed cross compiling hacks.
895
8962001-08-03  Werner Koch  <wk@gnupg.org>
897
898	Released 1.1.4.
899
900	* acinclude.m4 (GNUPG_CHECK_TYPEDEF): Define GNU Source.
901
902        Migrated to autoconf 2.52.
903	* acinclude.m4: Removed GNUPG_LINK_FILES and converted.
904	* acconfig.h: Removed
905	* configure.in: Replaced by...
906	* configure.ac: and modified for use with autoconf 2.52.  Replaced
907	GNUPG_LINK_FILES with AC_CONFIG_LINKS and moved some informational
908	messages to the end. Removed --enable-m-debug
909
910	* tests/: New.
911	* Makefile.am: Included tests directory
912
913	* configure.in (DYNLINK_MOD_CFLAGS): Use -shared with dec-osf.
914	Reported by Chris Adams.  Merged some cases.
915
9162001-05-31  Werner Koch  <wk@gnupg.org>
917
918	Released 1.1.3.
919
920	* configure.in: Use _gcry_ prefix when creating the cipher constructor.
921
922	* acconfig.h (_GCRYPT_IN_LIBGCRYPT): Define it here.
923
9242001-05-28  Werner Koch  <wk@gnupg.org>
925
926	* acinclude.m4 (GPH_PROG_DOCBOOK): Removed.
927	(GPH_PROG_DB2ANY): New. Taken from GPH.
928	* configure.in: Use it here.
929
9302000-12-19  Werner Koch  <wk@gnupg.org>
931
932	Major change:
933	Removed all GnuPG stuff and renamed this piece of software
934	to gcrypt.  The directory gcrypt has been renamed to src.
935
9362000-11-14  Werner Koch  <wk@gnupg.org>
937
938	Version 1.1.2 released.
939
9402000-11-13  Werner Koch  <wk@gnupg.org>
941
942	* acinclude.m4 (GNUPG_FIX_HDR_VERSION): VPATH build fix.
943
9442000-10-10  Werner Koch  <wk@gnupg.org>
945
946	* Makefile.am (dist-hook): Create the version file.
947	* configure.in: Set the libtool version here, removed the need
948	for the version file.
949
950Mon Sep 18 16:35:45 CEST 2000  Werner Koch  <wk@openit.de>
951
952        * acinclude.m4 (GNUPG_CHECK_MLOCK):  Removed that silly mkdir().
953
954        * configure.in:  Changes to allow for Solaris random device.
955        By Nils Ellmenreich.
956        (--with-egd-socket): New.
957
958        * configure.in (GNUPG_HOMEDIR): New.
959
960        * configure.in: Check for fstat64 and fopen64
961
962        * acinclude.m4 (GNUPG_CHECK_FAQPROG): New.
963        * configure.in: Test for this.
964
965        * configure.in (DYNLINK_MOD_CFLAGS): Fix by David Champion.
966
967Tue Aug 22 14:31:15 CEST 2000  Werner Koch  <wk@openit.de>
968
969        Version 1.1.1
970
971Fri Aug 18 14:27:14 CEST 2000  Werner Koch  <wk@openit.de>
972
973  * agent/: New.
974  * Makefile.am, configure.in: Support for the new directory.
975
976Mon Jul 17 16:35:47 CEST 2000  Werner Koch  <wk@>
977
978  * configure.in (mingw32): Changes to allow for mingw32msvc
979
980Fri Jul 14 19:38:23 CEST 2000  Werner Koch  <wk@>
981
982  The big merge between this one and the stable branch 1.0.  Still need
983  to merge TNANKS, AUTHORS and such.  It probaly does not compile yet.
984
985  * acinclude.m4 (GNUPG_CHECK_MLOCK): Fixed syntax error in C code.
986
987  * configure.in: Add check for termio.h, wait unctiosn and sigaction.
988
989  * acinclude.m4, configure.in (GNUPG_CHECK_GNUMAKE): New.
990
991  * acinclude.m4 (MKDIR_TAKES_ONE_ARG): Check some headers. By Ga�l Qu�ri.
992
993  * configure.in (AM_INIT_AUTOMAKE): Use this now. By Ga�l.
994
995  * acinclude.m4 (GNUPG_CHECK_EXPORTDYNAMIC): Replacement for
996  GNUPG_CHECK_RDYNAMIC which should handle gcc with non GNU ld nicer.
997  Contributed by Dave Dykstra.
998  * configure.in (GNYPG_CHECK_RDYNAMIC): Replaced by the new check.
999
1000  * configure.in: Add a test for unisgned long long.
1001
1002  * configure.in (DYNLINK_MOD_CFLAGS): Set different for NetBSD.
1003
1004  * configure.in: Add check for clock_gettime
1005
1006  * configure.in (ALL_LINGUAS): Add nl.
1007  * configure.in (ALL_LINGUAS): Add Esperanto.
1008  * configure.in (ALL_LINGUAS): Add sv and ja.
1009
1010  * configure.in: Use /usr/local for CFLAGS and LDFLAGS when
1011  target is freebsd.  By R�mi.
1012
1013  * configure.in: Do not set development version when the version has
1014  a dash in it.  Suggested by Dave Dykstra.
1015
1016  * configure.in: Removed substitution for doc/gph/Makefile.
1017  Do all the gcc warning only in maintainer mode.
1018
1019  * configure.in (dlopen): Use CHECK_FUNC for a test of dlopen in libc.
1020  Suggested by Alexandre Oliva.
1021  (-Wall): Moved the settting of gcc warning options near to the end
1022  so that tests don't get confused.  Suggested by Paul D. Smith.
1023
1024  * acinclude.m4 (GNUPG_SYS_NM_PARSE): Added BSDI support.
1025  (GNUPG_CHECK_RDYNAMIC): Ditto.
1026
1027  * acinclude.m4 (GNUPG_CHECK_MLOCK): Changed the way to test for
1028  librt.  Test suggested by Jeff Long.
1029
1030  * acinclude.m4 (GNUPG_CHECK_MLOCK): Do librt check only when
1031  we can't link a test program.  This way GNU systems don't need
1032  to link against linrt.
1033  (GNUPG_CHECK_IPC): Fixed use of TRY_COMPILE macro.  From Tim Mooney.
1034
1035  * acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Add support for
1036  DJGPP.
1037  (GNUPG_CHECK_MLOCK): Check whether mlock sits in librt.
1038
1039  * acinclude.m4 (GNUPG_CHECK_RDYNAMIC): Add NetBSD. By Thomas Klausner.
1040
1041  * acconfig.h (HAVE_MLOCK): Added
1042
1043Mon Mar 13 19:22:46 CET 2000  Werner Koch  <wk@openit.de>
1044
1045	* configure.in: Now uses the Docbook M4s from GPH.
1046
1047Mon Jan 31 17:46:35 CET 2000  Werner Koch  <wk@>
1048
1049	* Makefile.am: Re-added tools. By R�mi.
1050
1051Mon Jan 31 16:37:34 CET 2000  Werner Koch  <wk@gnupg.de>
1052
1053	* configure.in: Create a symlink for types.h in gcrypt/.
1054
1055Thu Jan 27 18:00:44 CET 2000  Werner Koch  <wk@gnupg.de>
1056
1057	* configure.in (g10defs.h): Replaced by gnupg-defs.h
1058
1059Mon Jan 24 13:04:28 CET 2000  Werner Koch  <wk@gnupg.de>
1060
1061	* jnlib/ : New.
1062
1063	* configure.in: Do set development version when the version has
1064	a dash in it.  Suggested by Dave Dykstra.
1065
1066Thu Dec  9 17:22:27 CET 1999  Werner Koch  <wk@gnupg.de>
1067
1068	* acinclude.m4 (GNUPG_FIX_HDR_VERSION): New.
1069	* configure.in: Check and fix the version number of gcrypt/gcrypt.h
1070	so that it is always the save as VERSION.
1071
1072Thu Oct 28 16:17:46 CEST 1999  Werner Koch  <wk@gnupg.de>
1073
1074	* Started with development series 1.1 on 1999-10-26
1075
1076Tue Oct 26 14:10:21 CEST 1999  Werner Koch  <wk@gnupg.de>
1077
1078	* README-alpha: New
1079
1080	* configure.in: Fixed quoting in test for development version.
1081
1082	* THANKS: Add entries for Michael, Brenno and J Horacio who did
1083	very nice Howto documents - I apoligize for forgetting to mention them
1084	earlier.
1085
1086Fri Sep 17 12:56:42 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1087
1088
1089	* configure.in: Add "-lcap" when capabilities are requested.
1090	Add the conditional CROSS_COMPILING.
1091	* Makefile.am: Don't use checks when CROSS_COMPILING.
1092
1093
1094Wed Sep 15 16:22:17 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1095
1096
1097	* configure.in (ALL_LINGUAS): Add pt_PT.
1098
1099	* configure.in: Some tweaks for cross compiling under MingW32
1100	* acconfig.h (USE_STATIC_RNDW32): New.
1101
1102Tue Sep  7 17:08:10 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1103
1104
1105	* VERSION: Set to 1.0.0.
1106
1107Mon Sep  6 19:59:08 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1108
1109
1110	* configure.in: Create makefile in doc/gph
1111
1112	* acinclude.m4 (GNUPG_FUNC_MKDIR_TAKES_ONE_ARG): New
1113	* configure.in: use the above.
1114
1115Thu Sep  2 16:40:55 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1116
1117
1118	* VERSION: Set to 0.9.11.
1119
1120Tue Aug 31 17:20:44 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1121
1122	* configure.in: Minor changes to the OS/2 and Mingw32 system labels.
1123	Add a printable name for Hurd.
1124
1125Mon Aug 30 20:38:33 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1126
1127	* configure.in: Some support for DJGPP (Mark Elbrecht)
1128
1129Wed Aug  4 10:34:46 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1130
1131	* VERSION: Set to 0.9.10.
1132
1133Mon Jul 26 09:34:46 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1134
1135	* acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): remove init of ac_cv_...
1136
1137	* Makefile.am (DISCLEANFILES): New
1138
1139Fri Jul 23 13:53:03 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1140
1141	* VERSION: Set to 0.9.9.
1142
1143	* configure.in: Print a notice when rndunix is used.
1144
1145Thu Jul 15 10:15:35 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1146
1147	* acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Fixed last modification.
1148
1149Wed Jul  7 13:08:40 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1150
1151	* Makefile.am: Support for libtool.
1152	* configure.in: Ditto.
1153
1154Tue Jun 29 21:44:25 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1155
1156	* configure.in (use_local_zlib): The lost dollar is back.
1157
1158	* acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Add EMX case.
1159	* configure.in: Another variant of the MX vendor string
1160
1161	* configure.in (--with-capabilities): Some test code (Remi).
1162
1163Sat Jun 26 12:15:59 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1164
1165	* acinclude.m4 (GNUPG_CHECK_RDYNAMIC): Support for HPUX and IRIX.
1166	* configure.in (HAVE_DL_SHL_LOAD): New for HPUX (Dave Dykstra).
1167
1168	* VERSION: Now 0.9.8
1169
1170Wed Jun 16 20:16:21 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1171
1172	* configure.in: Add test for docbook-to-man
1173
1174Tue Jun 15 12:21:08 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1175
1176	* acinclude.m4 (GNUPG_SYS_NM_PARSE): Support for {net,free}bsd,
1177
1178Thu Jun 10 14:18:23 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1179
1180	* configure.in (ZLIB,GDBM): Check both, header and lib.
1181
1182Sat Jun  5 15:30:33 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1183
1184	* pkclist.c (key_present_in_pk_list): New (Michael).
1185
1186Tue May 25 19:50:32 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1187
1188	* configure.in (IS_DEVELOPMENT_VERSION): Fixed detection.
1189
1190Sun May 23 14:20:22 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1191
1192	* acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): assume yes when
1193	cross-compiling.
1194
1195Mon May 17 21:54:43 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1196
1197	* configure.in (socket): Fix for Unisys by Katsuhiro Kondou.
1198
1199Sat May  8 19:28:08 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1200
1201	* NEWS: Add a marker line which I forgot to do for 0.9.6.
1202
1203Thu May  6 14:18:17 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1204
1205	* README: Minor updates
1206
1207	* VERSION: Now 0.9.6
1208
1209Thu Apr  8 09:35:53 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1210
1211	* acinclude.m4 (GNUPG_CHECK_RDYNAMIC): Fix for
1212					       amiga-openbsd (Peter Reich)
1213	(GNUPG_PROG_NM): Ditto
1214
1215Wed Apr  7 20:51:39 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1216
1217	* Makefile.am (g10defs.h): Removed.
1218	* configure.in (AC_OUTPUT_COMMANDS): Create g10defs.h
1219
1220Sat Mar 20 12:55:33 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
1221
1222	* VERSION: Now 0.9.5
1223
1224Sun Mar 14 19:34:36 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
1225
1226	* acinclude.m4 (AM_SYS_SYMBOL_UNDERSCORE): Removed because it is
1227	now in the latest libtool.
1228
1229Thu Mar 11 16:39:46 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
1230
1231	* configure.in: Removed the need for libtool
1232
1233Mon Mar  8 20:47:17 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
1234
1235	* configure.in (DLSYM_NEEDS_UNDERSCORE): Replaced.
1236	* acinclude.in (AM_SYS_SYMBOL_UNDERSCORE): New.
1237
1238	* VERSION: Now 0.9.4
1239
1240Sun Feb 28 19:11:00 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
1241
1242	* configure.in (dld): Test disabled.
1243
1244Fri Feb 26 17:55:41 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
1245
1246	* encode.c (encode_simple): temporary fix.
1247
1248Wed Feb 24 11:07:27 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
1249
1250	* configure.in: New option --enable-static-rnd.
1251
1252Mon Feb 22 20:04:00 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
1253
1254	* BUGS: Now we assign bug numbers.
1255	* OBUGS: New to keep rack o fixed bugs (CVS only)
1256
1257Fri Feb 19 18:01:54 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
1258
1259	* VERSION: Released 0.9.3
1260
1261Fri Feb 19 15:49:15 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
1262
1263	* acinclude.m4: Removed gettext macros.
1264
1265Tue Feb 16 14:10:02 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
1266
1267	* configure.in (socket): Check for -lsocket and -lnsl.
1268	(osf4): Disable all warnings for DEC's cc.
1269	(-Wall): Add more warning options for gcc
1270
1271Sat Feb 13 12:04:43 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
1272
1273	* configure.in: Changed detection of compiler flags.
1274	* intl/ : Removed directory
1275
1276Wed Feb 10 17:15:39 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
1277
1278	* acinclude.m4 (GNUPG_CHECK_RDYNAMIC): Fix for freebsd 2.2
1279
1280	* configure.in: a lot of changes to allow selection of modules.
1281	Add support for OS/2.
1282
1283	* acinclude.m4: add some more caching
1284
1285	* README: Spelling and grammar corrections (John A. Martin)
1286	* INSTALL: Ditto.
1287
1288Wed Jan 20 21:40:21 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
1289
1290	* configure.in: --enable-m-guard is now default
1291
1292Wed Jan 13 12:49:36 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
1293
1294	* INSTALL: Applied new information how to build rpms by Fabio Coatti
1295	* Makefile.in (gnupg.spec): Changed the names.
1296
1297Tue Jan 12 11:17:18 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
1298
1299	* config.links (m68k-atari-mint): New
1300
1301Tue Jan 12 09:17:19 CET 1999  Ga�l Qu�ri <gqueri@mail.dotcom.fr>
1302
1303	* all: Fixed typos all over the place
1304
1305Sat Jan  9 16:02:23 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
1306
1307	* configure.in: Add a way to statically link rndunix
1308
1309Sun Jan  3 15:28:44 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
1310
1311	* acinclude.m4 (GNUPG_CHECK_RDYNAMIC): New.
1312	* configure.in (DYNLOAD_CFLAGS): Use result from CHECK_RDYNAMIC
1313
1314Wed Dec 23 13:18:14 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
1315
1316	* README: Replaced the command overview with a short intro.
1317
1318Sat Dec 12 18:40:32 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
1319
1320	* configure.in: Add check for dlopen in libc (Greg Troxel)
1321	and a new define
1322	* acconfig.h (DLSYM_NEEDS_UNDERSCORE): New.
1323
1324Thu Dec 10 20:15:36 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
1325
1326	* acinclude.m (GNUPG_CHECK_PIC): New
1327	* configure.in, acinclude.m4: Renamed all WK_ to GNUPG_
1328
1329Tue Dec  8 15:09:29 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
1330
1331	* VERSION: Set to 0.4.5
1332
1333Wed Nov 25 12:38:29 1998  Werner Koch  (wk@isil.d.shuttle.de)
1334
1335	* configure.in (USE_RNDLINUX): New.
1336
1337Fri Nov 20 19:34:57 1998  Werner Koch  (wk@isil.d.shuttle.de)
1338
1339	* VERSION: Released 0.4.4
1340
1341	* configure.in (try_asm_modules): For option --disable-asm
1342
1343Tue Nov 10 19:32:40 1998  Werner Koch  (wk@isil.d.shuttle.de)
1344
1345	* configure.in (MPI_SFLAGS): New.
1346
1347Tue Nov 10 13:44:53 1998  Werner Koch  (wk@isil.d.shuttle.de)
1348
1349	* ABOUT-NLS: New
1350	* configure.in (AC_REVISION): New.
1351
1352Sun Nov  8 18:20:35 1998  Werner Koch  (wk@isil.d.shuttle.de)
1353
1354	* VERSION: Set to 0.4.3
1355
1356Sun Oct 25 19:49:37 1998  Werner Koch  (wk@isil.d.shuttle.de)
1357
1358	* Makefile.am (g10defs.h): New macro GNUPG_DATADIR.
1359
1360Wed Oct 21 17:24:24 1998  Werner Koch  (wk@isil.d.shuttle.de)
1361
1362	* configure.in: Removed gettext kludge
1363	* acinclude.m4: Add patched AM_WITH_NKS macro
1364
1365Tue Oct 20 19:03:36 1998  Werner Koch  (wk@isil.d.shuttle.de)
1366
1367	* configure.in: Kludge to make AM_GNU_GETTEXT work,
1368	changed some macors to more modern versions. Also
1369	changeg the all makefiles to remove duplicate ../intl.
1370	* acinclude.m4: Removed the gettext stuff, as this
1371	already comes with automake now.
1372
1373Wed Oct 14 12:11:34 1998  Werner Koch  (wk@isil.d.shuttle.de)
1374
1375	* configure.in (NAME_OF_DEV_RANDOM): New.
1376	(DYNLINK_MOD_CFLAGS): New.
1377
1378Thu Oct  8 10:55:15 1998  Werner Koch  (wk@isil.d.shuttle.de)
1379
1380	* Makefile.am (g10defs.h): creates include file
1381	* acconfig.h: now includes g10defs.h
1382	* configure.in: Removed G10_LOCALEDIR and GNUPG_LIB
1383
1384Thu Sep 17 18:49:40 1998  Werner Koch  (wk@(none))
1385
1386	* Makefile.am (dist-hook): Now creates RPM file.
1387	* scripts/gnupg.spec: New template file for RPMs
1388
1389Thu Jul 30 19:17:07 1998  Werner Koch  (wk@(none))
1390
1391	* acinclude.h (WK_CHECK_IPC): New
1392	* configure.in : Add checks for SysV IPC
1393
1394Thu Jun 25 11:18:49 1998  Werner Koch  (wk@isil.d.shuttle.de)
1395
1396	* configure.in (--disable-dynload): New.
1397
1398Wed Jun 10 07:48:59 1998  Werner Koch,mobil,,,	(wk@tobold)
1399
1400	* configure.in (GNUPG_LIBDIR): New.
1401
1402Mon May 25 19:10:59 1998  Werner Koch  (wk@isil.d.shuttle.de)
1403
1404	* rand-unix.c (fast_random_poll): fixed syntax bug.
1405
1406Mon May 11 10:21:31 1998  Werner Koch  (wk@isil.d.shuttle.de)
1407
1408	* configure.in (PRINTABLE_OS_NAME): Linux is now GNU/Linux
1409
1410Tue Apr 14 19:08:05 1998  Werner Koch  (wk@isil.d.shuttle.de)
1411
1412	* [all files]: Applied Matthew Skala's typo and grammar fixes.
1413
1414Wed Mar  4 10:32:40 1998  Werner Koch  (wk@isil.d.shuttle.de)
1415
1416	* configure.in (getrusage,gettimeofday): New tests.
1417
1418Fri Feb 27 13:14:17 1998  Werner Koch  (wk@isil.d.shuttle.de)
1419
1420	* configure.in (--disable-m-guard): New.
1421
1422Thu Feb 26 17:09:27 1998  Werner Koch  (wk@isil.d.shuttle.de)
1423
1424	* configure.in, acinclude.m4, intl/, po/: New macros taken
1425	from GNOME, switched to automake 1.2f
1426
1427Thu Feb 26 09:05:46 1998  Werner Koch  (wk@isil.d.shuttle.de)
1428
1429	* configure.in (doc/Makefile): New
1430
1431Thu Feb 26 07:40:47 1998  Werner Koch  (wk@isil.d.shuttle.de)
1432
1433	* configure.in: Changed gettext stuff
1434
1435Wed Feb 25 11:44:10 1998  Werner Koch  (wk@isil.d.shuttle.de)
1436
1437	* checks/*test : restructured the directory.
1438
1439Tue Feb 24 15:59:12 1998  Werner Koch  (wk@isil.d.shuttle.de)
1440
1441	* configure.in: Changed the name of the package to GNUPG and
1442	chnaged several other names too.
1443
1444Wed Feb 18 17:36:45 1998  Werner Koch  (wk@isil.d.shuttle.de)
1445
1446	* Makefile.am (checks): New.
1447
1448Sat Feb 14 15:37:55 1998  Werner Koch  (wk@isil.d.shuttle.de)
1449
1450	* configure.in (mpi_config_done): Removed asm links caching.
1451
1452Sat Feb 14 14:02:20 1998  Werner Koch  (wk@isil.d.shuttle.de)
1453
1454	* configure.in (PRINTABLE_OS_NAME): New.
1455	* acconfig.h: Likewise.
1456
1457Fri Feb 13 19:43:41 1998  Werner Koch  (wk@isil.d.shuttle.de)
1458
1459	* configure.in : Fixed zlib stuff
1460	* Makefile.am: Likewise
1461
1462
1463 Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006,
1464	   2007, 2008, 2009, 2011 Free Software Foundation, Inc.
1465
1466 This file is free software; as a special exception the author gives
1467 unlimited permission to copy and/or distribute it, with or without
1468 modifications, as long as this notice is preserved.
1469
1470 This file is distributed in the hope that it will be useful, but
1471 WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
1472 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1473