1 2006-09-06 Marcus Brinkmann <marcus@g10code.de>
3 * Makefile.am (openpgp): New variable.
4 (SUBDIRS): Conditionalize openpgp on RUN_GPG_TESTS.
6 2006-08-21 Werner Koch <wk@g10code.com>
8 * Makefile.am (SUBDIRS): New.
11 2006-06-08 Marcus Brinkmann <marcus@g10code.de>
13 * asschk.c (__func__) [__STDC_VERSION__ < 199901L && __GNUC__ >= 2]:
14 Define macro to __FUNCTION__.
15 (die): Use __func__ instead of __FUNCTION__.
17 2005-10-07 Marcus Brinkmann <marcus@g10code.de>
19 * Makefile.am (TESTS_ENVIRONMENT): Remove LD_LIBRARY_PATH hack.
20 It's the responsibility of the person building the software to set
23 2004-09-30 Werner Koch <wk@g10code.com>
25 * Makefile.am (SUBDIRS): Remove pkits until the copyright issues
28 2004-08-16 Werner Koch <wk@g10code.de>
30 * Makefile.am: Descend into the new pkits directory
32 2004-02-20 Werner Koch <wk@gnupg.org>
34 * Makefile.am: Reset GPG_AGENT_INFO here
35 * runtest: and not anymore here.
37 2002-12-04 Werner Koch <wk@gnupg.org>
39 * inittests (gpgsm.conf): Fake system time.
41 2002-10-31 Neal H. Walfield <neal@g10code.de>
43 * Makefile.am (inittests.stamp): Do not set LD_LIBRARY_PATH here.
44 (TESTS_ENVIRONMENT): Do it here. And also frob $(LIBGCRYPT_LIBS)
47 2002-10-31 Neal H. Walfield <neal@g10code.de>
49 * asschk.c (die): New macro.
50 (read_assuan): If in verbose mode, dump the string that was read.
51 (write_assuan): Be more verbose on failure.
53 2002-09-04 Neal H. Walfield <neal@g10code.de>
55 * Makefile.am (inittests.stamp): Do not set LD_LIBRARY_PATH, but
56 rather prepend it. Be more robust and prefer printf over echo -n.
58 2002-09-04 Marcus Brinkmann <marcus@g10code.de>
60 * asschk.c (start_server): Close the parent's file descriptors in
62 (read_assuan): Variable NREAD removed. Cut off the received line
63 currectly if more than one line was read.
65 2002-09-03 Neal H. Walfield <neal@g10code.de>
67 * Makefile.am (inittests.stamp): Construct an LD_LIBRARY_PATH from
70 2002-08-09 Werner Koch <wk@gnupg.org>
72 * asschk.c (cmd_getenv): New.
73 (expand_line): Allow / as variable name delimiter.
74 * sm-sign+verify, sm-verify: Use $srcdir so that a VPATH build works.
76 * Makefile.am: Fixes for make dist.
77 * samplekets/Makefile.am: New.
79 2002-08-08 Werner Koch <wk@gnupg.org>
81 * asschk.c: Added some new features.
82 * runtest, inittests: New.
83 * text-1.txt, text-2.txt, text-3.txt: New.
84 * text-1.osig.pem, text-1.dsig.pem, text-1.osig-bad.pem: New.
85 * text-2.osig.pem, text-2.osig-bad.pem: New.
86 * samplekeys : New directory
87 * sm-verify, sm-sign+verify: The first test scripts.
89 2002-08-06 Werner Koch <wk@gnupg.org>
91 * Makefile.am, asschk.c: New.
94 Copyright 2002 Free Software Foundation, Inc.
96 This file is free software; as a special exception the author gives
97 unlimited permission to copy and/or distribute it, with or without
98 modifications, as long as this notice is preserved.
100 This file is distributed in the hope that it will be useful, but
101 WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
102 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.