1 2006-12-21 David Shaw <dshaw@jabberwocky.com>
3 * configure.ac: Only check for libusb if we're building with card
4 support. Noted by Gilles Espinasse.
6 2006-12-11 Werner Koch <wk@g10code.com>
8 * Makefile.am (DISTCLEANFILES): Removed g10defs.h.
10 * configure.ac (AC_CONFIG_COMMANDS): Removed creation of
12 (AH_BOTTOM): Moved stuff from g10defs.h to config.h.
14 2006-12-07 David Shaw <dshaw@jabberwocky.com>
16 * configure.ac: AM_CONDITIONAL must not be used inside an if/then.
18 2006-12-07 Werner Koch <wk@g10code.com>
20 * configure.ac: Remove GNUPG_DATADIR for non-W32 systems.
22 2006-12-06 Werner Koch <wk@g10code.com>
26 2006-12-04 Werner Koch <wk@g10code.com>
28 * README: Add hint on hjow to set CC_FOR_BUILD.
29 * configure.ac (CC_FOR_BUILD): New.
31 2006-12-02 David Shaw <dshaw@jabberwocky.com>
33 * NEWS: Note the CVE for bug#728, --s2k-count,
34 --passphrase-repeat, and the OpenSSL exception.
36 2006-11-29 Werner Koch <wk@g10code.com>
40 2006-11-05 David Shaw <dshaw@jabberwocky.com>
42 * configure.ac: --enable-minimal leaves out gettext and all
43 resolver functions (SRV, PKA, & CERT).
45 2006-10-02 Werner Koch <wk@g10code.com>
47 * acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Add case for mingw32
48 and allow setting the variable on the command line. Fixes bug 518.
49 Also use HOST instead of TARGET.
51 * README: Add information about the forthcoming GnuPG 2.0.
53 * configure.ac (AB_INIT): New.
55 2006-09-28 David Shaw <dshaw@jabberwocky.com>
57 * configure.ac: Move strsep to AC_REPLACE_FUNCS so it will end up
60 2006-08-01 Werner Koch <wk@g10code.com>
64 2006-07-31 Werner Koch <wk@g10code.com>
66 * README: Updated info on the key used to sign the tarball.
68 2006-07-28 Werner Koch <wk@g10code.com>
72 2006-07-08 David Shaw <dshaw@jabberwocky.com>
74 * configure.ac: Fix resolver autoconf code so it works (fails)
77 2006-06-25 Werner Koch <wk@g10code.com>
81 2006-05-23 David Shaw <dshaw@jabberwocky.com>
83 * configure.ac: Add --disable-optimization. This is handy for
84 debugging so the compiler doesn't rearrange things and eliminate
87 2006-05-22 Marcus Brinkmann <marcus@g10code.de>
89 * configure.ac: Remove check for noexecstack and invoke
90 CL_AS_NOEXECSTACK instead.
92 2006-05-16 Werner Koch <wk@g10code.com>
94 * README: Removed note for OSF5 as this is the default now.
95 Reported by Joerg Honegger.
97 * configure.ac [osf5]: Fixed warning name to ptrmismatch1.
99 2006-04-27 David Shaw <dshaw@jabberwocky.com>
101 * NEWS: Note SHA-224 and DSA2.
103 * configure.ac: Remove --enable-old-keyserver-helpers. Comment
104 out --enable-m-guard for now.
106 2006-04-12 Werner Koch <wk@g10code.com>
108 * configure.ac: Print version at end of run.
109 (svn_revision): Posix adjustment.
111 2006-04-07 Werner Koch <wk@g10code.com>
113 * configure.ac: Use new method to include the SVN revison. Now it
114 is the actual global revision number.
116 2006-04-04 Werner Koch <wk@g10code.com>
118 * NEWS: Fixed old news entry to point to rfc4398 which has been
119 published just before 1.4.3.
121 2006-04-03 Werner Koch <wk@g10code.com>
125 2006-03-30 David Shaw <dshaw@jabberwocky.com>
127 * README: Some more notes about building fat binaries.
129 2006-03-24 David Shaw <dshaw@jabberwocky.com>
131 * README: Missing some instructions on building a fat binary.
133 2006-03-20 David Shaw <dshaw@jabberwocky.com>
135 * configure.ac: Improved --disable-endian-check that doesn't
136 involve changing #ifdefs in the rest of the code.
138 2006-03-19 David Shaw <dshaw@jabberwocky.com>
140 * configure.ac: Add --disable-endian-check for building fat
143 * README: Add note on how to build a fat binary on OSX.
145 2006-03-17 David Shaw <dshaw@jabberwocky.com>
147 * configure.ac: Allow the DNS stuff to work on OSX by trying the
148 Apple-specific BIND_8_COMPAT.
150 2006-03-09 Werner Koch <wk@g10code.com>
154 2006-03-07 David Shaw <dshaw@jabberwocky.com>
156 * NEWS: Note CERT retrieval. Tweak PKA and backsig language to
159 * NEWS: Note --auto-key-locate and that keyservers can handle
162 2006-03-01 David Shaw <dshaw@jabberwocky.com>
164 * configure.ac: Fix accidental enabling of SHA-384/512. Noted by
167 2006-02-18 David Shaw <dshaw@jabberwocky.com>
169 * configure.ac: Try linking the UINT64_C test program (rather than
170 just compiling it) as UINT64_C looks like a (missing) function,
171 causing a false positive. Noted by Claus Assmann.
173 2006-02-14 Werner Koch <wk@gnupg.org>
177 2006-02-09 Werner Koch <wk@g10code.com>
179 * configure.ac: Check for fcntl and ftruncate.
181 2006-01-22 David Shaw <dshaw@jabberwocky.com>
183 * configure.ac: Add define for EXEEXT so we can find keyserver
184 helpers on systems that use extensions.
186 2005-12-23 David Shaw <dshaw@jabberwocky.com>
188 * configure.ac: Add switch for DNS CERT.
190 2005-12-22 David Shaw <dshaw@jabberwocky.com>
192 * configure.ac: Split PKA checking off from DNS SRV checking.
193 Currently PKA is only enabled if HTTP or HKP is enabled which is
196 2005-12-08 David Shaw <dshaw@jabberwocky.com>
198 * NEWS: Note --fetch-keys.
200 2005-12-06 David Shaw <dshaw@jabberwocky.com>
202 * configure.ac: UINT64_C test needs #include <inttypes.h>.
204 * configure.ac: Some cleanup so we don't build files that are
205 completely ifdeffed out. This causes a warning on Sun's cc. Do
206 sha512.c and the internal regex code as well for consistency.
208 2005-11-17 David Shaw <dshaw@jabberwocky.com>
210 * NEWS: Note backsigs, the xxxxx-clean options, and the
211 xxxxx-minimal options.
213 2005-11-02 David Shaw <dshaw@jabberwocky.com>
215 * configure.ac: Check for a getpagesize() declaration.
217 2005-10-14 David Shaw <dshaw@jabberwocky.com>
219 * NEWS: Clarify the cURL keyserver changes, and add a note about
222 * configure.ac: Remove the backsig configure options since this is
223 all done at runtime now.
225 2005-10-11 David Shaw <dshaw@jabberwocky.com>
227 * configure.ac: Did some backsig testing with the PGP folks. All
228 is well, so I'm turning generation of backsigs on for new keys.
229 Checking for backsigs on verification is still off.
231 2005-10-05 Werner Koch <wk@g10code.com>
233 * configure.ac: Changed identification file name to g10/gpg.c
235 2005-10-02 Marcus Brinkmann <marcus@g10code.de>
237 * configure.ac [!$try_gettext]: Invoke AM_PO_SUBDIRS.
239 2005-08-31 David Shaw <dshaw@jabberwocky.com>
241 * configure.ac: Check for getpwnam, getpwuid, and pwd.h.
243 2005-08-09 David Shaw <dshaw@jabberwocky.com>
245 * configure.ac: Remove hardcoded -I and -L for /usr/local on
248 2005-08-04 David Shaw <dshaw@jabberwocky.com>
250 * configure.ac: Call GNUPG_CHECK_USTAR and generate tools/gpg-zip.
252 2005-07-28 Werner Koch <wk@g10code.com>
254 * configure.ac (USE_DNS_PKA): Define in addition to USE_DNS_SRV.
256 2005-07-27 Werner Koch <wk@g10code.com>
258 Replaced in all directories all calls to m_free, m_alloc,
259 m_realloc, m_strdup by calls to xfoo functions. This is to ease
260 porting to gnupg 1.9.
262 * README.CVS: Renamed to README.SVN.
264 2005-07-26 David Shaw <dshaw@jabberwocky.com>
266 * NEWS, configure.ac: Switch over to using curl or fake-curl by
267 default. Add --enable-old-keyserver-helpers to not use curl.
269 2005-07-26 Werner Koch <wk@g10code.com>
273 2005-07-20 David Shaw <dshaw@jabberwocky.com>
275 * configure.ac: Add a define for FAKE_CURL.
277 2005-07-19 Werner Koch <wk@g10code.com>
279 * configure.ac [W32]: Always set DISABLE_KEYSERVER_PATH.
281 2005-06-21 Werner Koch <wk@g10code.com>
285 2005-06-20 David Shaw <dshaw@jabberwocky.com>
287 * NEWS: Note key cleaning commands.
289 2005-06-13 David Shaw <dshaw@jabberwocky.com>
291 * configure.ac: Add check for no-pointer-sign warning keyword, and
292 disable. This is gcc4 specific.
294 2005-05-31 Werner Koch <wk@g10code.com>
298 * README: Add a note on GnuPG 1.9.
300 Updated FSF address in all files.
302 2005-05-26 David Shaw <dshaw@jabberwocky.com>
304 * NEWS: Note command completion and the new curl-based HKP helper.
306 2005-04-16 David Shaw <dshaw@jabberwocky.com>
308 * configure.ac: Remove --disable-old-hkp - use new HKP handler for
309 --with-libcurl or --enable-fake-curl.
311 * configure.ac: Add --disable-old-hkp option that can be used
312 along with --with-libcurl to build the curl version of HKP.
314 2005-04-12 David Shaw <dshaw@jabberwocky.com>
316 * configure.ac: Check for memrchr()
318 2005-03-31 Werner Koch <wk@g10code.com>
320 * configure.ac: New option --disable-agent-support. Define
321 ENABLE_AGENT_SUPPORT as AC_DEFINE and AM_CONDITIONAL.
322 Disable support for card and agent with --enable-minimal.
323 (AC_REPLACE_FUNCS): Add isascii.
324 (g10defs.h): Define PATHSEP_C and PATHSEP_S.
326 * README: Changed the instruction on how to verify a signature to
327 show a .sig extension and not the .asc we used to use ages ago.
329 2005-03-16 David Shaw <dshaw@jabberwocky.com>
331 * configure.ac: Move the LDAP detecting code to m4/ldap.m4.
333 2005-03-15 Werner Koch <wk@g10code.com>
337 2005-03-11 Werner Koch <wk@g10code.com>
339 * configure.ac: New option --enable-noexecstack.
341 2005-02-16 Werner Koch <wk@g10code.com>
345 2005-02-11 David Shaw <dshaw@jabberwocky.com>
347 * configure.ac: Add --enable-fake-curl option to help test no-curl
350 * NEWS: Note Mister/Zuccherato CFB countermeasures.
352 2005-02-04 Werner Koch <wk@g10code.com>
354 * configure.ac (GNUPG_CHECK_GNUMAKE): Removed. Not needed for
357 2005-02-03 David Shaw <dshaw@jabberwocky.com>
361 2005-02-03 Werner Koch <wk@g10code.com>
365 2005-01-22 David Shaw <dshaw@grover.jabberwocky.com>
367 * configure.ac: Define FTPS flag if we're using curl, and FTPS is
370 * README: Fix some typos (noted by Norihiko Murase), update to
371 1.4.1, and tweak some descriptions.
375 2005-01-18 Werner Koch <wk@g10code.com>
377 * configure.ac (HAVE_W32_SYSTEM): Define it.
379 2005-01-18 David Shaw <dshaw@grover.jabberwocky.com>
381 * NEWS: Note --rfc2440-text import/export-unusable-sigs and
384 * configure.ac: gpgkeys_mailto is disabled by default. Define
385 HTTPS flag if we're using curl, and HTTPS is available.
387 2005-01-17 Werner Koch <wk@g10code.com>
389 * README: Updated for SHA1 checksums.
391 * configure.ac: Make --without-included-zlib work as
392 expected. Reported by Norihiko Murase. Same for
393 --without-included-regex.
395 2005-01-03 David Shaw <dshaw@jabberwocky.com>
397 * configure.ac: Use new GNUPG_CHECK_LIBUSB macro.
399 2004-12-28 David Shaw <dshaw@jabberwocky.com>
401 * configure.ac: Better implementation for the SRV check. We don't
402 need to actually check all the header files individually since the
403 SRV test compile uses them together.
405 2004-12-24 David Shaw <dshaw@jabberwocky.com>
407 * configure.ac: Use new LIBCURL_CHECK_CONFIG macro for
408 all libcurl stuff. This simplifies, and we don't need the
409 automake conditional stuff any longer.
411 2004-12-22 David Shaw <dshaw@jabberwocky.com>
413 * configure.ac: --enable-ftp is on by default, --with-libcurl is
414 off by default. If we have neither of --enable-ftp or
415 --enable-http, don't even check for curl.
417 2004-12-21 David Shaw <dshaw@jabberwocky.com>
419 * configure.ac: Add check for --enable-ftp. It is disabled by
422 2004-12-18 David Shaw <dshaw@jabberwocky.com>
424 * configure.ac: Call the new GNUPG_CHECK_READLINE macro for
427 2004-12-17 David Shaw <dshaw@jabberwocky.com>
429 * configure.ac: Add a --with-ldap=DIR so people can add to the
432 2004-12-16 David Shaw <dshaw@jabberwocky.com>
434 * configure.ac: Check for arpa/nameser.h.
436 2004-12-16 Werner Koch <wk@g10code.com>
438 * THANKS: Added John Clizbe for help testing the 1.4.0a W32
441 2004-12-16 Werner Koch <wk@g10code.com>
445 2004-12-14 Werner Koch <wk@g10code.com>
449 * Makefile.am (AUTOMAKE_OPTIONS): Add filename-length-max=99.
451 2004-11-06 David Shaw <dshaw@jabberwocky.com>
453 * configure.ac: Autodetect wldap32 on Windoze.
455 2004-11-04 David Shaw <dshaw@jabberwocky.com>
457 * README, configure.ac: Add --enable-backsigs to enable the
458 experimental backsigs code.
460 2004-11-04 Werner Koch <wk@g10code.com>
462 * AUTHORS: Use Maxim Britov. I am not that accustomed to the
463 Russian way of writing names.
465 2004-10-28 Werner Koch <wk@g10code.com>
469 2004-10-26 Werner Koch <wk@g10code.com>
471 * configure.ac: New option --disable-gnupg-iconv, define
473 (AC_CANONICAL_TARGET): Replaced by AC_CANONICAL_HOST. Changed all
474 reference to TARGET to HOST. Made sure that i586-mingw32msvc gets
476 (UNIT64_C): Don't include inttype.h uncoditional but use a test to
477 ensure that it gets into conftest.h.
478 (AH_TOP): New. Prevent double inclusion of config.h.
480 2004-10-21 David Shaw <dshaw@jabberwocky.com>
482 * acinclude.m4: aclocal 1.9 wants quoting on AC_DEFUN arguments.
484 2004-10-21 Werner Koch <wk@g10code.com>
486 * configure.ac: Remove the check for asprintf
488 2004-10-15 Werner Koch <wk@g10code.com>
492 * README: Mentioned --enable-selinux-support.
494 2004-10-15 David Shaw <dshaw@jabberwocky.com>
496 * NEWS: Note gpgkeys_finger, keyserver timeouts, and the direct
499 2004-10-15 Werner Koch <wk@g10code.com>
501 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New.
502 (AUTOMAKE_OPTIONS): New.
504 * configure.ac: Check whether vasprintf needs a replacement.
506 2004-10-13 Werner Koch <wk@g10code.com>
508 * configure.ac: Actually name the option --disable-finger and not
509 http. Add option --enable-selinux-support.
511 2004-10-11 Werner Koch <wk@g10code.com>
513 * configure.ac: New option --disable-finger.
515 2004-09-17 Werner Koch <wk@g10code.com>
517 * configure.ac: Don't check for usb_create_match or
518 use_get_string_simple anymore.
520 2004-09-15 David Shaw <dshaw@jabberwocky.com>
522 * configure.ac: Give warning when using capabilities. Check for
523 usb_get_string_simple for old libusb reasons.
525 2004-09-10 David Shaw <dshaw@jabberwocky.com>
527 * NEWS: Note HTTP basic auth.
529 * configure.ac: Check for usb_get_busses since very old stable
530 libusb doesn't have it.
532 2004-09-09 Werner Koch <wk@g10code.com>
534 * README: Doc --disable-card-support and --without-readline.
536 * configure.ac: Check for readline. Make enable-card-support the
537 default. New option --without-readline. Allow the use of either
538 the development or the stable libusb.
540 2004-07-27 Werner Koch <wk@g10code.de>
542 * configure.ac (AM_GNU_GETTEXT_VERSION): New.
543 (min_automake_version): New.
545 2004-05-24 David Shaw <dshaw@jabberwocky.com>
547 * configure.ac: Try for wldap32 on Win32 platforms.
549 2004-05-22 Werner Koch <wk@gnupg.org>
553 2004-05-21 David Shaw <dshaw@jabberwocky.com>
555 * NEWS: Note --sig-keyserver-url and the ability to use a
556 preferred keyserver in a regular data sig to fetch the signing
559 * configure.ac: Replacement function for timegm(). No need to
560 check for setenv() any longer.
562 2004-05-20 David Shaw <dshaw@jabberwocky.com>
564 * NEWS: Note HTTP key fetching.
566 * README: Update version and note that HKP is no longer build in.
568 * configure.ac: Handle --disable-http and other code to properly
571 2004-05-19 David Shaw <dshaw@jabberwocky.com>
573 * NEWS: Note the addition of preferred keyserver support,
574 --ask-cert-level, --keyid-format, and the removal of
575 show-long-keyids, the quasi-1991 partial length encoding,
576 --export-all, and include-non-rfc.
578 * acinclude.m4 (GNUPG_SYS_NM_PARSE): Remove a leftover slash in a
581 2004-05-01 Werner Koch <wk@gnupg.org>
583 * acinclude.m4 (ac_pipe_works): Fixed BRE syntax \? -> \{0,1\}.
584 Reported by Todd Vierling.
586 2004-02-26 Werner Koch <wk@gnupg.org>
590 2004-02-25 David Shaw <dshaw@jabberwocky.com>
592 * README: Update copyright.
594 * NEWS: Note --max-output, --list-config, --min-cert-level, AIX
595 fix, new http-proxy keyserver-option, new LDAP server code, TLS,
596 LDAPS, and --show-session-key with --symmetric.
598 2004-02-20 David Shaw <dshaw@jabberwocky.com>
600 * configure.ac: Check for timegm(). Replacement functions for
601 setenv() and unsetenv().
603 2004-02-19 David Shaw <dshaw@jabberwocky.com>
605 * configure.ac: Check for ln -s and add GPGKEYS_LDAP conditional,
606 both for making gpgkeys_ldaps symlink to gpgkeys_ldap.
608 * configure.ac: Simplify the LDAP checking code since OpenLDAP is
609 far more mature these days and dependencies are cleaner. Add
610 checks for ldap_set_option and ldap_start_tls_s.
612 2004-01-27 David Shaw <dshaw@jabberwocky.com>
614 * NEWS: Note --enable-key-cache, the OpenBSD/i386 and HPPA fixes,
617 * README, configure.ac: Add --enable-key-cache=SIZE configure
618 option. This sets the key/uid cache size. Default is 4096.
620 2004-01-11 David Shaw <dshaw@jabberwocky.com>
622 * configure.ac: Include stdio.h when checking for bzlib.h. Solaris
623 9 has a very old bzip2 library and we can at least guarantee that
624 it won't fail because of the lack of stdio.h.
626 * THANKS: Added Phong Nguyen, who found the Elgamal signing key
629 2003-12-23 Werner Koch <wk@gnupg.org>
631 * configure.ac: Use -Wformat-nonliteral in maintainer-mode.
633 2003-11-30 David Shaw <dshaw@jabberwocky.com>
635 * NEWS: Note --disable-rsa.
637 * configure.ac: Add --disable-rsa.
639 * README: Add --with-zlib, --with-bzip2, --without-bzip2,
640 --disable-rsa, and --enable-minimal. Update gettext version.
642 * README: Update version number. Add BZIP2. Remove Elgamal
645 2003-11-27 Werner Koch <wk@gnupg.org>
649 2003-11-27 David Shaw <dshaw@jabberwocky.com>
651 * NEWS: Note that we won't encrypt to an Elgamal sign+encrypt key
654 * configure.ac: Use MSG_NOTICE instead of MSG_WARN for less
655 serious notifications.
657 * NEWS: I meant "less" not "more".
659 2003-11-12 David Shaw <dshaw@jabberwocky.com>
663 * configure.ac: Make sure that the resolver API actually compiles,
664 and not just that the right functions exist.
666 2003-10-30 David Shaw <dshaw@jabberwocky.com>
668 * configure.ac: Locate libbz2 for bzip2 compression support.
670 2003-10-26 David Shaw <dshaw@jabberwocky.com>
672 * NEWS: Note --symmetric --encrypt and the improved config file
675 * configure.ac: Add SAFE_VERSION_DOT and SAFE_VERSION_DASH.
677 2003-10-25 Werner Koch <wk@gnupg.org>
679 * Makefile.am (SUBDIRS): Add intl.
680 (ACLOCAL_AMFLAGS): New variable.
681 (EXTRA_DIST): Add scripts/config.rpath.
682 * configure.ac (AC_CONFIG_FILES): Add po/Makefile.in,
683 (AL_LINGUAS): Removed.
685 2003-10-24 David Shaw <dshaw@jabberwocky.com>
687 * configure.ac (DLLIBS): Work properly on platforms where dlopen
688 and friends are in libc instead of libdl.
690 2003-10-24 Werner Koch <wk@gnupg.org>
692 * configure.ac (DLLIBS): Fixed last change.
694 2003-10-23 Werner Koch <wk@gnupg.org>
696 * configure.ac (DLLIBS): Do not include -ldl in the mingw32 case.
698 2003-10-21 Werner Koch <wk@gnupg.org>
700 * configure.ac (PRINTABLE_OS_NAME): Remove special case for The
701 Hurd; Robert Millan reported that the uname test is now
704 2003-10-16 David Shaw <dshaw@jabberwocky.com>
706 * configure.ac: Include -ldl when card support is used.
708 2003-10-10 Werner Koch <wk@gnupg.org>
712 2003-10-09 David Shaw <dshaw@jabberwocky.com>
714 * NEWS: Note multiple Comment: support and --sig-keyserver-url.
716 2003-10-01 Werner Koch <wk@gnupg.org>
718 * configure.ac (AH_BOTTOM): Define GNUPG_MAJOR_VERSION.
719 (ENABLE_CARD_SUPPORT): Define as automake conditional.
721 2003-09-30 David Shaw <dshaw@jabberwocky.com>
723 * NEWS: Note that SHA-256 is read-write now, that TIGER/192 is no
724 more, that revoked and expired uids are skipped in -r, and that
725 --no-mangle-dos-filenames is now the default.
727 2003-09-27 Werner Koch <wk@gnupg.org>
729 * configure.ac (LIBUSB_LIBS,HAVE_LIBUSB): Check for Libusb.
730 (--enable-card-support): New.
732 2003-09-04 David Shaw <dshaw@jabberwocky.com>
734 * configure.ac: Drop TIGER/192 support. Check for UINT64_C to go
737 2003-09-01 David Shaw <dshaw@jabberwocky.com>
739 * NEWS: Note --list-options, --verify-options, the deprecation of
740 --show-photos, --show-policy-url, --show-notation, and
741 --show-keyring, and getting the signer's fingerprint in sig
744 2003-08-28 David Shaw <dshaw@jabberwocky.com>
746 * AUTHORS, THANKS: Updates from stable.
748 2003-08-25 David Shaw <dshaw@jabberwocky.com>
750 * NEWS: Note %g and %p, the "tru" --with-colons record, and the
751 REVKEYSIG --status-fd tag.
753 * README: Add a note about the SunOS symbol underscore problem and
754 how to fix it. Note problem with gcc < 2.96 and non-gnu as.
756 2003-08-24 David Shaw <dshaw@jabberwocky.com>
758 * configure.ac: Check for getaddrinfo. Don't bother to check for
759 EGD libs since we need to have the netlibs regardless because of
762 2003-07-10 David Shaw <dshaw@jabberwocky.com>
764 * configure.ac: configure.ac: Check for sigset_t and struct
765 sigaction. This is for Forte c89 on Solaris which seems to define
766 only the function call half of the two pairs by default.
768 * THANKS: Updates from stable.
770 * configure.ac: Include wsock32 in W32LIBS. This is different
771 from NETLIBS so we don't need to force other platforms to pull in
772 the netlibs when they aren't actually needed.
774 * NEWS: Note portability changes.
776 2003-06-03 David Shaw <dshaw@jabberwocky.com>
778 * configure.ac: Define SAFE_VERSION so that RISCOS can override it
779 and remove invalid chars.
781 2003-05-30 David Shaw <dshaw@jabberwocky.com>
783 * configure.ac: Put wsock32 in NETLIBS. Put zlib in ZLIBS. Put
784 dl in DLLIBS. Check for getopt.h if available. Look for getopt()
785 in libiberty if libc doesn't have it. Enable GPGKEYS_HKP after
786 AC_PROG_CC so that any needed extension (i.e. ".exe") is defined.
788 2003-05-27 Werner Koch <wk@gnupg.org>
792 2003-05-26 David Shaw <dshaw@jabberwocky.com>
794 * NEWS: Document --gnupg and the deprecation of --no-openpgp and
797 2003-05-24 David Shaw <dshaw@jabberwocky.com>
799 * configure.ac: Edit preprocessor instructions in g10defs.h to
800 remove whitespace before the '#'. This is not required by C89,
801 but there are some compilers out there that don't like it.
803 2003-05-11 David Shaw <dshaw@jabberwocky.com>
805 * configure.ac: Remove some stuff no longer needed with newer
806 autoconf. Use AC_GNU_SOURCE instead of defining _GNU_SOURCE
807 manually. Add check for strchr() for gettext. Add "ngettext"
808 check for gettext, since that check supposedly implies a check for
809 bind_textdomain_codeset. Add check for times() for random.c. Fix
810 URL for EGD. Make --enable-old-tiger match the stable branch as a
813 * NEWS: "OpenPGP" trust model is now "PGP". Add note about TIGER
814 being dropped from OpenPGP. Note trust bug fix.
816 * README: Fix all URLs to point to the right place in the
817 reorganized gnupg.org web pages. Some minor language fixes.
819 2003-04-27 David Shaw <dshaw@jabberwocky.com>
821 * BUGS: Fix bug reporting URL.
823 * NEWS: Add sig version, pk algo, hash algo, and sig class to
824 VALIDSIG. Add notes about SRV, the "subkeyid!" syntax, configure
825 options to disable various algorithms, and the ability to change
826 the keyserver no-modify flag.
828 2003-04-23 David Shaw <dshaw@jabberwocky.com>
830 * configure.ac: Big warning that TIGER/192 is being removed from
831 the standard, and make it disabled by default.
833 * README: Put back proper copyright line. Remove mention of
836 2003-04-15 Werner Koch <wk@gnupg.org>
838 * configure.ac (HAVE_DOSISH_SYSTEM): New automake conditional.
840 * acinclude.m4 (GNUPG_CHECK_ENDIAN): Fixed quoting of r.e. using
843 2003-04-08 Werner Koch <wk@gnupg.org>
845 * Makefile.am (EXTRA_DIST): Add autogen.sh wrapper.
847 2003-04-07 David Shaw <dshaw@jabberwocky.com>
849 * configure.ac: Use much more accurate method to determine whether
852 * README: Document the various --disable-xxx switches, and add a
853 note about existing keys that may use one of the missing ciphers
854 as a preference. Update copyright date.
856 * NEWS: Add note about SHA-256/384/512.
858 * acinclude.m4: Fix URL to faqprog.pl.
860 2003-03-24 Werner Koch <wk@gnupg.org>
862 * acinclude.m4 (GNUPG_CHECK_ENDIAN): When crosscompiling assume
863 little only for Intel CPUs.
865 * configure.ac: Check for ranlib and ar. This is required for
868 2003-03-11 David Shaw <dshaw@jabberwocky.com>
870 * configure.ac: Look for res_query so we can use DNS SRV, and add
871 --disable-dns-srv to disable it.
873 2003-03-04 David Shaw <dshaw@jabberwocky.com>
875 * configure.ac: Define @CAPLIBS@ to link in -lcap if we are using
878 2003-02-22 David Shaw <dshaw@jabberwocky.com>
880 * configure.ac: Add --disable-idea for IDEA. Note that disabling
881 IDEA disables both the real IDEA and the possibility of using the
882 IDEA loadable module. Remove the --disable-dynload option since
883 it is no longer meaningful (it is only used if idea-stub is used).
885 2003-02-21 David Shaw <dshaw@jabberwocky.com>
887 * configure.ac: Add --disable-xxx options for CAST5, BLOWFISH, AES
888 (all), TWOFISH, TIGER192, SHA256, and SHA384/512. Add a
889 --enable-minimal that disables all of them as well as
892 2003-02-11 David Shaw <dshaw@jabberwocky.com>
894 * configure.ac: Do not set GNUPG_LIBEXECDIR in ./configure, so
895 that makefiles can override it. Verify that we have a 64-bit type
896 before building tiger.c or sha512.c. Add uint64_t as a possible
899 2003-02-02 David Shaw <dshaw@jabberwocky.com>
901 * NEWS: Add notes about disabled keys, trustdb tweaks, and
904 2002-12-27 David Shaw <dshaw@jabberwocky.com>
906 * NEWS: Add note about convert-from-106 script.
908 2002-11-25 David Shaw <dshaw@jabberwocky.com>
910 * NEWS: Add notes about notation names and '@', the --trust-model
911 option, default algorithms from --personal-xxxx,
912 --primary-keyring, changes with --s2k-digest-algo, the new
913 anonymous recipient improvements, and non-optimized memory wiping.
915 2002-11-13 David Shaw <dshaw@jabberwocky.com>
917 * THANKS: Changes from stable branch.
919 * configure.ac: Check for ctermid(). From Werner on stable
922 * configure.ac (GPGKEYS_LDAP,GPGKEYS_HKP): Add $EXEEXT. From
923 Werner on stable branch.
925 * configure.ac (try_gettext): Remove special case for cygwin.
926 This removes all the DOS specific macros and let Cygwin work like
927 a real OS. Needs a couple of changes elsewhere but after all,
928 GnuPG presents itself much more like a Posix program and can be
929 used in a full Cygwin environment; e.g. used along with mutt.
930 Changes suggested by Volker Quetschke. From Werner on stable
933 * acinclude.m4 (GNUPG_SYS_NM_PARSE): Allow for underscore in test
934 symbols. Useful for Cygwin builds.
935 (GNUPG_SYS_SYMBOL_UNDERSCORE): Don't hardwire to yes for Cygwin.
936 From Werner on stable branch.
938 * README: Add an installation note for Darwin 6.1. From Werner on
941 2002-11-12 Werner Koch <wk@gnupg.org>
945 2002-11-03 David Shaw <dshaw@jabberwocky.com>
947 * NEWS: Note trust signature support,
948 --hidden-encrypt-to/--hidden-recipient, and long algorithm name
951 2002-10-31 David Shaw <dshaw@jabberwocky.com>
953 * Makefile.am: Put gnupg.spec in the root directory so rpm -ta
956 * configure.ac: Add a check for volatile.
958 2002-10-29 David Shaw <dshaw@jabberwocky.com>
960 * configure.ac: Add --disable-regex in case some platform just
961 can't handle the regex stuff. This means they can't fully handle
962 trust sigs with an attached regex either.
964 2002-10-19 David Shaw <dshaw@jabberwocky.com>
966 * configure.ac: Regex tests adapted from mutt to decide whether to
967 use the internal regex code or not.
969 2002-10-18 Werner Koch <wk@gnupg.org>
973 * configure.ac: Changed version number comments.
974 (ALL_LINGUAS): Removed all except for de. During development it
975 might not be a good idea to keep all of them - they get outdated
976 too soon and diff files will be far too large.
978 2002-10-17 David Shaw <dshaw@jabberwocky.com>
980 * README: Multiple A record rotation works with MINGW32 now, and
981 clarify how it works with LDAP.
983 2002-10-16 David Shaw <dshaw@jabberwocky.com>
985 * README: Some typo fixes from Florian Weimer, and bump version
988 2002-10-15 David Shaw <dshaw@jabberwocky.com>
990 * NEWS: Some 1.3 notes.
992 2002-10-12 Werner Koch <wk@gnupg.org>
994 * configure.ac (NAME_OF_DEV_URANDOM): Use /dev/urandom for
995 NetBSD. Reported by Christian Biere.
997 2002-10-07 David Shaw <dshaw@jabberwocky.com>
999 * configure.ac: OpenLDAP 2.0.27 changed the dependencies again.
1000 Add a "LDAPLIBS" variable so users can try and suggest the right
1001 dependencies for their platform.
1003 2002-10-02 David Shaw <dshaw@jabberwocky.com>
1005 * configure.ac: Add an --enable-old-tiger, to revert back to the
1008 2002-09-27 David Shaw <dshaw@jabberwocky.com>
1010 * configure.ac: Remove --enable-tiger, as TIGER is now always
1013 2002-09-25 David Shaw <dshaw@jabberwocky.com>
1015 * configure.ac: Add NETLIBS to EGDLIBS when using EGD as EGD uses
1018 2002-09-24 David Shaw <dshaw@jabberwocky.com>
1020 * THANKS: Remove duplicate.
1022 * NEWS: Bring in cosmetic changes from stable branch.
1024 * configure.ac: Figure out whether the LDAP library supports
1025 ldap_get_option, ld_errno, or neither.
1027 2002-09-19 David Shaw <dshaw@jabberwocky.com>
1029 * configure.ac: Try linking LDAP as just -lldap as it seems very
1030 recent OpenLDAPs (>=2.0.23) support that.
1032 2002-09-14 David Shaw <dshaw@jabberwocky.com>
1034 * configure.ac: Try linking LDAP without -lresolv first, just in
1035 case the platform has libresolv, but doesn't actually need it to
1038 2002-09-12 David Shaw <dshaw@jabberwocky.com>
1040 * NEWS: Note that the old IDEA plugin won't work with post-1.1.90
1043 2002-09-12 David Shaw <dshaw@jabberwocky.com>
1045 * configure.ac: Remove --enable-external-hkp as this is always on
1046 now. Add --disable-hkp to match the other
1047 --disable-{keyservertype} options.
1049 * NEWS, configure.ac: Move to devel version 1.3.
1051 2002-09-11 Werner Koch <wk@gnupg.org>
1055 * configure.ac (random_modules): The default random module for
1056 system lacking a /dev/random is now auto selected at runtime.
1058 2002-09-09 David Shaw <dshaw@jabberwocky.com>
1062 * configure.ac: Add a link test for LDAP without -lresolv for
1063 HPUX. Remove "hstrerror" test as it is no longer needed.
1065 2002-09-02 Werner Koch <wk@gnupg.org>
1067 * README: Removed the note about a development version so that we
1068 later don't forget this. Minor other changes.
1070 2002-08-29 Werner Koch <wk@gnupg.org>
1072 * configure.ac (random_modules): Reworked the code to select the
1073 random module. Define USE_ALL_RANDOM_MODULES for value all.
1075 2002-08-27 David Shaw <dshaw@jabberwocky.com>
1077 * configure.ac: Check type of mode_t.
1079 * NEWS: Clarify that --libexecdir is a configure option.
1081 * configure.ac: Check for hstrerror.
1083 2002-08-19 David Shaw <dshaw@jabberwocky.com>
1085 * NEWS: Document new ways to enable MDC, and change in automatic
1086 compression disabling.
1088 * configure.ac: No such thing as the "none" random gather any
1091 2002-08-08 David Shaw <dshaw@jabberwocky.com>
1093 * configure.ac: Add an --enable-tiger.
1095 * NEWS: Clarify new permission checks.
1097 2002-08-07 David Shaw <dshaw@jabberwocky.com>
1099 * configure.ac: If the static IDEA cipher is present, disable
1100 dynamic loading. Also fix backwards grammar of keyserver
1101 exec-path CHECKING message.
1103 2002-08-05 Werner Koch <wk@gnupg.org>
1105 * configure.ac: Bumbed version number.
1107 2002-08-04 Werner Koch <wk@gnupg.org>
1111 * configure.ac (ALL_LINGUAS): Added Catalan.
1113 2002-08-02 Werner Koch <wk@gnupg.org>
1115 * configure.ac: Removed all extension stuff but keep the tests for
1116 dlopen. We don't need to figure out the flags required. All
1117 stuff is now statically loaded.
1119 2002-07-30 David Shaw <dshaw@jabberwocky.com>
1121 * README, configure.ac: --with-exec-path is now clarified into
1122 --disable-keyserver-path
1124 * NEWS: changes since 1.1.90.
1126 2002-07-24 David Shaw <dshaw@jabberwocky.com>
1128 * configure.ac: Include a GNUPG_LIBEXECDIR in g10defs.h, as well
1129 as a SUBST for Makefiles.
1131 2002-07-22 Timo Schulz <ts@winpt.org>
1133 * configure.ac: Replace the 'c:/' variables with 'c:\' due
1134 to the fact we already use '\' in the remaining code.
1136 2002-07-08 David Shaw <dshaw@jabberwocky.com>
1138 * configure.ac: Add --with-mailprog to override the use of
1139 sendmail with another MTA. We can use anything that follows the
1140 "$MAILPROG -t" convention.
1142 2002-07-04 David Shaw <dshaw@jabberwocky.com>
1144 * configure.ac: --enable-exec-path should be a 'with'. Fix 'no'
1145 cases of --with-exec-path and --with-photo-viewer.
1147 * README: Document --disable-exec, --disable-photo-viewers,
1148 --disable-keyserver-helpers, --enable-exec-path, and
1149 --with-photo-viewer.
1151 * configure.ac: Add --with-photo-viewer to lock the viewer at
1152 compile time and --disable-keyserver-helpers and
1153 --disable-photo-viewers to allow disabling one without disabling
1156 2002-07-03 David Shaw <dshaw@jabberwocky.com>
1158 * configure.ac: Allow setting USE_EXEC_PATH to lock the exec-path
1161 2002-07-01 Werner Koch <wk@gnupg.org>
1163 * configure.ac: Set version number to 1.1.91.
1167 * INSTALL: Replaced by generic install file.
1168 * README: Marked as development version and moved most stuff of
1169 the old INSTALL file to here.
1171 2002-06-30 Werner Koch <wk@gnupg.org>
1173 * configure.ac: Link W32 version against libwsock32.
1175 2002-06-29 Werner Koch <wk@gnupg.org>
1177 * configure.ac (development_version): New.
1178 (HAVE_DEV_RANDOM_IOCTL): Removed test for it; it was never used.
1180 * BUGS, AUTHORS: Add a note on how to send security related bug
1183 2002-06-20 David Shaw <dshaw@jabberwocky.com>
1185 * NEWS: changes since 1.0.7.
1187 * configure.ac: Set new version number (1.1.90), and fix Solaris
1188 compiler flags for shared objects.
1190 2002-06-11 David Shaw <dshaw@jabberwocky.com>
1192 * configure.ac: Move -lsocket and -lnsl checks before LDAP link
1193 tests so they work properly on Solaris. Noted by David Champion.
1194 Also, check for the Mozilla LDAP library if the OpenLDAP library
1195 check fails. Put -lsocket and -lnsl in NETLIBS rather than LIBS
1196 so not all programs are forced to link to them.
1198 2002-06-05 David Shaw <dshaw@jabberwocky.com>
1200 * configure.ac: Add a switch for the experimental external HKP
1201 keyserver interface.
1203 2002-05-22 Werner Koch <wk@gnupg.org>
1205 * configure.ac: Check for strcasecmp and strncasecmp. Removed
1206 stricmp and memicmp checks.
1208 2002-05-08 David Shaw <dshaw@jabberwocky.com>
1210 * configure.ac: If LDAP comes up unusable, try #including <lber.h>
1211 before giving up. Old versions of OpenLDAP require that.
1213 2002-05-03 David Shaw <dshaw@jabberwocky.com>
1215 * configure.ac: In g10defs.h, use \ for the directory separator
1216 when HAVE_DOSISH_SYSTEM is on.
1218 * configure.ac: Add --disable-exec flag to disable all remote
1219 program execution. --disable-exec implies --disable-ldap and
1220 --disable-mailto. Also look in /usr/lib for sendmail. If
1221 sendmail is not found, do not default - just fail.
1223 2002-04-30 David Shaw <dshaw@jabberwocky.com>
1225 * configure.ac: Try and link to a sample LDAP program to check if
1226 the LDAP we're about to use is really sane. The most common
1227 problem (using a very old OpenLDAP), could be fixed with an extra
1228 #include, but this would not be very portable to other LDAP
1231 2002-04-29 Werner Koch <wk@gnupg.org>
1235 * README: Fixed some minor things.
1237 2002-04-25 Werner Koch <wk@gnupg.org>
1239 * configure.ac: Check for locale.h and setlocale
1241 2002-04-24 David Shaw <dshaw@jabberwocky.com>
1243 * Update NEWS with recent changes.
1245 2002-04-19 Werner Koch <wk@gnupg.org>
1247 Released 1.0.6e snapshot.
1249 2002-04-12 Werner Koch <wk@gnupg.org>
1251 * configure.ac: Add a warning note to the definition of the
1254 2002-04-09 Werner Koch <wk@gnupg.org>
1256 * configure.ac (ALL_LINGUAS): Added Czech, Galician and Greek
1257 translations. s/es_ES/es/.
1259 2002-03-06 Werner Koch <wk@gnupg.org>
1261 * configure.ac (ALL_LINGUAS): s/pt_PT/pt/
1263 2002-03-04 David Shaw <dshaw@jabberwocky.com>
1265 * Add a AC_DEFINE(_GNU_SOURCE). Since this is always defined in
1266 config.h, the various autoconf tests should be tested with it
1267 enabled. This also works around a compiler warning caused by a
1268 minor header bug in glibc 2.1 that causes fseeko to be defined
1269 when building gpg, but not when tested for in configure.
1271 2002-03-03 Werner Koch <wk@gnupg.org>
1273 Release 1.0.6d snapshot.
1275 2002-01-04 David Shaw <dshaw@jabberwocky.com>
1277 * NEWS: about symmetric messages and fixed file sizes.
1279 2001-12-22 Werner Koch <wk@gnupg.org>
1281 Released 1.0.6c snapshot.
1283 * configure.ac (AH_BOTTOM): Moved EXEC_TEMPFILE_ONLY to here.
1285 * acconfig.h: Removed, it should no longer be used.
1287 2001-12-21 David Shaw <dshaw@jabberwocky.com>
1289 * Add an acconfig.h to define EXEC_TEMPFILE_ONLY on platforms that
1292 2001-12-21 Werner Koch <wk@gnupg.org>
1294 * Makefile.am (dist-hook): We should also look in include for
1296 (EXTRA_DIST): Remove VERSION because it is generated by dist-hook.
1298 2001-12-20 David Shaw <dshaw@jabberwocky.com>
1300 * configure.ac: replacement function for mkdtemp()
1302 2001-12-19 David Shaw <dshaw@jabberwocky.com>
1304 * configure.ac: Check for stat()
1306 2001-12-19 Werner Koch <wk@gnupg.org>
1308 * acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Support Cygwin target
1309 * configure.ac [CYGWIN32]: Don't build tiger. By Disastry.
1311 2001-12-18 Werner Koch <wk@gnupg.org>
1313 * Makefile.am (SUBDIRS): Add keyserver.
1314 (dist-hook): Only look in mpi and scripts for distfiles; this way
1315 we don't include those of a stale "make dist" directory.
1317 2001-10-23 Werner Koch <wk@gnupg.org>
1319 Released 1.0.6b snapshot.
1321 2001-10-22 Werner Koch <wk@gnupg.org>
1323 * configure.ac: Fixed for automake 1.5
1325 2001-10-17 Werner Koch <wk@gnupg.org>
1327 * README: Removed note on local_ID.
1329 2001-09-28 Werner Koch <wk@gnupg.org>
1331 * configure.ac: From now on add a string "-cvs" to the version to
1332 indicate that this is a pre-release of the given version number.
1334 2001-09-26 Werner Koch <wk@gnupg.org>
1336 * configure.ac [MINGW32]: Switched from wsock.dll to ws2_32.dll.
1338 2001-09-09 Werner Koch <wk@gnupg.org>
1340 * configure.ac: autoconf changed the name of the maintainer mode
1341 flag, so that not all warnings where enabled. Fixed that.
1342 Reported by Dirk Meyer.
1344 2001-09-07 Werner Koch <wk@gnupg.org>
1346 * configure.ac: Test for strsep().
1348 2001-09-03 Werner Koch <wk@gnupg.org>
1350 * configure.ac: Removed GDBM tests.
1352 2001-08-23 Werner Koch <wk@gnupg.org>
1354 * configure.in (AC_FUNC_FSEEKO): Add.
1355 (AC_CHECK_FUNCS): Remove fseeko. By Paul Eggert <eggert@twinsun.com>.
1357 2001-08-22 Werner Koch <wk@gnupg.org>
1359 * configure.ac (gethrtime): Enhanced the test by running a test
1361 * INSTALL: Removed the note about Solaris problems because the
1362 above test should catch this.
1364 2001-08-20 Werner Koch <wk@gnupg.org>
1366 * acinclude.m4: Add check for plock if mlock is broken.
1367 * configure.ac: Use regular tests for -lsocket and -lnsl,
1368 more thorough test for gethrtime, allow specifying the path to
1369 the zlib library if it is not in the default compiler/linker
1370 search path, use ${datadir}. All these test enhancements are by
1373 * configure.ac: Set some compiler flags for dec-osf and hpux. By
1376 * configure.ac: Create g10defs.h with EXTSEP_S et al.
1378 2001-08-03 Werner Koch <wk@gnupg.org>
1380 * configure.ac (VERSION,PACKAGE): Fixed quoting.
1382 2001-07-26 Werner Koch <wk@gnupg.org>
1384 * configure.ac: Finally got it running with the new autoconf. Had
1385 to define PACKAGE and VERSION and to add -I.. to each Makefile.am.
1387 2001-07-09 Werner Koch <wk@gnupg.org>
1389 Migrated to autoconf 2.50.
1390 * acinclude.m4: Removed the temporary LFS macros and GNUPG_LINK_FILES.
1391 * acconfig.h: Removed
1392 * configure.in: Replaced by...
1393 * configure.ac: and modified for use with autoconf 2.50, use a
1394 literal string for the version number. Replaced GNUPG_LINK_FILES
1395 with AC_CONFIG_LINKS and moved some informational messages to the end.
1397 * Makefile.am (DISTCLEANFILES): gettext is better now; no more
1398 need to remove the libintl.h symlink.
1399 (dist-hook): Create VERSION file.
1401 2001-06-08 Werner Koch <wk@gnupg.org>
1403 * configure.in (DYNLINK_MOD_CFLAGS): Use -shared with dec-osf.
1404 Reported by Chris Adams. Merged some cases.
1406 2001-05-29 Werner Koch <wk@gnupg.org>
1408 Released version 1.0.6.
1410 2001-05-28 Werner Koch <wk@gnupg.org>
1412 * configure.in (BUILD_INCLUDED_LIBINTL): Set to no for W32.
1414 2001-04-29 Werner Koch <wk@gnupg.org>
1416 Released version 1.0.5.
1418 2001-04-28 Werner Koch <wk@gnupg.org>
1420 Updated all copyright notices.
1422 2001-04-27 Werner Koch <wk@gnupg.org>
1424 * README: Removed a few outdated paragraphs.
1426 2001-04-17 Werner Koch <wk@gnupg.org>
1428 * acinclude.m4 (GNUPG_CHECK_DOCBOOK_TO_TEXI): New.
1429 (GNUPG_CHECK_TYPEDEF): Define _GNU_SOURCE because we will use it
1432 * configure.in: Use it here.
1434 * configure.in (ALL_LINGUAS): Add Estonian translation by Toomas Soome.
1435 (use_m_debug): Removed --enable-m-debug because it does not work
1438 2001-04-06 Werner Koch <wk@gnupg.org>
1440 * configure.in (ALL_LINGUAS): Add Turkish translation. Thanks
1441 to Nilgun Belma Buguner.
1443 2001-03-18 Werner Koch <wk@gnupg.org>
1445 * configure.in: Hardwire the use of -lsocket for some
1446 systems. Thanks to Reinhard Wobst.
1448 2001-03-13 Werner Koch <wk@gnupg.org>
1450 * configure.in: Add copyright notice and -lwsock32.
1452 2001-03-12 Werner Koch <wk@gnupg.org>
1454 * INSTALL: Add a note to VPATH builds.
1456 2001-03-08 Werner Koch <wk@gnupg.org>
1458 * debian/: Applied update from James.
1460 Added copyright and license notices to some more files.
1462 2001-01-18 Werner Koch <wk@gnupg.org>
1464 * configure.in: Removed tool definitions for MingW32
1466 2000-11-17 Werner Koch <wk@gnupg.org>
1468 * acinclude.m4 (GNUPG_CHECK_FAQPROG): Do not prinnt the warning.
1470 2000-11-11 Paul Eggert <eggert@twinsun.com>
1472 Actually Paul's patches are dated 2000-20-17; I applied them today
1473 and merged some ChangeLog entries (wk@gnupg.org).
1475 * configure.in (AC_SYS_LARGEFILE): Add.
1476 (try_large_file): Remove. All uses removed.
1477 (AC_CHECK_FUNCS): Remove fopen64 and fstat64.
1479 * acinclude.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES,
1480 AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New macros,
1483 * configure.in (AC_CHECK_FUNCS): Add fseeko.
1485 2000-10-17 Werner Koch <wk@gnupg.org>
1487 * configure.in: Disabled fopen64 checks for Solaris and HPUX.
1489 2000-10-13 Werner Koch <wk@gnupg.org>
1491 * configure.in: Append mpi/mpi-asm-defs.h to g10defs.h
1493 2000-10-09 Werner Koch <wk@gnupg.org>
1495 * acinclude.m4: Changed wording of the faqprog.pl warning.
1497 Wed Oct 4 15:50:18 CEST 2000 Werner Koch <wk@openit.de>
1499 * configure.in: Set DYNLINK_MOD_CFLAGS for Irix. It seems that Irix
1500 needs the -shared flag. In 1.1 we are going to use libtool, so this
1501 module stuff will get redesigned anyway. Suggested by Jeff Long.
1503 Thu Sep 14 14:20:38 CEST 2000 Werner Koch <wk@openit.de>
1505 * acinclude.m4 (GNUPG_CHECK_FAQPROG): New.
1506 * configure.in: Test for this.
1508 * configure.in (DYNLINK_MOD_CFLAGS): Fix by David Champion.
1510 Wed Sep 6 17:55:47 CEST 2000 Werner Koch <wk@openit.de>
1512 * configure.in: Check for fstat64 and fopen64
1514 Wed Sep 6 14:59:09 CEST 2000 Werner Koch <wk@openit.de>
1516 * configure.in (GNUPG_HOMEDIR): New.
1518 Fri Aug 25 16:05:38 CEST 2000 Werner Koch <wk@openit.de>
1520 * configure.in: Changes to allow for Solaris random device.
1521 By Nils Ellmenreich.
1522 (--with-egd-socket): New.
1524 Wed Aug 23 19:52:51 CEST 2000 Werner Koch <wk@openit.de>
1526 * acinclude.m4 (GNUPG_CHECK_MLOCK): Removed that silly mkdir().
1528 Wed Jul 19 11:26:43 CEST 2000 Werner Koch <wk@openit.de>
1530 * configure.in (mingw32): Changes to allow for mingw32msvc
1532 Fri Jul 14 10:17:30 CEST 2000 Werner Koch <wk@openit.de>
1534 * acinclude.m4 (GNUPG_CHECK_MLOCK): Fixed syntax error in C code.
1536 Wed Jul 12 13:32:06 CEST 2000 Werner Koch <wk@openit.de>
1540 Fri Jun 9 10:09:52 CEST 2000 Werner Koch <wk@openit.de>
1542 * configure.in: Add check for termio.h, wait unctiosn and sigaction.
1544 Wed Jun 7 19:19:09 CEST 2000 Werner Koch <wk@openit.de>
1546 * acinclude.m4 (MKDIR_TAKES_ONE_ARG): Check some headers. By Gaël Quéri.
1547 * configure.in (AM_INIT_AUTOMAKE): Use this now. By Gaël.
1549 Mon Jun 5 12:37:43 CEST 2000 Werner Koch <wk@openit.de>
1551 * acnclude.m4 (GNUPG_CHECK_EXPORTDYNAMIC): Replacement for
1552 GNUPG_CHECK_RDYNAMIC which should handle gcc with non GNU ld nicer.
1553 Contributed by Dave Dykstra.
1554 * configure.in (GNYPG_CHECK_RDYNAMIC): Replaced by the new check.
1556 * configure.in (AC_CHECK_AWK): Moved before the first use of AWK. Suggested
1559 Tue May 30 16:37:55 CEST 2000 Werner Koch <wk@openit.de>
1561 Version 1.0.1-ePit-1
1563 Sun May 28 13:55:17 CEST 2000 Werner Koch <wk@openit.de>
1565 * acinclude.m4 (GNUPG_SYS_NM_PARSE): Added BSDI support.
1566 (GNUPG_CHECK_RDYNAMIC): Ditto.
1568 Wed Apr 19 10:57:26 CEST 2000 Werner Koch <wk@openit.de>
1570 * acconfig.h (HAVE_MLOCK): Added
1572 Wed Mar 22 13:50:24 CET 2000 Werner Koch <wk@openit.de>
1574 * acinclude.m4 (GNUPG_CHECK_MLOCK): Changed the way to test for
1575 librt. Test suggested by Jeff Long.
1577 Fri Mar 17 17:50:25 CET 2000 Werner Koch <wk@openit.de>
1579 * acinclude.m4 (GNUPG_CHECK_MLOCK): Do librt check only when
1580 we can't link a test program. This way GNU systems don't need
1581 to link against linrt.
1582 (GNUPG_CHECK_IPC): Fixed use of TRY_COMPILE macro. From Tim Mooney.
1584 2000-03-14 12:07:54 Werner Koch (wk@habibti.openit.de)
1586 * acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Add support for
1588 (GNUPG_CHECK_MLOCK): Check whether mlock sits in librt.
1589 * configure.in: Add a test for unisgned long long.
1591 Tue Mar 7 18:45:31 CET 2000 Werner Koch <wk@gnupg.de>
1593 * acinclude.m4 (GNUPG_CHECK_RDYNAMIC): Add NetBSD. By Thomas Klausner.
1594 * configure.in (DYNLINK_MOD_CFLAGS): Set different for NetBSD.
1596 Thu Mar 2 15:37:46 CET 2000 Werner Koch <wk@gnupg.de>
1598 * configure.in: Add check for clock_gettime
1600 Wed Feb 23 10:07:57 CET 2000 Werner Koch <wk@gnupg.de>
1602 * configure.in (ALL_LINGUAS): Add nl.
1604 Wed Feb 16 16:25:09 CET 2000 Werner Koch <wk@gnupg.de>
1606 * configure.in (ALL_LINGUAS): Add Esperanto.
1608 Wed Feb 16 14:09:00 CET 2000 Werner Koch <wk@gnupg.de>
1610 * configure.in (ALL_LINGUAS): Add sv and ja.
1612 * AUTHORS: Converted to a more compact format.
1614 * INSTALL: Wrote a note about a Solaris problem.
1616 Thu Feb 10 17:39:44 CET 2000 Werner Koch <wk@gnupg.de>
1618 * configure.in: Use /usr/local for CFLAGS and LDFLAGS when
1619 target is freebsd. By Rémi.
1621 Thu Jan 13 19:31:58 CET 2000 Werner Koch <wk@gnupg.de>
1623 * configure.in: Do not set development version when the version has
1624 a dash in it. Suggested by Dave Dykstra.
1626 Thu Dec 16 10:07:58 CET 1999 Werner Koch <wk@gnupg.de>
1628 * VERSION: Set to 1.0.1.
1630 * configure.in: Removed substitution for doc/gph/Makefile.
1631 Do all the gcc warning only in maintainer mode.
1633 Thu Dec 9 10:31:05 CET 1999 Werner Koch <wk@gnupg.de>
1635 * INSTALL: Add a hint for AIX. By Jos Backus.
1637 Sat Dec 4 12:30:28 CET 1999 Werner Koch <wk@gnupg.de>
1639 * configure.in (dlopen): Use CHECK_FUNC for a test of dlopen in libc.
1640 Suggested by Alexandre Oliva.
1641 (-Wall): Moved the settting of gcc warning options near to the end
1642 so that tests don't get confused. Suggested by Paul D. Smith.
1644 Mon Nov 22 11:14:53 CET 1999 Werner Koch <wk@gnupg.de>
1646 * BUGS: Replaced content with a link to the online list.
1648 Fri Nov 12 20:33:19 CET 1999 Werner Koch <wk@gnupg.de>
1650 * README: Fixed a type and add a note about the gnupg-i18n ML.
1652 Thu Oct 28 16:08:20 CEST 1999 Werner Koch <wk@gnupg.de>
1654 * acinclude.m4, configure.in (GNUPG_CHECK_GNUMAKE): New.
1656 Sat Oct 9 20:34:41 CEST 1999 Werner Koch <wk@gnupg.de>
1658 * configure.in: Tweaked handling of random modules and removed
1659 dummy support for libgcrypt.
1660 * Makefile.am: Removed libgcrypt support.
1661 * cgrypt/ : Removed.
1663 * Makefile.am: Removed libtool.
1665 Fri Oct 8 20:32:01 CEST 1999 Werner Koch <wk@gnupg.de>
1667 * configure.in: Fixed quoting in test for development version.
1669 * THANKS: Add entries for Michael, Brenno and J Horacio who did
1670 very nice Howto documents - I apoligize for forgetting to mention them
1673 Tue Sep 28 20:54:37 CEST 1999 Werner Koch <wk@gnupg.de>
1675 * textfilter.c (copy_clearsig_text) [__MINGW32__): Use CR,LF.
1677 Fri Sep 17 12:56:42 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
1679 * configure.in: Add "-lcap" when capabilities are requested.
1680 Add the conditional CROSS_COMPILING.
1681 * Makefile.am: Don't use checks when CROSS_COMPILING.
1683 Wed Sep 15 16:22:17 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
1685 * configure.in (ALL_LINGUAS): Add pt_PT.
1687 * configure.in: Some tweaks for cross compiling under MingW32
1688 * acconfig.h (USE_STATIC_RNDW32): New.
1690 Tue Sep 7 17:08:10 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
1692 * VERSION: Set to 1.0.0.
1694 Mon Sep 6 19:59:08 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
1696 * configure.in: Create makefile in doc/gph
1698 * acinclude.m4 (GNUPG_FUNC_MKDIR_TAKES_ONE_ARG): New
1699 * configure.in: use the above.
1701 Thu Sep 2 16:40:55 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
1703 * VERSION: Set to 0.9.11.
1705 Tue Aug 31 17:20:44 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
1707 * configure.in: Minor changes to the OS/2 and Mingw32 system labels.
1708 Add a printable name for Hurd.
1710 Mon Aug 30 20:38:33 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
1712 * configure.in: Some support for DJGPP (Mark Elbrecht)
1714 Wed Aug 4 10:34:46 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
1716 * VERSION: Set to 0.9.10.
1718 Mon Jul 26 09:34:46 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
1720 * acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): remove init of ac_cv_...
1722 * Makefile.am (DISCLEANFILES): New
1724 Fri Jul 23 13:53:03 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
1726 * VERSION: Set to 0.9.9.
1728 * configure.in: Print a notice when rndunix is used.
1730 Thu Jul 15 10:15:35 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
1732 * acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Fixed last modification.
1734 Wed Jul 7 13:08:40 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
1736 * Makefile.am: Support for libtool.
1737 * configure.in: Ditto.
1739 Tue Jun 29 21:44:25 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
1741 * configure.in (use_local_zlib): The lost dollar is back.
1743 * acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): Add EMX case.
1744 * configure.in: Another variant of the MX vendor string
1746 * configure.in (--with-capabilities): Some test code (Remi).
1748 Sat Jun 26 12:15:59 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
1750 * acinclude.m4 (GNUPG_CHECK_RDYNAMIC): Support for HPUX and IRIX.
1751 * configure.in (HAVE_DL_SHL_LOAD): New for HPUX (Dave Dykstra).
1753 * VERSION: Now 0.9.8
1755 Wed Jun 16 20:16:21 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
1757 * configure.in: Add test for docbook-to-man
1759 Tue Jun 15 12:21:08 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
1761 * acinclude.m4 (GNUPG_SYS_NM_PARSE): Support for {net,free}bsd,
1763 Thu Jun 10 14:18:23 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
1765 * configure.in (ZLIB,GDBM): Check both, header and lib.
1767 Sat Jun 5 15:30:33 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
1769 * pkclist.c (key_present_in_pk_list): New (Michael).
1771 Tue May 25 19:50:32 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
1773 * configure.in (IS_DEVELOPMENT_VERSION): Fixed detection.
1775 Sun May 23 14:20:22 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
1777 * acinclude.m4 (GNUPG_SYS_SYMBOL_UNDERSCORE): assume yes when
1780 Mon May 17 21:54:43 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
1782 * configure.in (socket): Fix for Unisys by Katsuhiro Kondou.
1784 Sat May 8 19:28:08 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
1786 * NEWS: Add a marker line which I forgot to do for 0.9.6.
1788 Thu May 6 14:18:17 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
1790 * README: Minor updates
1792 * VERSION: Now 0.9.6
1794 Thu Apr 8 09:35:53 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
1796 * acinclude.m4 (GNUPG_CHECK_RDYNAMIC): Fix for
1797 amiga-openbsd (Peter Reich)
1798 (GNUPG_PROG_NM): Ditto
1800 Wed Apr 7 20:51:39 CEST 1999 Werner Koch <wk@isil.d.shuttle.de>
1802 * Makefile.am (g10defs.h): Removed.
1803 * configure.in (AC_OUTPUT_COMMANDS): Create g10defs.h
1805 Sat Mar 20 12:55:33 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
1807 * VERSION: Now 0.9.5
1809 Sun Mar 14 19:34:36 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
1811 * acinclude.m4 (AM_SYS_SYMBOL_UNDERSCORE): Removed because it is
1812 now in the latest libtool.
1814 Thu Mar 11 16:39:46 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
1816 * configure.in: Removed the need for libtool
1818 Mon Mar 8 20:47:17 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
1820 * configure.in (DLSYM_NEEDS_UNDERSCORE): Replaced.
1821 * acinclude.in (AM_SYS_SYMBOL_UNDERSCORE): New.
1823 * VERSION: Now 0.9.4
1825 Sun Feb 28 19:11:00 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
1827 * configure.in (dld): Test disabled.
1829 Fri Feb 26 17:55:41 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
1831 * encode.c (encode_simple): temporary fix.
1833 Wed Feb 24 11:07:27 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
1835 * configure.in: New option --enable-static-rnd.
1837 Mon Feb 22 20:04:00 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
1839 * BUGS: Now we assign bug numbers.
1840 * OBUGS: New to keep rack o fixed bugs (CVS only)
1842 Fri Feb 19 18:01:54 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
1844 * VERSION: Released 0.9.3
1846 Fri Feb 19 15:49:15 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
1848 * acinclude.m4: Removed gettext macros.
1850 Tue Feb 16 14:10:02 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
1852 * configure.in (socket): Check for -lsocket and -lnsl.
1853 (osf4): Disable all warnings for DEC's cc.
1854 (-Wall): Add more warning options for gcc
1856 Sat Feb 13 12:04:43 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
1858 * configure.in: Changed detection of compiler flags.
1859 * intl/ : Removed directory
1861 Wed Feb 10 17:15:39 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
1863 * acinclude.m4 (GNUPG_CHECK_RDYNAMIC): Fix for freebsd 2.2
1865 * configure.in: a lot of changes to allow selection of modules.
1866 Add support for OS/2.
1868 * acinclude.m4: add some more caching
1870 * README: Spelling and grammar corrections (John A. Martin)
1873 Wed Jan 20 21:40:21 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
1875 * configure.in: --enable-m-guard is now default
1877 Wed Jan 13 12:49:36 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
1879 * INSTALL: Applied new information how to build rpms by Fabio Coatti
1880 * Makefile.in (gnupg.spec): Changed the names.
1882 Tue Jan 12 11:17:18 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
1884 * config.links (m68k-atari-mint): New
1886 Tue Jan 12 09:17:19 CET 1999 Gaël Quéri <gqueri@mail.dotcom.fr>
1888 * all: Fixed typos all over the place
1890 Sat Jan 9 16:02:23 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
1892 * configure.in: Add a way to statically link rndunix
1894 Sun Jan 3 15:28:44 CET 1999 Werner Koch <wk@isil.d.shuttle.de>
1896 * acinclude.m4 (GNUPG_CHECK_RDYNAMIC): New.
1897 * configure.in (DYNLOAD_CFLAGS): Use result from CHECK_RDYNAMIC
1899 Wed Dec 23 13:18:14 CET 1998 Werner Koch <wk@isil.d.shuttle.de>
1901 * README: Replaced the command overview with a short intro.
1903 Sat Dec 12 18:40:32 CET 1998 Werner Koch <wk@isil.d.shuttle.de>
1905 * configure.in: Add check for dlopen in libc (Greg Troxel)
1907 * acconfig.h (DLSYM_NEEDS_UNDERSCORE): New.
1909 Thu Dec 10 20:15:36 CET 1998 Werner Koch <wk@isil.d.shuttle.de>
1911 * acinclude.m (GNUPG_CHECK_PIC): New
1912 * configure.in, acinclude.m4: Renamed all WK_ to GNUPG_
1914 Tue Dec 8 15:09:29 CET 1998 Werner Koch <wk@isil.d.shuttle.de>
1916 * VERSION: Set to 0.4.5
1918 Wed Nov 25 12:38:29 1998 Werner Koch (wk@isil.d.shuttle.de)
1920 * configure.in (USE_RNDLINUX): New.
1922 Fri Nov 20 19:34:57 1998 Werner Koch (wk@isil.d.shuttle.de)
1924 * VERSION: Released 0.4.4
1926 * configure.in (try_asm_modules): For option --disable-asm
1928 Tue Nov 10 19:32:40 1998 Werner Koch (wk@isil.d.shuttle.de)
1930 * configure.in (MPI_SFLAGS): New.
1932 Tue Nov 10 13:44:53 1998 Werner Koch (wk@isil.d.shuttle.de)
1935 * configure.in (AC_REVISION): New.
1937 Sun Nov 8 18:20:35 1998 Werner Koch (wk@isil.d.shuttle.de)
1939 * VERSION: Set to 0.4.3
1941 Sun Oct 25 19:49:37 1998 Werner Koch (wk@isil.d.shuttle.de)
1943 * Makefile.am (g10defs.h): New macro GNUPG_DATADIR.
1945 Wed Oct 21 17:24:24 1998 Werner Koch (wk@isil.d.shuttle.de)
1947 * configure.in: Removed gettext kludge
1948 * acinclude.m4: Add patched AM_WITH_NKS macro
1950 Tue Oct 20 19:03:36 1998 Werner Koch (wk@isil.d.shuttle.de)
1952 * configure.in: Kludge to make AM_GNU_GETTEXT work,
1953 changed some macors to more modern versions. Also
1954 changeg the all makefiles to remove duplicate ../intl.
1955 * acinclude.m4: Removed the gettext stuff, as this
1956 already comes with automake now.
1958 Wed Oct 14 12:11:34 1998 Werner Koch (wk@isil.d.shuttle.de)
1960 * configure.in (NAME_OF_DEV_RANDOM): New.
1961 (DYNLINK_MOD_CFLAGS): New.
1963 Thu Oct 8 10:55:15 1998 Werner Koch (wk@isil.d.shuttle.de)
1965 * Makefile.am (g10defs.h): creates include file
1966 * acconfig.h: now includes g10defs.h
1967 * configure.in: Removed G10_LOCALEDIR and GNUPG_LIB
1969 Thu Sep 17 18:49:40 1998 Werner Koch (wk@(none))
1971 * Makefile.am (dist-hook): Now creates RPM file.
1972 * scripts/gnupg.spec: New template file for RPMs
1974 Thu Jul 30 19:17:07 1998 Werner Koch (wk@(none))
1976 * acinclude.h (WK_CHECK_IPC): New
1977 * configure.in : Add checks for SysV IPC
1979 Thu Jun 25 11:18:49 1998 Werner Koch (wk@isil.d.shuttle.de)
1981 * configure.in (--disable-dynload): New.
1983 Wed Jun 10 07:48:59 1998 Werner Koch,mobil,,, (wk@tobold)
1985 * configure.in (GNUPG_LIBDIR): New.
1987 Mon May 25 19:10:59 1998 Werner Koch (wk@isil.d.shuttle.de)
1989 * rand-unix.c (fast_random_poll): fixed syntax bug.
1991 Mon May 11 10:21:31 1998 Werner Koch (wk@isil.d.shuttle.de)
1993 * configure.in (PRINTABLE_OS_NAME): Linux is now GNU/Linux
1995 Tue Apr 14 19:08:05 1998 Werner Koch (wk@isil.d.shuttle.de)
1997 * [all files]: Applied Matthew Skala's typo and grammar fixes.
1999 Wed Mar 4 10:32:40 1998 Werner Koch (wk@isil.d.shuttle.de)
2001 * configure.in (getrusage,gettimeofday): New tests.
2003 Fri Feb 27 13:14:17 1998 Werner Koch (wk@isil.d.shuttle.de)
2005 * configure.in (--disable-m-guard): New.
2007 Thu Feb 26 17:09:27 1998 Werner Koch (wk@isil.d.shuttle.de)
2009 * configure.in, acinclude.m4, intl/, po/: New macros taken
2010 from GNOME, switched to automake 1.2f
2012 Thu Feb 26 09:05:46 1998 Werner Koch (wk@isil.d.shuttle.de)
2014 * configure.in (doc/Makefile): New
2016 Thu Feb 26 07:40:47 1998 Werner Koch (wk@isil.d.shuttle.de)
2018 * configure.in: Changed gettext stuff
2020 Wed Feb 25 11:44:10 1998 Werner Koch (wk@isil.d.shuttle.de)
2022 * checks/*test : restructured the directory.
2024 Tue Feb 24 15:59:12 1998 Werner Koch (wk@isil.d.shuttle.de)
2026 * configure.in: Changed the name of the package to GNUPG and
2027 chnaged several other names too.
2029 Wed Feb 18 17:36:45 1998 Werner Koch (wk@isil.d.shuttle.de)
2031 * Makefile.am (checks): New.
2033 Sat Feb 14 15:37:55 1998 Werner Koch (wk@isil.d.shuttle.de)
2035 * configure.in (mpi_config_done): Removed asm links caching.
2037 Sat Feb 14 14:02:20 1998 Werner Koch (wk@isil.d.shuttle.de)
2039 * configure.in (PRINTABLE_OS_NAME): New.
2040 * acconfig.h: Likewise.
2042 Fri Feb 13 19:43:41 1998 Werner Koch (wk@isil.d.shuttle.de)
2044 * configure.in : Fixed zlib stuff
2045 * Makefile.am: Likewise
2048 Copyright 1998, 1999, 2000, 2001, 2002, 2003,
2049 2004, 2005, 2006 Free Software Foundation, Inc.
2051 This file is free software; as a special exception the author gives
2052 unlimited permission to copy and/or distribute it, with or without
2053 modifications, as long as this notice is preserved.
2055 This file is distributed in the hope that it will be useful, but
2056 WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
2057 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.