[scd] Memory leak fix.
[gnupg.git] / tests / ChangeLog
blob124ff9b8fb55f8504e98a63fc8daff06a347c4e5
1 2009-10-13  Werner Koch  <wk@g10code.com>
3         * asschk.c (die): Replace this vararg macro by C-89 compliant
4         macros die_0, die_1, die_2 and die 3.  Change all callers.
5         Reported by Nelson H. F. Beebe.
7 2009-02-19  Werner Koch  <wk@g10code.com>
9         * Makefile.am (TESTS_ENVIRONMENT): Use /bin/pwd.
10         * inittests: Ditto.  Fixes bug#1001.
12 2008-10-20  Werner Koch  <wk@g10code.com>
14         * asschk.c (cmd_echo): Mark unused arg.
15         (cmd_send, cmd_expect_ok, cmd_expect_err, cmd_pipeserver) 
16         (cmd_quit_if, cmd_fail_if): Ditto.
18 2008-09-29  Werner Koch  <wk@g10code.com>
20         * Makefile.am (TESTS): Remove tests.
22 2008-02-19  Werner Koch  <wk@g10code.com>
24         * Makefile.am: Always run pkits tests.
26 2008-01-17  Werner Koch  <wk@g10code.com>
28         * asschk.c (read_assuan): Use __func__ instead of __FUNCTION__.
30 2006-11-05  Werner Koch  <wk@g10code.com>
32         * asschk.c (read_assuan): Minor cleanups.
34 2006-09-06  Marcus Brinkmann  <marcus@g10code.de>
36         * Makefile.am (openpgp): New variable.
37         (SUBDIRS): Conditionalize openpgp on RUN_GPG_TESTS.
39 2006-08-21  Werner Koch  <wk@g10code.com>
41         * Makefile.am (SUBDIRS): New.
42         * openpgp/: New.
44 2006-06-08  Marcus Brinkmann  <marcus@g10code.de>
46         * asschk.c (__func__) [__STDC_VERSION__ < 199901L && __GNUC__ >= 2]:
47         Define macro to __FUNCTION__.
48         (die): Use __func__ instead of __FUNCTION__.
50 2005-10-07  Marcus Brinkmann  <marcus@g10code.de>
52         * Makefile.am (TESTS_ENVIRONMENT): Remove LD_LIBRARY_PATH hack.
53         It's the responsibility of the person building the software to set
54         it properly.
56 2004-09-30  Werner Koch  <wk@g10code.com>
58         * Makefile.am (SUBDIRS): Remove pkits until the copyright issues
59         have been cleared.
61 2004-08-16  Werner Koch  <wk@g10code.de>
63         * Makefile.am: Descend into the new pkits directory
65 2004-02-20  Werner Koch  <wk@gnupg.org>
67         * Makefile.am: Reset GPG_AGENT_INFO here
68         * runtest: and not anymore here.
70 2002-12-04  Werner Koch  <wk@gnupg.org>
72         * inittests (gpgsm.conf): Fake system time.
74 2002-10-31  Neal H. Walfield  <neal@g10code.de>
76         * Makefile.am (inittests.stamp): Do not set LD_LIBRARY_PATH here.
77         (TESTS_ENVIRONMENT): Do it here.  And also frob $(LIBGCRYPT_LIBS)
78         and $(PTH_LIBS).
80 2002-10-31  Neal H. Walfield  <neal@g10code.de>
82         * asschk.c (die): New macro.
83         (read_assuan): If in verbose mode, dump the string that was read.
84         (write_assuan): Be more verbose on failure.
86 2002-09-04  Neal H. Walfield  <neal@g10code.de>
88         * Makefile.am (inittests.stamp): Do not set LD_LIBRARY_PATH, but
89         rather prepend it.  Be more robust and prefer printf over echo -n.
91 2002-09-04  Marcus Brinkmann  <marcus@g10code.de>
93         * asschk.c (start_server): Close the parent's file descriptors in
94         the child.
95         (read_assuan): Variable NREAD removed.  Cut off the received line
96         currectly if more than one line was read.
98 2002-09-03  Neal H. Walfield  <neal@g10code.de>
100         * Makefile.am (inittests.stamp): Construct an LD_LIBRARY_PATH from
101         LDFLAGS.
103 2002-08-09  Werner Koch  <wk@gnupg.org>
105         * asschk.c (cmd_getenv): New.
106         (expand_line): Allow / as variable name delimiter.
107         * sm-sign+verify, sm-verify: Use $srcdir so that a VPATH build works.
109         * Makefile.am: Fixes for make dist.
110         * samplekets/Makefile.am: New.
111         
112 2002-08-08  Werner Koch  <wk@gnupg.org>
114         * asschk.c: Added some new features.
115         * runtest, inittests: New.
116         * text-1.txt, text-2.txt, text-3.txt: New.
117         * text-1.osig.pem, text-1.dsig.pem, text-1.osig-bad.pem: New.
118         * text-2.osig.pem, text-2.osig-bad.pem: New.
119         * samplekeys : New directory
120         * sm-verify, sm-sign+verify: The first test scripts.
122 2002-08-06  Werner Koch  <wk@gnupg.org>
124         * Makefile.am, asschk.c: New.
126         
127  Copyright 2002 Free Software Foundation, Inc.
129  This file is free software; as a special exception the author gives
130  unlimited permission to copy and/or distribute it, with or without
131  modifications, as long as this notice is preserved.
133  This file is distributed in the hope that it will be useful, but
134  WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
135  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
136