aboutsummaryrefslogtreecommitdiffstats
path: root/debian/changelog
blob: 8d33a87aee85bd739a2909eccff19107ca8933fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
gnupg (1.0.5-1) unstable; urgency=low

  * New upstream version.
  * debian/README.Debian: fix spelling and update URL.
  * debian/rules (binary): remove the new info files.
  * scripts/config.{guess,sub}: sync with subversions, closes: #95729.

 -- James Troup <[email protected]>  Mon, 30 Apr 2001 02:12:38 +0100

gnupg (1.0.4-4) unstable; urgency=low

  * po/ru.po: patch by Ilya Martynov <[email protected]> to replace German
    entries and add missing translations, closes: #93987.
  * g10/revoke.c (ask_revocation_reason): typo fix (s/non longer/no
    longer/g); noticed by Colin Watson <[email protected]>, closes:
    #93664.

  * Deprecated depreciated; noticed by Vincent Broman
    <[email protected]>.

  * Following two patches are from Vincent Broman.
  * g10/mainproc.c (proc_tree): use iobuf_get_real_fname() in preference
    to iobuf_get_fname().
  * g10/openfile.c (open_sigfile): handle .sign prefixed files correctly.

 -- James Troup <[email protected]>  Fri, 20 Apr 2001 23:32:44 +0100

gnupg (1.0.4-3) unstable; urgency=medium

  * debian/rules (binary): make gpg binary suid, closes: #86433.
  * debian/postinst: don't use suidregister.
  * debian/postrm: removed (only called suidunregister).
  * debian/control: conflict with suidmanager << 0.50.
  * mpi/longlong.h: apply fix for ARM long long artimetic from Philip
    Blundell <[email protected]>, closes: #87487.
  * debian/preinst: the old GnuPG debs have moved to people.debian.org.
  * cipher/random.c: #include <time.h> as well as <sys/time.h>
  * g10/misc.c: likewise.
  * debian/rules: define a strip alias which removes the .comment and
    .note sections.
  * debian/rules (binary-arch): use it.
  * debian/lintian.override: new file; override the SUID warning from
    lintian.
  * debian/rules (binary-arch): install it.

 -- James Troup <[email protected]>  Sun, 25 Feb 2001 05:24:58 +0000

gnupg (1.0.4-2) stable unstable; urgency=high

  * Apply security fix patch from Werner.
  * Apply another patch from Werner to fix bogus warning on Rijndael
    usage.
  * Change section to 'non-US'.

 -- James Troup <[email protected]>  Mon, 12 Feb 2001 07:47:02 +0000

gnupg (1.0.4-1) stable unstable; urgency=high

  * New upstream version.
  * Fixes a serious bug which could lead to false signature verification
    results when more than one signature is fed to gpg.

 -- James Troup <[email protected]>  Tue, 17 Oct 2000 17:26:17 +0100

gnupg (1.0.3b-1) unstable; urgency=low

  * New upstream snapshot version.

 -- James Troup <[email protected]>  Fri, 13 Oct 2000 18:08:14 +0100

gnupg (1.0.3-2) unstable; urgency=low

  * debian/control: Conflict, Replace and Provide gpg-rsa & gpg-rsaref.
    Fix long description to reflect the fact that RSA is no longer
    patented and now included. [#72177]
  * debian/rules: move faq.html to /usr/share/doc/gnupg/ and remove FAQ
    from /usr/share/gnupg/.  Thanks to Robert Luberda
    <[email protected]> for noticing. [#72151]
  * debian/control: Suggest new package gnupg-doc. [#64323, #65560]
  * utils/secmem.c (lock_pool): don't bomb out if mlock() returns ENOMEM,
    as Linux will do this if resource limits (or other reasons) prevent
    memory from being locked, instead treat it like permission was denied
    and warn but continue.  Thanks to Topi Miettinen
    <[email protected]>. [#70446]
  * g10/hkp.c (not_implemented): s/ist/is/ in error message.
  * debian/README.Debian: add a note about GDBM support and why it is
    disabled.  Upstream already fixed the manpage.  [#65913]
  * debian/rules (binary-arch): fix the Spanish translation to be 'es' not
    'es_ES' at Nicol�s Lichtmaier <[email protected]>'s request. [#57314]

 -- James Troup <[email protected]>  Sun,  1 Oct 2000 14:55:03 +0100

gnupg (1.0.3-1) unstable; urgency=low

  * New upstream version.

 -- James Troup <[email protected]>  Mon, 18 Sep 2000 15:56:54 +0100

gnupg (1.0.2-1) unstable; urgency=low

  * New upstream version.

 -- James Troup <[email protected]>  Thu, 13 Jul 2000 20:26:50 +0100

gnupg (1.0.1-2) unstable; urgency=low

  * debian/control (Build-Depends): added.
  * debian/copyright: corrected location of copyright file.  Removed
    references to Linux.  Removed warnings about beta nature of GnuPG.
  * debian/rules (binary-arch): install documentation into
    /usr/share/doc/gnupg/ and pass mandir to make install to ensure the
    manpages go to /usr/share/man/.
  * debian/postinst: create /usr/doc/gnupg symlink.
  * debian/prerm: new file; remove /usr/doc/gnupg symlink.
  * debian/rules (binary-arch): install prerm.
  * debian/control (Standards-Version): updated to 3.1.1.1.

 -- James Troup <[email protected]>  Thu, 30 Dec 1999 16:16:49 +0000

gnupg (1.0.1-1) unstable; urgency=low

  * New upstream version.
  * doc/gpg.1: updated to something usable from
    ftp://ftp.gnupg.org/pub/gcrypt/gnupg/gpg.1.gz.

 -- James Troup <[email protected]>  Sun, 19 Dec 1999 23:47:10 +0000

gnupg (1.0.0-3) unstable; urgency=low

  * debian/rules (build): remove the stunningly ill-advised --host option
    to configure.  [#44698, #48212, #48281]

 -- James Troup <[email protected]>  Tue, 26 Oct 1999 01:12:59 +0100

gnupg (1.0.0-2) unstable; urgency=low

  * debian/rules (binary-arch): fix the permissions on the
    modules. [#47280]
  * debian/postinst, debian/postrm: fix the package name passed to
    suidregister. [#45013]
  * debian/control: update long description. [#44636]
  * debian/rules (build): pass the host explicitly to configure to avoid
    problems on sparc64. [(Should fix) #44698].

 -- James Troup <[email protected]>  Wed, 20 Oct 1999 23:39:05 +0100

gnupg (1.0.0-1) unstable; urgency=low

  * New upstream release. [#44545]

 -- James Troup <[email protected]>  Wed,  8 Sep 1999 00:53:02 +0100

gnupg (0.9.10-2) unstable; urgency=low

  * debian/rules (binary-arch): install lspgpot.  Requested by Kai
    Henningsen <[email protected]>. [#42288]
  * debian/rules (binary-arch): correct the path where modules are looked
    for.  Reported by Karl M. Hegbloom <[email protected]>. [#40881]
  * debian/postinst, debian/postrm: under protest, register gpg the
    package with suidmanager and make it suid by default.
    [#29780,#32590,#40391]

 -- James Troup <[email protected]>  Tue, 10 Aug 1999 00:12:40 +0100

gnupg (0.9.10-1) unstable; urgency=low

  * New upstream version.

 -- James Troup <[email protected]>  Fri,  6 Aug 1999 01:16:21 +0100

gnupg (0.9.9-1) unstable; urgency=low

  * New upstream version.

 -- James Troup <[email protected]>  Sun, 25 Jul 1999 01:06:31 +0100

gnupg (0.9.8-1) unstable; urgency=low

  * New upstream version.  
  * debian/rules (binary-arch): don't create a gpgm manpage as the binary
    no longer exists.  Noticed by Wichert Akkerman
    <[email protected]>. [#38864]

 -- James Troup <[email protected]>  Sun, 27 Jun 1999 01:07:58 +0100

gnupg (0.9.7-1) unstable; urgency=low

  * New upstream version.

 -- James Troup <[email protected]>  Tue, 25 May 1999 13:23:24 +0100

gnupg (0.9.6-1) unstable; urgency=low

  * New upstream version.
  * debian/copyright: update version number, noticed by Lazarus Long
    <[email protected]>.
  * debian/control (Depends): depend on makedev (>= 2.3.1-13) to ensure
    that /dev/urandom exists; reported by Steffen Markert
    <[email protected]>. [#32076]

 -- James Troup <[email protected]>  Tue, 11 May 1999 21:06:27 +0100

gnupg (0.9.5-1) unstable; urgency=low

  * New upstream version.
  * debian/control (Description): no tabs.  [Lintian]

 -- James Troup <[email protected]>  Wed, 24 Mar 1999 22:37:40 +0000

gnupg (0.9.4-1) unstable; urgency=low

  * New version.
  * debian/control: s/GNUPG/GnuPG/

 -- Werner Koch <[email protected]>  Mon, 8 Mar 1999 19:58:28 +0100

gnupg (0.9.3-1) unstable; urgency=low

  * New upstream version.

 -- James Troup <[email protected]>  Mon, 22 Feb 1999 22:55:04 +0000

gnupg (0.9.2-1) unstable; urgency=low

  * New version.
  * debian/rules (build): Removed CFLAGS as the default is now sufficient.
  * debian/rules (clean): remove special handling cleanup in intl.

 -- Werner Koch <[email protected]>  Wed, 20 Jan 1999 21:23:11 +0100

gnupg (0.9.1-1) unstable; urgency=low

  * New upstream version.

 -- James Troup <[email protected]>  Sat,  9 Jan 1999 22:29:11 +0000

gnupg (0.9.0-1) unstable; urgency=low

  * New upstream version.
  * g10/armor.c (armor_filter): add missing new line in comment string; as
    noticed by Stainless Steel Rat <[email protected]>.

 -- James Troup <[email protected]>  Tue, 29 Dec 1998 20:22:43 +0000

gnupg (0.4.5-1) unstable; urgency=low

  * New upstream version.
  * debian/rules (clean): force removal of intl/libintl.h which the
    Makefiles fail to remove properly.

 -- James Troup <[email protected]>  Tue,  8 Dec 1998 22:40:23 +0000

gnupg (0.4.4-1) unstable; urgency=low

  * New upstream version.

 -- James Troup <[email protected]>  Sat, 21 Nov 1998 01:34:29 +0000

gnupg (0.4.3-1) unstable; urgency=low

  * New upstream version.
  * debian/README.Debian: new file; contains same information as is in the
    preinst.  Suggested by Wichert Akkerman <[email protected]>.
  * debian/rules (binary-arch): install `README.Debian'
  * debian/control (Standards-Version): updated to 2.5.0.0.

 -- James Troup <[email protected]>  Sun,  8 Nov 1998 19:08:12 +0000

gnupg (0.4.2-1) unstable; urgency=low

  * New upstream version.
  * debian/preinst: improve message about the NEWS file which isn't
    actually installed when it's referred to, thanks to Martin Mitchell
    <[email protected]>.
  * debian/rules (binary-arch): don't install the now non-existent `rfcs',
    but do install `OpenPGP'.

 -- James Troup <[email protected]>  Sun, 18 Oct 1998 22:48:34 +0100

gnupg (0.4.1-1) unstable; urgency=low

  * New upstream version.
  * debian/rules (binary-arch): fix the gpgm manpage symlink now installed
    by `make install'.

 -- James Troup <[email protected]>  Sun, 11 Oct 1998 17:01:21 +0100

gnupg (0.4.0-1) unstable; urgency=high

  * New upstream version. [#26717]
  * debian/copyright: tone down warning about alpha nature of gnupg.
  * debian/copyright: new maintainer address.
  * debian/control: update extended description.
  * debian/rules (binary-arch): install FAQ and all ChangeLogs.
  * debian/preinst: new; check for upgrade from (<= 0.3.2-1) and warn about
    incompatibilities in keyring format and offer to move old copy out of
    gpg out of the way for transition strategy and inform the user about
    the old copies of gnupg available on my web page.
  * debian/rules (binary-arch) install preinst.
  * debian/rules (binary-arch): don't depend on the test target as it is
    now partially interactive (tries to generate a key, which requires
    someone else to be using the computer).

 -- James Troup <[email protected]>  Thu,  8 Oct 1998 00:47:07 +0100

gnupg (0.3.2-1) unstable; urgency=low

  * New upstream version.
  * debian/control (Maintainer): new address.
  * debian/copyright: updated list of changes.

 -- James Troup <[email protected]>  Thu,  9 Jul 1998 21:06:07 +0200

gnupg (0.3.1-1) unstable; urgency=low

  * New upstream version.

 -- James Troup <[email protected]>  Tue,  7 Jul 1998 00:26:21 +0200

gnupg (0.3.0-2) unstable; urgency=low

  * Applied bug-fix patch from Werner.

 -- James Troup <[email protected]>  Fri, 26 Jun 1998 12:18:29 +0200

gnupg (0.3.0-1) unstable; urgency=low

  * New upstream version.
  * debian/control: rewrote short and long description.
  * cipher/Makefile.am: link tiger with -lc.
  * debian/rules (binary-arch): strip loadable modules.
  * util/secmem.c (lock_pool): get rid of errant test code; fix from
    Werner Koch <[email protected]>.
  * debian/rules (test): new target which runs gnupg's test suite.
    binary-arch depends on it, to ensure it's run whenever the package is
    built.

 -- James Troup <[email protected]>  Thu, 25 Jun 1998 16:04:57 +0200

gnupg (0.2.19-1) unstable; urgency=low

  * New upstream version.
  * debian/control: Updated long description.

 -- James Troup <[email protected]>  Sat, 30 May 1998 12:12:35 +0200

gnupg (0.2.18-1) unstable; urgency=low

  * New upstream version.

 -- James Troup <[email protected]>  Sat, 16 May 1998 11:52:47 +0200

gnupg (0.2.17-1) unstable; urgency=high

  * New upstream version.
  * debian/control (Standards-Version): updated to 2.4.1.0.
  * debian/control: tone down warning about alpha nature of gnupg, as per
    README.
  * debian/copyright: ditto.

 -- James Troup <[email protected]>  Mon,  4 May 1998 22:36:51 +0200

gnupg (0.2.15-1) unstable; urgency=high

  * New upstream version.

 -- James Troup <[email protected]>  Fri, 10 Apr 1998 01:12:20 +0100

gnupg (0.2.13-1) unstable; urgency=high

  * New upstream version.

 -- James Troup <[email protected]>  Wed, 11 Mar 1998 01:52:51 +0000

gnupg (0.2.12-1) unstable; urgency=low

  * New upstream version.

 -- James Troup <[email protected]>  Sat,  7 Mar 1998 13:52:40 +0000

gnupg (0.2.11-1) unstable; urgency=low

  * New upstream version.

 -- James Troup <[email protected]>  Wed,  4 Mar 1998 01:32:12 +0000

gnupg (0.2.10-1) unstable; urgency=low

  * New upstream version.
  * Name changed upstream.

 -- James Troup <[email protected]>  Mon,  2 Mar 1998 07:32:05 +0000

g10 (0.2.7-1) unstable; urgency=low

  * Initial release.

 -- James Troup <[email protected]>  Fri, 20 Feb 1998 02:05:34 +0000

Local variables:
mode: debian-changelog
End: