~ubuntu-branches/ubuntu/raring/gnupg2/raring-updates

« back to all changes in this revision

Viewing changes to tests/ChangeLog

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-11-06 11:25:58 UTC
  • mfrom: (1.1.16) (7.1.8 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20121106112558-lkpndvv4gqthgrn4
Tags: 2.0.19-1ubuntu1
* Resynchronize on Debian, remaining changes:
  - Add udev rules to give gpg access to some smartcard readers;
    Debian #543217.
    . debian/gnupg2.dev: udev rules to set ACLs on SCM smartcard readers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2009-10-13  Werner Koch  <wk@g10code.com>
2
 
 
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.
6
 
 
7
 
2009-02-19  Werner Koch  <wk@g10code.com>
8
 
 
9
 
        * Makefile.am (TESTS_ENVIRONMENT): Use /bin/pwd.
10
 
        * inittests: Ditto.  Fixes bug#1001.
11
 
 
12
 
2008-10-20  Werner Koch  <wk@g10code.com>
13
 
 
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.
17
 
 
18
 
2008-09-29  Werner Koch  <wk@g10code.com>
19
 
 
20
 
        * Makefile.am (TESTS): Remove tests.
21
 
 
22
 
2008-02-19  Werner Koch  <wk@g10code.com>
23
 
 
24
 
        * Makefile.am: Always run pkits tests.
25
 
 
26
 
2008-01-17  Werner Koch  <wk@g10code.com>
27
 
 
28
 
        * asschk.c (read_assuan): Use __func__ instead of __FUNCTION__.
29
 
 
30
 
2006-11-05  Werner Koch  <wk@g10code.com>
31
 
 
32
 
        * asschk.c (read_assuan): Minor cleanups.
33
 
 
34
 
2006-09-06  Marcus Brinkmann  <marcus@g10code.de>
35
 
 
36
 
        * Makefile.am (openpgp): New variable.
37
 
        (SUBDIRS): Conditionalize openpgp on RUN_GPG_TESTS.
38
 
 
39
 
2006-08-21  Werner Koch  <wk@g10code.com>
40
 
 
41
 
        * Makefile.am (SUBDIRS): New.
42
 
        * openpgp/: New.
43
 
 
44
 
2006-06-08  Marcus Brinkmann  <marcus@g10code.de>
45
 
 
46
 
        * asschk.c (__func__) [__STDC_VERSION__ < 199901L && __GNUC__ >= 2]:
47
 
        Define macro to __FUNCTION__.
48
 
        (die): Use __func__ instead of __FUNCTION__.
49
 
 
50
 
2005-10-07  Marcus Brinkmann  <marcus@g10code.de>
51
 
 
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.
55
 
 
56
 
2004-09-30  Werner Koch  <wk@g10code.com>
57
 
 
58
 
        * Makefile.am (SUBDIRS): Remove pkits until the copyright issues
59
 
        have been cleared.
60
 
 
61
 
2004-08-16  Werner Koch  <wk@g10code.de>
62
 
 
63
 
        * Makefile.am: Descend into the new pkits directory
64
 
 
65
 
2004-02-20  Werner Koch  <wk@gnupg.org>
66
 
 
67
 
        * Makefile.am: Reset GPG_AGENT_INFO here
68
 
        * runtest: and not anymore here.
69
 
 
70
 
2002-12-04  Werner Koch  <wk@gnupg.org>
71
 
 
72
 
        * inittests (gpgsm.conf): Fake system time.
73
 
 
74
 
2002-10-31  Neal H. Walfield  <neal@g10code.de>
75
 
 
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).
79
 
 
80
 
2002-10-31  Neal H. Walfield  <neal@g10code.de>
81
 
 
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.
85
 
 
86
 
2002-09-04  Neal H. Walfield  <neal@g10code.de>
87
 
 
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.
90
 
 
91
 
2002-09-04  Marcus Brinkmann  <marcus@g10code.de>
92
 
 
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.
97
 
 
98
 
2002-09-03  Neal H. Walfield  <neal@g10code.de>
99
 
 
100
 
        * Makefile.am (inittests.stamp): Construct an LD_LIBRARY_PATH from
101
 
        LDFLAGS.
102
 
 
103
 
2002-08-09  Werner Koch  <wk@gnupg.org>
104
 
 
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.
108
 
 
109
 
        * Makefile.am: Fixes for make dist.
110
 
        * samplekets/Makefile.am: New.
111
 
        
112
 
2002-08-08  Werner Koch  <wk@gnupg.org>
113
 
 
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.
121
 
 
122
 
2002-08-06  Werner Koch  <wk@gnupg.org>
123
 
 
124
 
        * Makefile.am, asschk.c: New.
125
 
 
126
 
        
127
 
 Copyright 2002 Free Software Foundation, Inc.
128
 
 
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.
132
 
 
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
 
        
137