* gpglist: do not die with with-fingerprint (Closes: #382019).
[pgp-tools.git] / debian / changelog
1 signing-party (0.4.7-2) unreleased; urgency=low
2
3 * gpglist: do not die with with-fingerprint (Closes: #382019).
4
5 -- Christoph Berg <myon@debian.org> Tue, 15 Aug 2006 17:48:03 +0200
6
7 signing-party (0.4.7-1) unstable; urgency=low
8
9 * Update my maintainer address.
10 * gpg-mailkeys: use right content-type for attached key,
11 thanks Wesley Landaker (Closes: #370566).
12
13 -- Thijs Kinkhorst <thijs@debian.org> Tue, 4 Jul 2006 15:33:53 +0200
14
15 signing-party (0.4.6-2) unstable; urgency=low
16
17 * gpgsigs: recognize rvk (revoker), found in ksp-dc6.txt.
18 * Bump Standards-Version to 3.7.2, no changes.
19
20 -- Christoph Berg <myon@debian.org> Fri, 12 May 2006 13:40:37 -0500
21
22 signing-party (0.4.6-1) unstable; urgency=low
23
24 * caff:
25 + Try hostname without -f first to be compatible with BSD
26 (Closes: #356830).
27 + Make local-user a config option, thanks to Michael C. Toren for the
28 patch (Closes: #361316).
29 + Make local-user accept a list of keyids (Closes: #333832).
30 + Make also-encrypt-to a list, add a commented stanza to the default
31 config file (Closes: #325163).
32 + Include mail-template in default config file, some minor syntax fixes.
33 + Bump copyright, use URL in User-Agent header.
34 * pgp-clean:
35 + Import caff's getopt handling.
36 + Add option to allow exporting subkeys (Closes: #359698).
37 * Bump Standards-Version, no change.
38
39 -- Christoph Berg <myon@debian.org> Wed, 3 May 2006 23:43:44 +0200
40
41 signing-party (0.4.5-1) unstable; urgency=low
42
43 * Upgrade debhelper compatibility to the recommended level 5.
44 * Update FSF addresses.
45 * caff: tweak documentation.
46 * caff: note that mailed keys are encrypted (suggested by Sune Vuorela).
47 * caff: You can now specify additional arguments to pass to the
48 send method of Mail::Mailer. This allows you to send mails via
49 SMTP and use authentication for instance. Thanks to Martin von Gagern.
50 * gpg-key2ps, keylookup: make them less dependent on specific
51 installation paths and thus better portable outside of Debian
52 (Closes: #354142).
53
54 -- Christoph Berg <myon@debian.org> Sun, 12 Mar 2006 13:34:20 +0100
55
56 signing-party (0.4.4-2) unstable; urgency=low
57
58 * Fix path in caff(1) (Closes: #327556, thanks Axel Beckert).
59
60 -- Christoph Berg <myon@debian.org> Sun, 11 Sep 2005 23:55:27 +0200
61
62 signing-party (0.4.4-1) unstable; urgency=low
63
64 * caff:
65 + When building a ~/.caffrc when there is none we would fail if
66 we cannot find a key or an email address for the current user.
67 Change this to produce something sensible in that case as well
68 (closes: #325156).
69
70 -- Christoph Berg <myon@debian.org> Sun, 11 Sep 2005 02:01:50 +0200
71
72 signing-party (0.4.3-1) unstable; urgency=low
73
74 * gpg-key2ps:
75 + handle revoked uids in perl to get linecount right (Closes: #320785).
76 * Debian package:
77 + gpgsigs: install example files.
78 + Install caff's pgp-fixkey.
79 + Make the version of the empty keylookup package grow too.
80 + Install keylookup's old Debian changelog as changelog.keylookup.gz.
81 + Make some lintian overrides.
82 + Slightly change keylookup's long description.
83 + Update signing-party's short description.
84
85 -- Peter Palfrader <weasel@debian.org> Tue, 23 Aug 2005 01:51:16 +0200
86
87 signing-party (0.4.2-1) unstable; urgency=low
88
89 * New upstream release.
90 * debian/control: move libpaper-utils to Recommends, remove redundant perl
91 dependency.
92 * Do not ship useless README file in the binary package. It's more or
93 less the same as the long description
94 * caff:
95 + create configfile on first use (Closes: #316611).
96 + note use of ~/.caff/gnupghome/gpg.conf in manpage (Closes: #321235).
97 + allow adding a Reply-To: header (Closes: #321007, thanks to Joost van
98 Baal for the patch).
99 + parse IMPORT_OK correctly (Closes: #321496).
100 + be more verbose when user tries to sign obsolete v3 crap.
101 + install README.*.
102 * gpglist: added new script, thanks to Uli Martens.
103 * gpg-key2ps:
104 + use Getopt::Long, general code cleanup.
105 + gpg-key2ps "my name" works now.
106 + Convert from shell script to perl.
107 + Fix too few slips on a page (Closes: #320785).
108 * Add keylookup: ncurses wrapper around gpg --search
109 + keylookup now calls gpg to search for keys instead of connecting to the
110 keyserver itself. Therefore there is no need to parse ~/.gnupg/gpg.conf
111 anymore (Closes: #164750).
112 + Recommend dialog | whiptail
113
114 -- Peter Palfrader <weasel@debian.org> Wed, 17 Aug 2005 23:06:15 +0200
115
116 signing-party (0.4.1-1) unstable; urgency=low
117
118 * New upstream release. Lots of fixes and enhancements, including:
119 gpg-key2ps:
120 + handles revoked subkeys, thanks Christof Douma (Closes: #311990).
121 gpg-mailkeys:
122 + add -i switch to sendmail to prevent lines with a dot causing
123 unexpected behaviour, thanks Stephen Gran (Closes: #319762).
124 caff:
125 + now handles attribute UIDs (Closes: #316278).
126 + now detects all invalid keyids (Closes: #317754).
127 + allows to BCC the signer, thanks Joost van Baal (Closes: #316176).
128 + new option to pause before continuing to the signing step,
129 thanks Christof Douma (Closes: #316129).
130 + create unique attachment filenames, thanks Robin H. Johnson
131 (Closes: #318469).
132 + let caff import keys from file, thanks Jon Åslund (Closes: #318744).
133 + Improve diagnosis if caff can't read answers from STDIN, like
134 when people use xargs (Closes: #319519).
135 * Depend on libtext-template-perl as caff needs it.
136 * Update to Standards-Version 3.6.2, no changes necessary.
137 * Add gpglist to distribution.
138
139 -- Peter Palfrader <weasel@debian.org> Sun, 7 Aug 2005 21:32:23 +0200
140
141 signing-party (0.4.0-1) unstable; urgency=low
142
143 * Merging signing-party with pgp-tools, now contains caff
144 and gpgsigs as well.
145 * Update gpg-mailkeys man page to list environment vars
146 introduced in 0.3.0 (Closes: #310418).
147
148 -- Thijs Kinkhorst <kink@squirrelmail.org> Wed, 8 Jun 2005 19:49:11 +0200
149
150 signing-party (0.3.0-1) unstable; urgency=low
151
152 * New maintainer, Simon is moving to co-maintenance.
153 * New upstream release:
154 + Fix missing section number from manpages.
155 (fixes Lintian warnings)
156 + Add more documentation (README, and in gpg-mailkeys).
157 + In gpg-key2ps:
158 - Add handling for 'tru' and 'uat' packets. (Closes: #222664)
159 - Change env.var PAPERCONF to PAPERSIZE due to changed behaviour since
160 libpaper-1.1.13. (Closes: #172698)
161 - Truncate too long UIDs so they don't mess up the keys next to them.
162 (Closes: #171846)
163 + In gpg-mailkeys:
164 - Send the key as an attachment. (Closes: #176245)
165 - Make gpg-mailkeys messages more customizable. (Closes: #200070)
166 - By default, let sendmail determine the From-line (more reliable).
167 * Update to Standards-Version 3.6.1 (no changes necessary).
168 * Depend on libpaper-utils >= 1.1.13.
169 * Clarify copyright / maintainer documentation.
170
171 -- Thijs Kinkhorst <kink@squirrelmail.org> Sat, 5 Mar 2005 14:39:24 +0100
172
173 signing-party (0.2.3-2) unstable; urgency=low
174
175 * Added handling for 'tru' packets
176
177 -- Simon Richter <sjr@debian.org> Mon, 8 Dec 2003 21:54:50 +0100
178
179 signing-party (0.2.3-1) unstable; urgency=low
180
181 * New upstream release (Closes: #180455)
182
183 -- Simon Richter <sjr@debian.org> Sat, 15 Feb 2003 16:09:27 +0100
184
185 signing-party (0.2.2.1-1) unstable; urgency=low
186
187 * Upstream bugfix release (some changes from 0.2 to 0.2.1 dropped out of
188 0.2.2 again)
189
190 -- Simon Richter <sjr@debian.org> Fri, 1 Nov 2002 12:15:15 +0100
191
192 signing-party (0.2.2-1) unstable; urgency=low
193
194 * Fixed manpage bug (Closes: #137924, #137937)
195 * Upstream changelog now contains data (Closes: #158854)
196 * Finally wrote a real description
197
198 -- Simon Richter <sjr@debian.org> Fri, 4 Oct 2002 22:41:50 +0200
199
200 signing-party (0.2.1-1) unstable; urgency=low
201
202 * New release
203
204 -- Simon Richter <sjr@debian.org> Thu, 29 Aug 2002 17:12:29 +0200
205
206 signing-party (0.2-1) unstable; urgency=low
207
208 * New release
209 * Can now print multiple keys
210 * Supports alternate paper sizes (Closes: #134975)
211 * New script: gpg-mailkeys
212
213 -- Simon Richter <sjr@debian.org> Thu, 21 Feb 2002 22:24:09 +0100
214
215 signing-party (0.1-1) unstable; urgency=low
216
217 * Initial Release (Closes: #117977).
218
219 -- Simon Richter <sjr@debian.org> Fri, 2 Nov 2001 19:33:42 +0100
220