12011-12-01  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
82011-06-29  Werner Koch  <wk@g10code.com>
9
10	Release 1.5.0.
11
12	* configure.ac: Keep LT version at C18/A7/R0 because it has
13	already been bumped up at 2010-07-09.
14
15	* config.guess, config.sub: Update to 2011-06-03.
16
172011-04-06  Werner Koch  <wk@g10code.com>
18
19	* configure.ac (emacs_local_vars_begin): Move more to the top to
20	avoid Emacs warnings.
21
222011-03-30  Werner Koch  <wk@g10code.com>
23
24	* compat/compat.c (_gcry_compat_identification): Add version string.
25
262011-03-08  Werner Koch  <wk@g10code.com>
27
28	* configure.ac (BUILD_REVISION): Use new git_brevis macro.
29
302011-02-23  Werner Koch  <wk@g10code.com>
31
32	* configure.ac (LIBGCRYPT_CONFIG_HOST): New.
33
34	* acinclude.m4 (AM_PATH_GPG_ERROR): Remove.
35
362011-02-21  Werner Koch  <wk@g10code.com>
37
38	Release 1.5.0-beta1.
39
402011-02-18  Werner Koch  <wk@g10code.com>
41
42	* configure.ac [GCC]: Remove the use of -fno-strict-aliasing.
43
442011-02-11  Werner Koch  <wk@g10code.com>
45
46	* configure.ac: Add option --disbale-aesni-support.
47	(ENABLE_AESNI_SUPPORT): New macro.
48
492011-02-04  Werner Koch  <wk@g10code.com>
50
51	* autogen.sh: Install the git pre-commit if not yet done.
52
532010-12-23  Werner Koch  <wk@g10code.com>
54
55	* configure.ac (BUILD_REVISION): Use git_revision.
56
572010-08-19  Werner Koch  <wk@g10code.com>
58
59	* configure.ac: Define GPG_ERR_ENABLE_ERRNO_MACROS. Remove
60	definition of _GNU_SOURCE.
61	(AC_GNU_SOURCE): New.
62
632010-08-16  Werner Koch  <wk@g10code.com>
64
65	* configure.ac (INSERT_SYS_SELECT_H): New.
66
672010-07-09  Werner Koch  <wk@g10code.com>
68
69	* configure.ac: Bump LT version to C18/A7/R0 to prepare a backport
70	of a new API to the 1.4 series.
71
722010-04-19  Marcus Brinkmann  <marcus@g10code.de>
73
74	* configure.ac: Check for -fno-strict-aliasing.
75
762010-04-12  Brad Hards  <bradh@frogmouth.net>  (wk)
77
78	* configure.ac: Print more verbose info at the end.
79
802010-03-24  Werner Koch  <wk@g10code.com>
81
82	* configure.ac (USE_RNDW32CE): New.
83
842010-03-15  Werner Koch  <wk@g10code.com>
85
86	* configure.ac (emacs_local_vars_begin)
87	(emacs_local_vars_read_only, emacs_local_vars_end): New.
88
892010-01-21  Werner Koch  <wk@g10code.com>
90
91	* compat/Makefile.am: New.
92	* compat/compat.c: New.
93	* compat/libcompat.h: New.
94	* compat/getpid.c, compat/clock.c: New.
95
96	* configure.ac: Require libgpg-error 1.8.
97	(HAVE_W32CE_SYSTEM): New am_defines and am_conditionals.
98	(getpid): Check for replacement function.
99	(AC_CONFIG_LIBOBJ_DIR): New.
100	(AC_TYPE_PID_T): New.
101	(AM_INIT_AUTOMAKE): Use modern variant.
102	(AC_CONFIG_FILES): Add compat/Makfile.
103	* autogen.sh: Support W32CE.
104	* ltmain.sh: Update to 2.2.6b
105	(wrappers_required): Don't set for mingw32ce.
106	* Makefile.am (DIST_SUBDIRS, SUBDIRS): Add compat.
107
1082009-12-10  Werner Koch  <wk@g10code.com>
109
110	* configure.ac: Add option --disable-O-flag-munging.
111
1122009-12-08  Marcus Brinkmann  <marcus@g10code.de>
113
114	Update to libtool 2.2.6a.
115	* configure.ac: Invoke AC_CONFIG_MACRO_DIR.
116	(AC_LIBTOOL_WIN32_DLL, AC_LIBTOOL_RC): Replace by ...
117	(LT_PREREQ, LT_INIT, LT_LANG): ... these.
118	* config.guess, config.sub, install-sh, ltmain.sh, m4/libtool.m4:
119	Updated to libtool 2.2.6a.
120	* m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
121	m4/lt~obsolete.m4: New files from libtool 2.2.6a.
122
1232009-08-05  Werner Koch  <wk@g10code.com>
124
125	* configure.ac: Test for sys/msg.h.
126
1272009-04-23  Werner Koch  <wk@g10code.com>
128
129	* README: Add a section on build problems.
130
1312009-01-22  Werner Koch  <wk@g10code.com>
132
133	* configure.ac: Bump LT version to C17/A6/R0 to mark the start of
134	a new development series.
135
1362009-01-22  Werner Koch  <wk@g10code.com>
137
138	Release 1.4.4.
139
140	* configure.ac: Bump LT version to C16/A5/R2.
141
1422008-10-30  Werner Koch  <wk@g10code.com>
143
144	* configure.ac: Remove option --enable-gcc-warnings.  Autodetect
145	useful gcc warnings in maintainer mode.
146
1472008-09-18  Werner Koch  <wk@g10code.com>
148
149	Release 1.4.3.
150
151	* configure.ac: Bump LT version to C16/A5/R1.
152
1532008-09-15  Werner Koch  <wk@g10code.com>
154
155	* configure.ac: Cehck for syslog.
156
1572008-09-08  Werner Koch  <wk@g10code.com>
158
159	Release 1.4.2.
160
1612008-09-01  Werner Koch  <wk@g10code.com>
162
163	Release 1.4.2rc2.
164
165	* configure.ac: Update svn_revision macro.
166
1672008-08-22  Werner Koch  <wk@g10code.com>
168
169	* configure.ac: Add option --enable-hmac-binary-check.
170	(DL_LIBS): Check whether -ldl is required.
171
1722008-08-19  Werner Koch  <wk@g10code.com>
173
174	Release 1.4.2rc1.
175
176	* configure.ac: Bump LT version to C16/A5/R0.
177
1782008-08-18  Werner Koch  <wk@g10code.com>
179
180	* Makefile.am (EXTRA_DIST): Remove the unused BUGS file.
181
1822008-08-15  Werner Koch  <wk@g10code.com>
183
184	* configure.ac (AH_BOTTOM): Define GCRY_GPG_ERR_NOT_OPERATIONAL.
185
1862008-07-05  Werner Koch  <wk@g10code.com>
187
188	* random/: New.
189	* Makefile.am (DIST_SUBDIRS): Add random.
190	* configure.ac (AC_CONFIG_FILES): Add random/Makefile.
191
1922008-04-25  Werner Koch  <wk@g10code.com>
193
194	Release 1.4.1.
195
196	* configure.ac: Bump LT version to C15/A4/R4.
197
1982008-04-22  Werner Koch  <wk@g10code.com>
199
200	* configure.ac: Set version to 1.4.1rc1.
201
2022008-04-18  Werner Koch  <wk@g10code.com>
203
204	* configure.ac (AH_BOTTOM): Add CAMELLIA_EXT_SYM_PREFIX.
205	(NAME_OF_DEV_RANDOM):  Remove special cases for Solaris etc.  This
206	matches the gnupg 1.4.9 version.
207
2082008-04-01  Werner Koch  <wk@g10code.com>
209
210	* configure.ac (AC_INIT): Fix quoting.
211
2122008-03-19  Werner Koch  <wk@g10code.com>
213
214	* configure.ac: Fix the tests for USE_<algo> to either define or
215	undef the macros.  Suggested by Dirk Stoecker.
216
2172008-03-18  Werner Koch  <wk@g10code.com>
218
219	* configure.ac: Test for uintptr_t.
220
2212008-02-18  Werner Koch  <wk@g10code.com>
222
223	* configure.ac (IS_DEVELOPMENT_VERSION): Set depending on the my_svn.
224
2252007-12-11  Werner Koch  <wk@g10code.com>
226
227	* configure.ac: We actually require libgpg-error 1.4.  Reported by
228	Tim Mooney.
229
2302007-12-10  Werner Koch  <wk@g10code.com>
231
232	Released 1.4.0.
233
234	* configure.ac: Set LT to C15/A4/R3.
235
2362007-12-05  Werner Koch  <wk@g10code.com>
237
238	* configure.ac: Add option --disable-padlock-support.
239
2402007-12-03  Werner Koch  <wk@g10code.com>
241
242	Released 1.3.2.
243
244	* configure.ac: Set LT to C15/A4/R2.
245
246	* config.sub, config.guess: Update to version 2007-11-19.
247
2482007-10-30  Werner Koch  <wk@g10code.com>
249
250	* configure.ac: Protect config.h against double inclusion.
251
2522007-10-26  Werner Koch  <wk@g10code.com>
253
254	Released 1.3.1.
255
256	* configure.ac: Set LT to C15/A4/R1.
257
2582007-08-22  Werner Koch  <wk@g10code.com>
259
260	* README: Rewrite the license description.
261	* configure.ac (USE_RNDW32, USE_RNDUNIX): Unmark as GPL modules.
262
2632007-08-08  Werner Koch  <wk@g10code.com>
264
265	* configure.ac: Use $host and not $target.
266
2672007-07-26  Werner Koch  <wk@g10code.com>
268
269	* acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Fix a syntax error
270	in the test program which lurked there for 4 years.  Adjusted name
271	of libtools global_system_pipe variable and add extra cut stage.
272	Reported by Gregor Riepl.
273
2742007-06-15  Werner Koch  <wk@g10code.com>
275
276	* autogen.sh (FORCE): Use = and not == in test to be POSIXly correct.
277
2782007-05-30  Werner Koch  <wk@g10code.com>
279
280	* configure.ac: Camellia is no longer GPL.
281
2822007-05-24  Werner Koch  <wk@g10code.com>
283
284	* configure.ac: Try to use -Wpointer-arith.
285
2862007-05-19  Marcus Brinkmann  <marcus@g10code.de>
287
288	* configure.ac: Fix test for optional UDIV and UDIV_QRNND MPI
289	modules.
290
2912007-05-09  Marcus Brinkmann  <marcus@g10code.de>
292
293	* configure.ac (ac_cv_mpi_config_done): Unused variable removed.
294	(ac_cv_mpi_mod_list, MPI_MOD_LIST_LO, MPI_MOD_LIST_O): Removed.
295	(MPI_MOD_ASM_MPIH_ADD1, MPI_MOD_ASM_MPIH_SUB1,
296	MPI_MOD_ASM_MPIH_MUL1, MPI_MOD_ASM_MPIH_MUL2,
297	MPI_MOD_ASM_MPIH_MUL3, MPI_MOD_ASM_MPIH_LSHIFT,
298	MPI_MOD_ASM_MPIH_RSHIFT, MPI_MOD_ASM_MPIH_UDIV,
299	MPI_MOD_ASM_MPIH_UDIV_QRNND, MPI_MOD_C_MPIH_ADD1,
300	MPI_MOD_C_MPIH_SUB1, MPI_MOD_C_MPIH_MUL1, MPI_MOD_C_MPIH_MUL2,
301	MPI_MOD_C_MPIH_MUL3, MPI_MOD_C_MPIH_LSHIFT, MPI_MOD_C_MPIH_RSHIFT,
302	MPI_MOD_C_MPIH_UDIV, MPI_MOD_C_MPIH_UDIV_QRNND): New automake
303	variables.
304
3052007-05-04  Werner Koch  <wk@g10code.com>
306
307	Released 1.3.0.
308
309	* configure.ac: Set LT to C15/A4/R0.
310
311	* configure.ac: Require automake 1.10
312	(AM_PROG_CC_C_O): New.
313
3142007-05-03  Werner Koch  <wk@g10code.com>
315
316	* configure.ac: Fix detection of GPLed random modules.
317
3182007-05-02  Werner Koch  <wk@g10code.com>
319
320	* configure.ac (LIBGCRYPT_DIGESTS, LIBGCRYPT_CIPHERS)
321	(LIBGCRYPT_PUBKEY_CIPHERS): Ac_define lists of algorithms.
322	(default_ciphers): Don't make camellia a default.
323
3242007-05-02  David Shaw  <dshaw@jabberwocky.com>
325
326	* NEWS, configure.ac: Add Camellia.
327
3282007-04-30  Werner Koch  <wk@g10code.com>
329
330	* README.apichanges: Move to doc/.
331	* Makefile.am (EXTRA_DIST): Removed that file.
332
3332007-04-28  Marcus Brinkmann  <marcus@g10code.de>
334
335	* configure.ac: Allow to specify additional search directories
336	with --enable-mpi-path.
337
3382007-04-16  Werner Koch  <wk@g10code.com>
339
340	* configure.ac: Check for sysconf.
341	* acinclude.m4 (GNUPG_CHECK_MLOCK): Try to use sysconf to get the
342	page size and use getpagesize only then if available.
343
3442007-03-22  Werner Koch  <wk@g10code.com>
345
346	* configure.ac: Add support for ECC.
347
3482007-02-22  Werner Koch  <wk@g10code.com>
349
350	* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Use
351	--enable-random-daemon.
352
353	* configure.ac: New option --enable-random-daemon.
354	Create versioninfo.rc and provide the build information.
355
3562007-02-21  Werner Koch  <wk@g10code.com>
357
358	* Makefile.am, configure.ac: Ignore w32-dll/.
359
3602007-02-20  Werner Koch  <wk@g10code.com>
361
362	* configure.ac: Bump LT version to C14/A3/R0 in preparation for a
363	release.
364
365	* autogen.sh: Add option --force.
366	* configure.ac: New option --disable-endian-check.  Use a real
367	noexecstack test instead of requiring an option.  Add SVN version
368	magic.
369
3702007-02-02  Werner Koch  <wk@g10code.com>
371
372	* configure.ac (FALLBACK_SOCKLEN_T): Special case for mingw32.
373
3742006-11-15  Werner Koch  <wk@g10code.com>
375
376	* autogen.sh: Add convenience option --build-amd64.
377
3782006-10-20  Werner Koch  <wk@g10code.com>
379
380	* Makefile.am (stowinstall): New convenience target.
381
3822006-10-12  Marcus Brinkmann  <marcus@g10code.de>
383
384	* configure.ac (FALLBACK_SOCKLEN_T): Third time is a charm.
385	Define gcry_socklen_t, to avoid conflicts with socklen_t
386	definitions by autoconf.
387
3882006-10-11  Marcus Brinkmann  <marcus@g10code.de>
389
390	* configure.ac (FALLBACK_SOCKLEN_T): Rewrite in terms of
391	socklen.m4.
392
3932006-10-11  Marcus Brinkmann  <marcus@g10code.de>
394
395	* acinclude.m4 (GNUPG_FIX_HDR_VERSION): Removed.
396	* configure.ac: Do not call GNUPG_FIX_HDR_VERSION.
397
3982006-10-10  Marcus Brinkmann  <marcus@g10code.de>
399
400	* configure.ac: Invoke AC_CHECK_SOCKLEN_TYPE.
401	(AC_CONFIG_FILES): Add src/gcrypt.h.
402	(AC_CONFIG_SRCDIR): Change to src/libgcrypt.vers.
403
4042006-10-02  Werner Koch  <wk@g10code.com>
405
406	* acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Test on HOST and not
407	TARGET.  Hardwire for mingw32. Allow setting via command line when
408	cross compiling.
409
4102006-08-29  Werner Koch  <wk@g10code.com>
411
412	* configure.ac (USE_SEED): New.
413
4142006-07-26  Werner Koch  <wk@g10code.com>
415
416	* configure.ac: New options --enable-noexecstack and
417	--disable-optimization.
418
4192006-07-04  Marcus Brinkmann  <marcus@g10code.de>
420
421	* configure.ac: Call AC_LIBTOO_WIN32_DLL and AC_LIBTOOL_RC.
422
423	* configure.ac: Call gl_TYPE_SOCKLEN_T instead of the other
424	socklen_t checks.
425
4262006-06-08  Marcus Brinkmann  <marcus@g10code.de>
427
428	* configure.ac (PTH_LIBS): Add --all to pth-config invocation.
429
4302006-03-14  Werner Koch  <wk@g10code.com>
431
432	* configure.ac: Check for fctnl and ftruncate.
433	(HAVE_PTH): Check for GNU Pth.
434	(HAVE_W32_SYSTEM): Define it.
435	* acinclude.m4 (GNUPG_PTH_VERSION_CHECK): New. Taken from GnuPG 1.4.
436
4372005-12-08  Werner Koch  <wk@g10code.com>
438
439	* configure.ac: Changed the random device names for netbsd.  From
440	Christian Biere.
441
4422005-11-02  Moritz Schulte  <moritz@g10code.com>
443
444	* NEWS: Documented minor API changes.
445
4462005-09-15  Moritz Schulte  <moritz@g10code.com>
447
448	* Makefile.am (EXTRA_DIST): Depend on README.SVN, not on README.CVS.
449
4502005-06-25  Moritz Schulte  <moritz@g10code.com>
451
452	* configure.ac: Removed src/libgcrypt.pc from AC_CONFIG_FILES.
453
4542005-06-10  Werner Koch  <wk@g10code.com>
455
456	* configure.ac: Move detection of basic stuff to the top.  For
457	example we need to know whether gcc is used before testing for it.
458	Reported by Ralf Fassel.
459
4602005-04-23  Moritz Schulte  <moritz@g10code.com>
461
462	* acinclude.m4 (TYPE_SOCKLEN_T): New type definition test;
463	provided by Albert Chin.
464	* configure.ac: Don't use $(CMD) as it's not portable; use CMD in
465	backticks instead.  Simpler -lnsl/-lsocket test.  Use
466	TYPE_SOCKLEN_T test.  Don't forget to set `random_modules'
467	correctly.
468
4692005-04-22  Moritz Schulte  <moritz@g10code.com>
470
471	* configure.ac: Added support for pkgconfig; provided by Albert
472	Chin.
473
4742005-04-11  Moritz Schulte  <moritz@g10code.com>
475
476	* configure.ac: Integrate Whirlpool.
477
4782005-01-04  Werner Koch  <wk@g10code.com>
479
480	Updated to automake 1.9.
481
482	* acinclude.m4: Updated for use with automake 1.9.
483
484	* configure.ac: Require libgpg-error 1.0; not really needed but
485	that is the first stable version.
486
487	* Makefile.am (ACLOCAL_AMFLAGS): New for -I m4.
488	(AUTOMAKE_OPTIONS): New to create a bzip archive.
489
4902005-02-03  Moritz Schulte  <moritz@g10code.com>
491
492	* THANKS: Updated.
493
4942004-08-09  Moritz Schulte  <moritz@g10code.com>
495
496	* THANKS: Updated.
497
4982004-07-04  Moritz Schulte  <moritz@g10code.com>
499
500	* THANKS: Updated.
501
5022004-04-21  Werner Koch  <wk@gnupg.org>
503
504	* configure.ac: Don't print a warning if GNU make was not found.
505
5062004-05-07  Moritz Schulte  <moritz@g10code.de>
507
508	* THANKS: Updated.
509
5102004-04-02  Thomas Schwinge  <schwinge@nic-nac-project.de>
511
512	* autogen.sh: Added ACLOCAL_FLAGS.
513
5142004-04-15  Werner Koch  <wk@gnupg.org>
515
516	Released 1.2.0.
517
518	* configure.ac: Set LT to C12/A1/R1.
519
5202004-04-06  Werner Koch  <wk@gnupg.org>
521
522	* config.guess, config.sub, ltmain.sh: Updated to those from
523	libtools 1.5.4.
524
5252004-03-29  Werner Koch  <wk@gnupg.org>
526
527	Released 1.1.94.
528
529	* configure.ac: Set LT to C12/A1/R0.
530
5312004-03-10  Marcus Brinkmann  <marcus@g10code.de>
532
533	* configure.ac (LIBGCRYPT_CONFIG_LIBS_PTHREAD,
534	LIBGCRYPT_CONFIG_CFLAGS_PTHREAD, LIBGCRYPT_CONFIG_LIBS_PTH,
535	LIBGCRYPT_CONFIG_CFLAGS_PTH, have_pth, have_pthread, AC_CHECK_PTH,
536	AC_CHECK_LIB(pthread), HAVE_PTH, HAVE_PTHREAD): Removed.
537
5382004-03-06  Werner Koch  <wk@gnupg.org>
539
540	Released 1.1.93.
541
542	* configure.ac (LIBGCRYPT_CONFIG_SONAME_NUMBER): Replaced by
543	LIBGCRYPT_CONPIG_API_VERSION.  Set it to 1.  Set LT to C11/A0/R1.
544
5452004-03-05  Werner Koch  <wk@gnupg.org>
546
547	* configure.ac (LIBGCRYPT_CONFIG_SONAME_NUMBER): New.
548
5492004-02-20  Werner Koch  <wk@gnupg.org>
550
551        Released 1.1.92.
552
553	* configure.ac: Set LT to C11/A0/R0.
554
5552004-02-11  Werner Koch  <wk@gnupg.org>
556
557	* autogen.sh (check_version): Removed bashism and simplified.
558
5592004-02-06  Werner Koch  <wk@gnupg.org>
560
561	* configure.ac: Add rfc2268 cipher algorithm.
562
5632004-01-25  Moritz Schulte  <mo@g10code.com>
564
565	* THANKS: Updated.
566
5672003-12-19  Werner Koch  <wk@gnupg.org>
568
569	Released 1.1.91.
570
571	* configure.ac: Bumbed LT version to C10/A3/R1.
572
5732003-12-08  Werner Koch  <wk@gnupg.org>
574
575	* Makefile.am (dist-hook): Don't distribute stuff from the now
576	obsolete scripts dir.
577	(EXTRA_DIST): Remove README_alpha
578	* README-alpha: Removed.
579	* configure.ac (AM_CONFIG_AUX_DIR): Removed.
580
581	* COPYING.DOC: Removed.
582	* Makefile.am (EXTRA_DIST): Added README.CVS and
583	autogen.sh. Removed COPYING.DOC.
584
5852003-11-14  Werner Koch  <wk@gnupg.org>
586
587	Released 1.1.90.
588
589	* configure.ac: Bumbed LT version to C10/A3/R0.
590
591	* configure.ac (have_ld_version_script): Set the default in
592	a separate test.
593	(PRINTABLE_OS_NAME): Don't handle the Hurd extra, this leads to
594	conflicts with BSD based GNU systems.  The Hurd has now a working
595	uname.
596
5972003-11-04  Werner Koch  <wk@gnupg.org>
598
599	* configure.ac (USE_SHA1): Make sure it is always included.
600	(USE_RMD160): Removed this AM conditional.
601
6022003-10-31  Werner Koch  <wk@gnupg.org>
603
604	* configure.ac: Bumbed version number to 1.1.90-cvs for futher
605	development
606
607	Released 1.1.44.
608
609	* acinclude.m4 (AC_CHECK_PTH): Added.
610	* configure.ac: Use it here instead of the generic lib test.
611	Bumbed LT vesion to C9/A2/R0.
612
6132003-10-27  Werner Koch  <wk@gnupg.org>
614
615	* configure.ac: Give a hint on where libgpg-error is available.
616	Reformatted long lines.  Don't include gcrypt-defs.h.
617	(--enable-gcc-warnings): New option.
618
6192003-10-24  Moritz Schulte  <mo@g10code.com>
620
621	* configure.ac: Check for socklen_t.
622
6232003-10-11  Moritz Schulte  <mo@g10code.com>
624
625	* acinclude.m4: Update AM_PATH_GPG_ERROR macro.
626
6272003-09-04  Werner Koch  <wk@gnupg.org>
628
629	Released 1.1.43.
630
631	* configure.ac: Require libgpg-error 0.4 due to the prime interface.
632
6332003-08-29  Werner Koch  <wk@gnupg.org>
634
635	* acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Re-implemented.
636	* configure.ac: Use it here.
637
6382003-08-27  Moritz Schulte  <mo@g10code.com>
639
640	* configure.ac: Substitute: LIBGCRYPT_CONFIG_LIBS_PTHREAD,
641	LIBGCRYPT_CONFIG_CFLAGS_PTHREAD, LIBGCRYPT_CONFIG_LIBS_PTH,
642	LIBGCRYPT_CONFIG_CFLAGS_PTH, LIBGCRYPT_THREAD_MODULES.
643
6442003-08-07  Moritz Schulte  <moritz@g10code.com>
645
646	* configure.ac: Fail, if libgpg-error could not be found.
647
6482003-07-31  Werner Koch  <wk@gnupg.org>
649
650	Released 1.1.42.
651
652	* configure.ac: Set LT version to 7/0/0.
653
6542003-07-30  Werner Koch  <wk@gnupg.org>
655
656	* AUTHORS (Maintainer): Assigned Moritz as Maintainer.
657
6582003-07-30  Moritz Schulte  <moritz@g10code.com>
659
660	* NEWS: Include much more complete list of `Interface changes
661	relative to the 1.1.12 release'.
662
6632003-07-14  Moritz Schulte  <moritz@g10code.com>
664
665	* configure.ac: Bumbed version number up to 1.1.42-cvs.
666
6672003-07-09  Moritz Schulte  <moritz@g10code.com>
668
669	* configure.ac: Reintroduce --disable-asm, since it is needed by
670	mpi/config.links.
671
6722003-07-05  Moritz Schulte  <moritz@g10code.com>
673
674	* README: Few changes, mention libgpg-error.
675
6762003-06-18  Moritz Schulte  <moritz@g10code.com>
677
678	* configure.ac (available_ciphers): Removed Serpent, hrrm.
679
6802003-06-17  Moritz Schulte  <moritz@g10code.com>
681
682	* acinclude.m4: Removed macro definitions: GNUPG_CHECK_FAQPROG,
683	GNUPG_CHECK_ENDIAN, GNUPG_CHECK_CACHE, GNUPG_CHECK_PIC,
684	GNUPG_CHECK_EXPORTDYNAMIC, GNUPG_CHECK_IPC, GNUPG_PROG_NM,
685	GNUPG_SYS_SYMBOL_UNDERSCORE, GNUPG_FUNC_MKDIR_TAKES_ONE_ARG,
686	GPH_PROG_DB2ANY.
687	Added macro definitions: AM_PATH_GPG_ERROR.
688
689	* configure.ac: Use alternative approach for building based on
690	conditional sources, which does not make automake eat all your
691	memory, etc.
692	Removed unused tests.
693	Renamed --enable-static-rnd to --enable-random.
694	Use Autoconf's AC_C_BIGENDIAN macro instead of our own.
695	Re-organized the whole file.
696
6972003-06-16  Moritz Schulte  <moritz@g10code.com>
698
699	* configure.ac (AC_CONFIG_FILES): Removed doc/version.sgml.
700
7012003-06-11  Moritz Schulte  <moritz@g10code.com>
702
703	* configure.ac: Remove --enable-libgpg-error flag.
704	Ue AC_PATH_GPG_ERROR.
705
7062003-06-09  Moritz Schulte  <moritz@g10code.com>
707
708	* NEWS: Mention API changes and libgpg-error.
709
7102003-05-25  Moritz Schulte  <moritz@g10code.com>
711
712	* configure.ac (USE_LIBGPG_ERROR): Implementation of the
713	--enable-libgpg-error switch.
714	Define USE_LIBGPG_ERROR in LIBGCRYPT_CONFIG_FLAGS, in case
715	libgpg-error is used.
716
7172003-05-22  Moritz Schulte  <moritz@g10code.com>
718
719	* configure.ac (AC_CHECK_HEADERS): Removed unused headers:
720	termio.h, langinfo.h.
721	(AC_CHECK_FUNCS): Removed unused functions: strsep, strlwr,
722	tcgetattr, setrlimit, strftime, nl_langinfo, sigaction,
723	sigprocmask, fopen64, fstat64.
724
7252003-04-27  Moritz Schulte  <moritz@g10code.com>
726
727	* README: Documented new configure switches.
728	Mention the --enable-maintainer-switch.
729
730	* configure.ac: Merged some code from GnuPG's configure.ac for
731	disabling sha512/tiger in case no 64 data types are available.
732
7332003-04-17  Moritz Schulte  <moritz@g10code.com>
734
735	* configure.ac: Include support for sha512.
736
7372003-04-17  Moritz Schulte  <moritz@g10code.com>
738
739	* AUTHORS: Updated.
740
7412003-04-16  Moritz Schulte  <moritz@g10code.com>
742
743	* configure.ac: Implement command line switches: --enable-ciphers,
744	--enable-pubkey-ciphers and --enable-digests.
745	Set Automake conditionals and config.h symbols depending on the
746	selected ciphers, pubkey-ciphers, digests and random-modules.
747
748	* acinclude.m4 (LIST_MEMBER): New macro.
749
750	* configure.ac: Simplified, removed code for parsing
751	EXTRA_PROGRAMS from Makefile.am.
752
7532003-04-08  Moritz Schulte  <moritz@g10code.com>
754
755	* configure.ac: Merged random-module selection code from GnuPG's
756	configure.ac.
757
7582003-04-07  Moritz Schulte  <moritz@g10code.com>
759
760	* configure.ac: Removed code for generating contruct.c.
761	Remove digest modules from the static_modules list, only handle
762	random module selection.
763
764
7652003-03-24  Moritz Schulte  <moritz@g10code.com>
766
767	* NEWS: Mention new CBC_MAC flag.
768
769	* AUTHORS (Maintainer): Update entry for Simon Josefsson.
770
7712003-03-04  Moritz Schulte  <moritz@g10code.com>
772
773	* TODO: Remove item about resetting handles, since
774	gcry_cipher_reset is implemented by now.
775
776	* NEWS: Mentioned gcry_cipher_reset.
777
7782003-01-21  Werner Koch  <wk@gnupg.org>
779
780	* README (Configure options): New.
781	* configure.ac (have_ld_version_script): New option
782	--enable-ld-version-script.
783
7842003-01-20  Simon Josefsson  <jas@extundo.com>
785
786	* configure.ac (MODULES_IN_CIPHER): Add crc.
787
7882003-01-20  Werner Koch  <wk@gnupg.org>
789
790	Released 1.1.12.
791
792	* configure.ac (LIBGCRYPT_LT_REVISION): Bumbed up.
793
7942002-12-21  Werner Koch  <wk@gnupg.org>
795
796	Released 1.1.11.
797
798	* configure.ac (LIBGCRYPT_LT_CURRENT: Bumbed to 6/5/0 due to a new
799	interface
800
8012002-12-19  Werner Koch  <wk@gnupg.org>
802
803	* configure.ac (have_pthread): Check for pthreads in libc.
804	(have_ld_version_script): New.
805
8062002-11-10  Werner Koch  <wk@gnupg.org>
807
808	* configure.ac (MODULES_IN_CIPHER): Add md4.c.  By Simon Josefsson.
809
8102002-09-20  Werner Koch  <wk@gnupg.org>
811
812	Released 1.1.10.
813
814	* configure.ac (HAVE_DEV_RANDOM_IOCTL): Don't check for it; it is
815	not used.
816	(AS_CHECK_HEADERS): Check for sys/select.h.
817	* Makefile.am (DIST_SUBDIRS): New to include the w32-dll directory
818
8192002-09-18  Timo Schulz  <ts@winpt.org>
820
821	* configure.ac: Added makefile for the W32 DLL.
822
8232002-09-17  Werner Koch  <wk@gnupg.org>
824
825	* configure.ac: Check for Pth and Pthreads.
826
8272002-08-23  Werner Koch  <wk@gnupg.org>
828
829	Released 1.1.9.
830
831	* configure.ac (LIBGCRYPT_CONFIG_CFLAGS): Renamed from
832	LIBGCRYPT_CFLAGS and removed the libpath because it is set by the
833	config script.
834	(LIBGCRYPT_LT_REVISION): Set LT version to 5/4/1.
835
8362002-06-25  Werner Koch  <wk@gnupg.org>
837
838	Released 1.1.8.
839
840	* configure.ac: Set LT version to 5/4/0.
841
8422002-05-21  Werner Koch  <wk@gnupg.org>
843
844	Released 1.1.7.
845
846	* configure.ac: Set LT version to 4/3/0.
847
8482002-05-17  Werner Koch  <wk@gnupg.org>
849
850	* configure.ac: Removed all the dynamic loading stuff.
851
8522002-05-16  Werner Koch  <wk@gnupg.org>
853
854	* configure.ac: Reordered the C_CHECK_FUNCS.
855
8562002-05-15  Werner Koch  <wk@gnupg.org>
857
858	* configure.ac: Adjusted for new MPI module stuff.
859
8602002-05-14  Werner Koch  <wk@gnupg.org>
861
862	Changed license to the LGPL.
863
8642002-05-02  Werner Koch  <wk@gnupg.org>
865
866	* jnlib/: Removed.
867	* Makefile.am (SUBDIRS): Removed jnlib.
868	* configure.ac (jnlib/Makefile): Removed.
869
870	* configure.ac: Define _REENTRANT.
871
8722002-02-18  Werner Koch  <wk@gnupg.org>
873
874	* configure.ac (MPI_EXTRA_ASM_OBJS): Use .lo suffix.
875	(AC_CANONICAL_TARGET): Added.
876
8772002-02-07  Werner Koch  <wk@gnupg.org>
878
879	Released 1.1.6.
880
8812002-01-24  Werner Koch  <wk@gnupg.org>
882
883	* jnlib/: Replaced by a fresh copy from GnuPG (actually the NewPG
884	development branch).  Adjusted Makefile.am and jnlib-config.h
885	accordingly.
886
8872001-12-18  Werner Koch  <wk@gnupg.org>
888
889	Released 1.1.5.
890
891	* Makefile.am (dist-hook): Only look in mpi and scripts for
892	distfiles; this way we don't include those of a stale "make dist"
893	directory.
894
895	* acinclude.m4 (GNUPG_FIX_HDR_VERSION): Make it work with the new
896	automake.
897	* configure.ac: Don't chmod db2any.
898
8992001-08-06  Werner Koch  <wk@gnupg.org>
900
901	* configure.ac: Removed cross compiling hacks.
902
9032001-08-03  Werner Koch  <wk@gnupg.org>
904
905	Released 1.1.4.
906
907	* acinclude.m4 (GNUPG_CHECK_TYPEDEF): Define GNU Source.
908
909        Migrated to autoconf 2.52.
910	* acinclude.m4: Removed GNUPG_LINK_FILES and converted.
911	* acconfig.h: Removed
912	* configure.in: Replaced by...
913	* configure.ac: and modified for use with autoconf 2.52.  Replaced
914	GNUPG_LINK_FILES with AC_CONFIG_LINKS and moved some informational
915	messages to the end. Removed --enable-m-debug
916
917	* tests/: New.
918	* Makefile.am: Included tests directory
919
920	* configure.in (DYNLINK_MOD_CFLAGS): Use -shared with dec-osf.
921	Reported by Chris Adams.  Merged some cases.
922
9232001-05-31  Werner Koch  <wk@gnupg.org>
924
925	Released 1.1.3.
926
927	* configure.in: Use _gcry_ prefix when creating the cipher constructor.
928
929	* acconfig.h (_GCRYPT_IN_LIBGCRYPT): Define it here.
930
9312001-05-28  Werner Koch  <wk@gnupg.org>
932
933	* acinclude.m4 (GPH_PROG_DOCBOOK): Removed.
934	(GPH_PROG_DB2ANY): New. Taken from GPH.
935	* configure.in: Use it here.
936
9372000-12-19  Werner Koch  <wk@gnupg.org>
938
939	Major change:
940	Removed all GnuPG stuff and renamed this piece of software
941	to gcrypt.  The directory gcrypt has been renamed to src.
942
9432000-11-14  Werner Koch  <wk@gnupg.org>
944
945	Version 1.1.2 released.
946
9472000-11-13  Werner Koch  <wk@gnupg.org>
948
949	* acinclude.m4 (GNUPG_FIX_HDR_VERSION): VPATH build fix.
950
9512000-10-10  Werner Koch  <wk@gnupg.org>
952
953	* Makefile.am (dist-hook): Create the version file.
954	* configure.in: Set the libtool version here, removed the need
955	for the version file.
956
957Mon Sep 18 16:35:45 CEST 2000  Werner Koch  <wk@openit.de>
958
959        * acinclude.m4 (GNUPG_CHECK_MLOCK):  Removed that silly mkdir().
960
961        * configure.in:  Changes to allow for Solaris random device.
962        By Nils Ellmenreich.
963        (--with-egd-socket): New.
964
965        * configure.in (GNUPG_HOMEDIR): New.
966
967        * configure.in: Check for fstat64 and fopen64
968
969        * acinclude.m4 (GNUPG_CHECK_FAQPROG): New.
970        * configure.in: Test for this.
971
972        * configure.in (DYNLINK_MOD_CFLAGS): Fix by David Champion.
973
974Tue Aug 22 14:31:15 CEST 2000  Werner Koch  <wk@openit.de>
975
976        Version 1.1.1
977
978Fri Aug 18 14:27:14 CEST 2000  Werner Koch  <wk@openit.de>
979
980  * agent/: New.
981  * Makefile.am, configure.in: Support for the new directory.
982
983Mon Jul 17 16:35:47 CEST 2000  Werner Koch  <wk@>
984
985  * configure.in (mingw32): Changes to allow for mingw32msvc
986
987Fri Jul 14 19:38:23 CEST 2000  Werner Koch  <wk@>
988
989  The big merge between this one and the stable branch 1.0.  Still need
990  to merge TNANKS, AUTHORS and such.  It probaly does not compile yet.
991
992  * acinclude.m4 (GNUPG_CHECK_MLOCK): Fixed syntax error in C code.
993
994  * configure.in: Add check for termio.h, wait unctiosn and sigaction.
995
996  * acinclude.m4, configure.in (GNUPG_CHECK_GNUMAKE): New.
997
998  * acinclude.m4 (MKDIR_TAKES_ONE_ARG): Check some headers. By Ga�l Qu�ri.
999
1000  * configure.in (AM_INIT_AUTOMAKE): Use this now. By Ga�l.
1001
1002  * acinclude.m4 (GNUPG_CHECK_EXPORTDYNAMIC): Replacement for
1003  GNUPG_CHECK_RDYNAMIC which should handle gcc with non GNU ld nicer.
1004  Contributed by Dave Dykstra.
1005  * configure.in (GNYPG_CHECK_RDYNAMIC): Replaced by the new check.
1006
1007  * configure.in: Add a test for unisgned long long.
1008
1009  * configure.in (DYNLINK_MOD_CFLAGS): Set different for NetBSD.
1010
1011  * configure.in: Add check for clock_gettime
1012
1013  * configure.in (ALL_LINGUAS): Add nl.
1014  * configure.in (ALL_LINGUAS): Add Esperanto.
1015  * configure.in (ALL_LINGUAS): Add sv and ja.
1016
1017  * configure.in: Use /usr/local for CFLAGS and LDFLAGS when
1018  target is freebsd.  By R�mi.
1019
1020  * configure.in: Do not set development version when the version has
1021  a dash in it.  Suggested by Dave Dykstra.
1022
1023  * configure.in: Removed substitution for doc/gph/Makefile.
1024  Do all the gcc warning only in maintainer mode.
1025
1026  * configure.in (dlopen): Use CHECK_FUNC for a test of dlopen in libc.
1027  Suggested by Alexandre Oliva.
1028  (-Wall): Moved the settting of gcc warning options near to the end
1029  so that tests don't get confused.  Suggested by Paul D. Smith.
1030
1031  * acinclude.m4 (GNUPG_SYS_NM_PARSE): Added BSDI support.
1032  (GNUPG_CHECK_RDYNAMIC): Ditto.
1033
1034  * acinclude.m4 (GNUPG_CHECK_MLOCK): Changed the way to test for
1035  librt.  Test suggested by Jeff Long.
1036
1037  * acinclude.m4 (GNUPG_CHECK_MLOCK): Do librt check only when
1038  we can't link a test program.  This way GNU systems don't need
1039  to link against linrt.
1040  (GNUPG_CHECK_IPC): Fixed use of TRY_COMPILE macro.  From Tim Mooney.
1041
1042  * acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Add support for
1043  DJGPP.
1044  (GNUPG_CHECK_MLOCK): Check whether mlock sits in librt.
1045
1046  * acinclude.m4 (GNUPG_CHECK_RDYNAMIC): Add NetBSD. By Thomas Klausner.
1047
1048  * acconfig.h (HAVE_MLOCK): Added
1049
1050Mon Mar 13 19:22:46 CET 2000  Werner Koch  <wk@openit.de>
1051
1052	* configure.in: Now uses the Docbook M4s from GPH.
1053
1054Mon Jan 31 17:46:35 CET 2000  Werner Koch  <wk@>
1055
1056	* Makefile.am: Re-added tools. By R�mi.
1057
1058Mon Jan 31 16:37:34 CET 2000  Werner Koch  <wk@gnupg.de>
1059
1060	* configure.in: Create a symlink for types.h in gcrypt/.
1061
1062Thu Jan 27 18:00:44 CET 2000  Werner Koch  <wk@gnupg.de>
1063
1064	* configure.in (g10defs.h): Replaced by gnupg-defs.h
1065
1066Mon Jan 24 13:04:28 CET 2000  Werner Koch  <wk@gnupg.de>
1067
1068	* jnlib/ : New.
1069
1070	* configure.in: Do set development version when the version has
1071	a dash in it.  Suggested by Dave Dykstra.
1072
1073Thu Dec  9 17:22:27 CET 1999  Werner Koch  <wk@gnupg.de>
1074
1075	* acinclude.m4 (GNUPG_FIX_HDR_VERSION): New.
1076	* configure.in: Check and fix the version number of gcrypt/gcrypt.h
1077	so that it is always the save as VERSION.
1078
1079Thu Oct 28 16:17:46 CEST 1999  Werner Koch  <wk@gnupg.de>
1080
1081	* Started with development series 1.1 on 1999-10-26
1082
1083Tue Oct 26 14:10:21 CEST 1999  Werner Koch  <wk@gnupg.de>
1084
1085	* README-alpha: New
1086
1087	* configure.in: Fixed quoting in test for development version.
1088
1089	* THANKS: Add entries for Michael, Brenno and J Horacio who did
1090	very nice Howto documents - I apoligize for forgetting to mention them
1091	earlier.
1092
1093Fri Sep 17 12:56:42 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1094
1095
1096	* configure.in: Add "-lcap" when capabilities are requested.
1097	Add the conditional CROSS_COMPILING.
1098	* Makefile.am: Don't use checks when CROSS_COMPILING.
1099
1100
1101Wed Sep 15 16:22:17 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1102
1103
1104	* configure.in (ALL_LINGUAS): Add pt_PT.
1105
1106	* configure.in: Some tweaks for cross compiling under MingW32
1107	* acconfig.h (USE_STATIC_RNDW32): New.
1108
1109Tue Sep  7 17:08:10 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1110
1111
1112	* VERSION: Set to 1.0.0.
1113
1114Mon Sep  6 19:59:08 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1115
1116
1117	* configure.in: Create makefile in doc/gph
1118
1119	* acinclude.m4 (GNUPG_FUNC_MKDIR_TAKES_ONE_ARG): New
1120	* configure.in: use the above.
1121
1122Thu Sep  2 16:40:55 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1123
1124
1125	* VERSION: Set to 0.9.11.
1126
1127Tue Aug 31 17:20:44 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1128
1129	* configure.in: Minor changes to the OS/2 and Mingw32 system labels.
1130	Add a printable name for Hurd.
1131
1132Mon Aug 30 20:38:33 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1133
1134	* configure.in: Some support for DJGPP (Mark Elbrecht)
1135
1136Wed Aug  4 10:34:46 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1137
1138	* VERSION: Set to 0.9.10.
1139
1140Mon Jul 26 09:34:46 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1141
1142	* acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): remove init of ac_cv_...
1143
1144	* Makefile.am (DISCLEANFILES): New
1145
1146Fri Jul 23 13:53:03 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1147
1148	* VERSION: Set to 0.9.9.
1149
1150	* configure.in: Print a notice when rndunix is used.
1151
1152Thu Jul 15 10:15:35 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1153
1154	* acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Fixed last modification.
1155
1156Wed Jul  7 13:08:40 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1157
1158	* Makefile.am: Support for libtool.
1159	* configure.in: Ditto.
1160
1161Tue Jun 29 21:44:25 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1162
1163	* configure.in (use_local_zlib): The lost dollar is back.
1164
1165	* acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Add EMX case.
1166	* configure.in: Another variant of the MX vendor string
1167
1168	* configure.in (--with-capabilities): Some test code (Remi).
1169
1170Sat Jun 26 12:15:59 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1171
1172	* acinclude.m4 (GNUPG_CHECK_RDYNAMIC): Support for HPUX and IRIX.
1173	* configure.in (HAVE_DL_SHL_LOAD): New for HPUX (Dave Dykstra).
1174
1175	* VERSION: Now 0.9.8
1176
1177Wed Jun 16 20:16:21 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1178
1179	* configure.in: Add test for docbook-to-man
1180
1181Tue Jun 15 12:21:08 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1182
1183	* acinclude.m4 (GNUPG_SYS_NM_PARSE): Support for {net,free}bsd,
1184
1185Thu Jun 10 14:18:23 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1186
1187	* configure.in (ZLIB,GDBM): Check both, header and lib.
1188
1189Sat Jun  5 15:30:33 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1190
1191	* pkclist.c (key_present_in_pk_list): New (Michael).
1192
1193Tue May 25 19:50:32 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1194
1195	* configure.in (IS_DEVELOPMENT_VERSION): Fixed detection.
1196
1197Sun May 23 14:20:22 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1198
1199	* acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): assume yes when
1200	cross-compiling.
1201
1202Mon May 17 21:54:43 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1203
1204	* configure.in (socket): Fix for Unisys by Katsuhiro Kondou.
1205
1206Sat May  8 19:28:08 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1207
1208	* NEWS: Add a marker line which I forgot to do for 0.9.6.
1209
1210Thu May  6 14:18:17 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1211
1212	* README: Minor updates
1213
1214	* VERSION: Now 0.9.6
1215
1216Thu Apr  8 09:35:53 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1217
1218	* acinclude.m4 (GNUPG_CHECK_RDYNAMIC): Fix for
1219					       amiga-openbsd (Peter Reich)
1220	(GNUPG_PROG_NM): Ditto
1221
1222Wed Apr  7 20:51:39 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
1223
1224	* Makefile.am (g10defs.h): Removed.
1225	* configure.in (AC_OUTPUT_COMMANDS): Create g10defs.h
1226
1227Sat Mar 20 12:55:33 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
1228
1229	* VERSION: Now 0.9.5
1230
1231Sun Mar 14 19:34:36 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
1232
1233	* acinclude.m4 (AM_SYS_SYMBOL_UNDERSCORE): Removed because it is
1234	now in the latest libtool.
1235
1236Thu Mar 11 16:39:46 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
1237
1238	* configure.in: Removed the need for libtool
1239
1240Mon Mar  8 20:47:17 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
1241
1242	* configure.in (DLSYM_NEEDS_UNDERSCORE): Replaced.
1243	* acinclude.in (AM_SYS_SYMBOL_UNDERSCORE): New.
1244
1245	* VERSION: Now 0.9.4
1246
1247Sun Feb 28 19:11:00 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
1248
1249	* configure.in (dld): Test disabled.
1250
1251Fri Feb 26 17:55:41 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
1252
1253	* encode.c (encode_simple): temporary fix.
1254
1255Wed Feb 24 11:07:27 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
1256
1257	* configure.in: New option --enable-static-rnd.
1258
1259Mon Feb 22 20:04:00 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
1260
1261	* BUGS: Now we assign bug numbers.
1262	* OBUGS: New to keep rack o fixed bugs (CVS only)
1263
1264Fri Feb 19 18:01:54 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
1265
1266	* VERSION: Released 0.9.3
1267
1268Fri Feb 19 15:49:15 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
1269
1270	* acinclude.m4: Removed gettext macros.
1271
1272Tue Feb 16 14:10:02 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
1273
1274	* configure.in (socket): Check for -lsocket and -lnsl.
1275	(osf4): Disable all warnings for DEC's cc.
1276	(-Wall): Add more warning options for gcc
1277
1278Sat Feb 13 12:04:43 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
1279
1280	* configure.in: Changed detection of compiler flags.
1281	* intl/ : Removed directory
1282
1283Wed Feb 10 17:15:39 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
1284
1285	* acinclude.m4 (GNUPG_CHECK_RDYNAMIC): Fix for freebsd 2.2
1286
1287	* configure.in: a lot of changes to allow selection of modules.
1288	Add support for OS/2.
1289
1290	* acinclude.m4: add some more caching
1291
1292	* README: Spelling and grammar corrections (John A. Martin)
1293	* INSTALL: Ditto.
1294
1295Wed Jan 20 21:40:21 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
1296
1297	* configure.in: --enable-m-guard is now default
1298
1299Wed Jan 13 12:49:36 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
1300
1301	* INSTALL: Applied new information how to build rpms by Fabio Coatti
1302	* Makefile.in (gnupg.spec): Changed the names.
1303
1304Tue Jan 12 11:17:18 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
1305
1306	* config.links (m68k-atari-mint): New
1307
1308Tue Jan 12 09:17:19 CET 1999  Ga�l Qu�ri <gqueri@mail.dotcom.fr>
1309
1310	* all: Fixed typos all over the place
1311
1312Sat Jan  9 16:02:23 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
1313
1314	* configure.in: Add a way to statically link rndunix
1315
1316Sun Jan  3 15:28:44 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
1317
1318	* acinclude.m4 (GNUPG_CHECK_RDYNAMIC): New.
1319	* configure.in (DYNLOAD_CFLAGS): Use result from CHECK_RDYNAMIC
1320
1321Wed Dec 23 13:18:14 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
1322
1323	* README: Replaced the command overview with a short intro.
1324
1325Sat Dec 12 18:40:32 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
1326
1327	* configure.in: Add check for dlopen in libc (Greg Troxel)
1328	and a new define
1329	* acconfig.h (DLSYM_NEEDS_UNDERSCORE): New.
1330
1331Thu Dec 10 20:15:36 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
1332
1333	* acinclude.m (GNUPG_CHECK_PIC): New
1334	* configure.in, acinclude.m4: Renamed all WK_ to GNUPG_
1335
1336Tue Dec  8 15:09:29 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
1337
1338	* VERSION: Set to 0.4.5
1339
1340Wed Nov 25 12:38:29 1998  Werner Koch  (wk@isil.d.shuttle.de)
1341
1342	* configure.in (USE_RNDLINUX): New.
1343
1344Fri Nov 20 19:34:57 1998  Werner Koch  (wk@isil.d.shuttle.de)
1345
1346	* VERSION: Released 0.4.4
1347
1348	* configure.in (try_asm_modules): For option --disable-asm
1349
1350Tue Nov 10 19:32:40 1998  Werner Koch  (wk@isil.d.shuttle.de)
1351
1352	* configure.in (MPI_SFLAGS): New.
1353
1354Tue Nov 10 13:44:53 1998  Werner Koch  (wk@isil.d.shuttle.de)
1355
1356	* ABOUT-NLS: New
1357	* configure.in (AC_REVISION): New.
1358
1359Sun Nov  8 18:20:35 1998  Werner Koch  (wk@isil.d.shuttle.de)
1360
1361	* VERSION: Set to 0.4.3
1362
1363Sun Oct 25 19:49:37 1998  Werner Koch  (wk@isil.d.shuttle.de)
1364
1365	* Makefile.am (g10defs.h): New macro GNUPG_DATADIR.
1366
1367Wed Oct 21 17:24:24 1998  Werner Koch  (wk@isil.d.shuttle.de)
1368
1369	* configure.in: Removed gettext kludge
1370	* acinclude.m4: Add patched AM_WITH_NKS macro
1371
1372Tue Oct 20 19:03:36 1998  Werner Koch  (wk@isil.d.shuttle.de)
1373
1374	* configure.in: Kludge to make AM_GNU_GETTEXT work,
1375	changed some macors to more modern versions. Also
1376	changeg the all makefiles to remove duplicate ../intl.
1377	* acinclude.m4: Removed the gettext stuff, as this
1378	already comes with automake now.
1379
1380Wed Oct 14 12:11:34 1998  Werner Koch  (wk@isil.d.shuttle.de)
1381
1382	* configure.in (NAME_OF_DEV_RANDOM): New.
1383	(DYNLINK_MOD_CFLAGS): New.
1384
1385Thu Oct  8 10:55:15 1998  Werner Koch  (wk@isil.d.shuttle.de)
1386
1387	* Makefile.am (g10defs.h): creates include file
1388	* acconfig.h: now includes g10defs.h
1389	* configure.in: Removed G10_LOCALEDIR and GNUPG_LIB
1390
1391Thu Sep 17 18:49:40 1998  Werner Koch  (wk@(none))
1392
1393	* Makefile.am (dist-hook): Now creates RPM file.
1394	* scripts/gnupg.spec: New template file for RPMs
1395
1396Thu Jul 30 19:17:07 1998  Werner Koch  (wk@(none))
1397
1398	* acinclude.h (WK_CHECK_IPC): New
1399	* configure.in : Add checks for SysV IPC
1400
1401Thu Jun 25 11:18:49 1998  Werner Koch  (wk@isil.d.shuttle.de)
1402
1403	* configure.in (--disable-dynload): New.
1404
1405Wed Jun 10 07:48:59 1998  Werner Koch,mobil,,,	(wk@tobold)
1406
1407	* configure.in (GNUPG_LIBDIR): New.
1408
1409Mon May 25 19:10:59 1998  Werner Koch  (wk@isil.d.shuttle.de)
1410
1411	* rand-unix.c (fast_random_poll): fixed syntax bug.
1412
1413Mon May 11 10:21:31 1998  Werner Koch  (wk@isil.d.shuttle.de)
1414
1415	* configure.in (PRINTABLE_OS_NAME): Linux is now GNU/Linux
1416
1417Tue Apr 14 19:08:05 1998  Werner Koch  (wk@isil.d.shuttle.de)
1418
1419	* [all files]: Applied Matthew Skala's typo and grammar fixes.
1420
1421Wed Mar  4 10:32:40 1998  Werner Koch  (wk@isil.d.shuttle.de)
1422
1423	* configure.in (getrusage,gettimeofday): New tests.
1424
1425Fri Feb 27 13:14:17 1998  Werner Koch  (wk@isil.d.shuttle.de)
1426
1427	* configure.in (--disable-m-guard): New.
1428
1429Thu Feb 26 17:09:27 1998  Werner Koch  (wk@isil.d.shuttle.de)
1430
1431	* configure.in, acinclude.m4, intl/, po/: New macros taken
1432	from GNOME, switched to automake 1.2f
1433
1434Thu Feb 26 09:05:46 1998  Werner Koch  (wk@isil.d.shuttle.de)
1435
1436	* configure.in (doc/Makefile): New
1437
1438Thu Feb 26 07:40:47 1998  Werner Koch  (wk@isil.d.shuttle.de)
1439
1440	* configure.in: Changed gettext stuff
1441
1442Wed Feb 25 11:44:10 1998  Werner Koch  (wk@isil.d.shuttle.de)
1443
1444	* checks/*test : restructured the directory.
1445
1446Tue Feb 24 15:59:12 1998  Werner Koch  (wk@isil.d.shuttle.de)
1447
1448	* configure.in: Changed the name of the package to GNUPG and
1449	chnaged several other names too.
1450
1451Wed Feb 18 17:36:45 1998  Werner Koch  (wk@isil.d.shuttle.de)
1452
1453	* Makefile.am (checks): New.
1454
1455Sat Feb 14 15:37:55 1998  Werner Koch  (wk@isil.d.shuttle.de)
1456
1457	* configure.in (mpi_config_done): Removed asm links caching.
1458
1459Sat Feb 14 14:02:20 1998  Werner Koch  (wk@isil.d.shuttle.de)
1460
1461	* configure.in (PRINTABLE_OS_NAME): New.
1462	* acconfig.h: Likewise.
1463
1464Fri Feb 13 19:43:41 1998  Werner Koch  (wk@isil.d.shuttle.de)
1465
1466	* configure.in : Fixed zlib stuff
1467	* Makefile.am: Likewise
1468
1469
1470 Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006,
1471	   2007, 2008, 2009, 2011 Free Software Foundation, Inc.
1472
1473 This file is free software; as a special exception the author gives
1474 unlimited permission to copy and/or distribute it, with or without
1475 modifications, as long as this notice is preserved.
1476
1477 This file is distributed in the hope that it will be useful, but
1478 WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
1479 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1480