chiark / gitweb /
dirmngr: Drop useless housekeeping.
[gnupg2.git] / tests / ChangeLog-2011
1 2011-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
8 2011-09-20  Jim Meyering  <meyering@redhat.com>
9
10         avoid use of free'd pointer
11         * asschk.c (set_type_var): Set var->value to NULL after freeing it,
12         to avoid subsequent use of freed pointer.
13
14 2009-10-13  Werner Koch  <wk@g10code.com>
15
16         * asschk.c (die): Replace this vararg macro by C-89 compliant
17         macros die_0, die_1, die_2 and die 3.  Change all callers.
18         Reported by Nelson H. F. Beebe.
19
20 2009-02-19  Werner Koch  <wk@g10code.com>
21
22         * Makefile.am (TESTS_ENVIRONMENT): Use /bin/pwd.
23         * inittests: Ditto.  Fixes bug#1001.
24
25 2008-10-20  Werner Koch  <wk@g10code.com>
26
27         * asschk.c (cmd_echo): Mark unused arg.
28         (cmd_send, cmd_expect_ok, cmd_expect_err, cmd_pipeserver)
29         (cmd_quit_if, cmd_fail_if): Ditto.
30
31 2008-09-29  Werner Koch  <wk@g10code.com>
32
33         * Makefile.am (TESTS): Remove tests.
34
35 2008-02-19  Werner Koch  <wk@g10code.com>
36
37         * Makefile.am: Always run pkits tests.
38
39 2008-01-17  Werner Koch  <wk@g10code.com>
40
41         * asschk.c (read_assuan): Use __func__ instead of __FUNCTION__.
42
43 2006-11-05  Werner Koch  <wk@g10code.com>
44
45         * asschk.c (read_assuan): Minor cleanups.
46
47 2006-09-06  Marcus Brinkmann  <marcus@g10code.de>
48
49         * Makefile.am (openpgp): New variable.
50         (SUBDIRS): Conditionalize openpgp on RUN_GPG_TESTS.
51
52 2006-08-21  Werner Koch  <wk@g10code.com>
53
54         * Makefile.am (SUBDIRS): New.
55         * openpgp/: New.
56
57 2006-06-08  Marcus Brinkmann  <marcus@g10code.de>
58
59         * asschk.c (__func__) [__STDC_VERSION__ < 199901L && __GNUC__ >= 2]:
60         Define macro to __FUNCTION__.
61         (die): Use __func__ instead of __FUNCTION__.
62
63 2005-10-07  Marcus Brinkmann  <marcus@g10code.de>
64
65         * Makefile.am (TESTS_ENVIRONMENT): Remove LD_LIBRARY_PATH hack.
66         It's the responsibility of the person building the software to set
67         it properly.
68
69 2004-09-30  Werner Koch  <wk@g10code.com>
70
71         * Makefile.am (SUBDIRS): Remove pkits until the copyright issues
72         have been cleared.
73
74 2004-08-16  Werner Koch  <wk@g10code.de>
75
76         * Makefile.am: Descend into the new pkits directory
77
78 2004-02-20  Werner Koch  <wk@gnupg.org>
79
80         * Makefile.am: Reset GPG_AGENT_INFO here
81         * runtest: and not anymore here.
82
83 2002-12-04  Werner Koch  <wk@gnupg.org>
84
85         * inittests (gpgsm.conf): Fake system time.
86
87 2002-10-31  Neal H. Walfield  <neal@g10code.de>
88
89         * Makefile.am (inittests.stamp): Do not set LD_LIBRARY_PATH here.
90         (TESTS_ENVIRONMENT): Do it here.  And also frob $(LIBGCRYPT_LIBS)
91         and $(PTH_LIBS).
92
93 2002-10-31  Neal H. Walfield  <neal@g10code.de>
94
95         * asschk.c (die): New macro.
96         (read_assuan): If in verbose mode, dump the string that was read.
97         (write_assuan): Be more verbose on failure.
98
99 2002-09-04  Neal H. Walfield  <neal@g10code.de>
100
101         * Makefile.am (inittests.stamp): Do not set LD_LIBRARY_PATH, but
102         rather prepend it.  Be more robust and prefer printf over echo -n.
103
104 2002-09-04  Marcus Brinkmann  <marcus@g10code.de>
105
106         * asschk.c (start_server): Close the parent's file descriptors in
107         the child.
108         (read_assuan): Variable NREAD removed.  Cut off the received line
109         currectly if more than one line was read.
110
111 2002-09-03  Neal H. Walfield  <neal@g10code.de>
112
113         * Makefile.am (inittests.stamp): Construct an LD_LIBRARY_PATH from
114         LDFLAGS.
115
116 2002-08-09  Werner Koch  <wk@gnupg.org>
117
118         * asschk.c (cmd_getenv): New.
119         (expand_line): Allow / as variable name delimiter.
120         * sm-sign+verify, sm-verify: Use $srcdir so that a VPATH build works.
121
122         * Makefile.am: Fixes for make dist.
123         * samplekets/Makefile.am: New.
124
125 2002-08-08  Werner Koch  <wk@gnupg.org>
126
127         * asschk.c: Added some new features.
128         * runtest, inittests: New.
129         * text-1.txt, text-2.txt, text-3.txt: New.
130         * text-1.osig.pem, text-1.dsig.pem, text-1.osig-bad.pem: New.
131         * text-2.osig.pem, text-2.osig-bad.pem: New.
132         * samplekeys : New directory
133         * sm-verify, sm-sign+verify: The first test scripts.
134
135 2002-08-06  Werner Koch  <wk@gnupg.org>
136
137         * Makefile.am, asschk.c: New.
138
139
140  Copyright 2002 Free Software Foundation, Inc.
141
142  This file is free software; as a special exception the author gives
143  unlimited permission to copy and/or distribute it, with or without
144  modifications, as long as this notice is preserved.
145
146  This file is distributed in the hope that it will be useful, but
147  WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
148  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
149
150 Local Variables:
151 buffer-read-only: t
152 End: