summaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog
blob: 003728065590d78de59440fc0053d64bd5903ce7 (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
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
2003-01-27  David Shaw  <dshaw@jabberwocky.com>

	* DETAILS: Document trust depth, value, and regexp.

2003-01-14  David Shaw  <dshaw@jabberwocky.com>

	* gpg.sgml: Minor language tweaks, spell check, copyright date,
	etc.

	* DETAILS: Note that user IDs/UATs fill in creation and expiration
	date.  Document namehash.

2003-01-06  David Shaw  <dshaw@jabberwocky.com>

	* DETAILS: Document disabled flag in capabilities field.

2002-12-27  David Shaw  <dshaw@jabberwocky.com>

	* gpg.sgml: Clarify --no-permission-warning to note that the
	permission warnings are not intended to be the be-all and end-all
	in security checks.  Add note to --group that when used on the
	command line, it may be necessary to quote the argument so it is
	not treated as multiple arguments.  Noted by Stefan Bellon.

2002-12-23  Werner Koch  <wk@gnupg.org>

	* samplekeys.asc: Updated.

2002-12-10  David Shaw  <dshaw@jabberwocky.com>

	* gpg.sgml: Clarify include-revoked and include-disabled so they
	match what the program actually does.  Noted by Dick Gevers.

	* gpg.sgml: Document %-expandos for policy URLs and notations.

	* gpg.sgml: Document --pgp8.  Clarify that --pgp6 and --pgp7
	disable --throw-keyid.

2002-12-05  Werner Koch  <wk@gnupg.org>

	* gpg.sgml: Document --no-mangle-dos-filenames.

2002-12-01  David Shaw  <dshaw@jabberwocky.com>

	* gpg.sgml: Point out that if the user absolutely must, it's
	better to use --pgpX than forcing an algorithm manually.  Better
	still not to use anything, of course.

2002-11-25  David Shaw  <dshaw@jabberwocky.com>

	* gpg.sgml: Document --primary-keyring.  Clarify
	--s2k-cipher-algo, --s2k-digest-algo,
	--personal-cipher-preferences, --personal-digest-preferences, and
	--personal-compress-preferences.

	* gpg.sgml: Document --sig-policy-url, --cert-policy-url,
	--sig-notation, --cert-notation.  Clarify --show-notation and
	--show-policy-url that policy URLs and notations can be used in
	data signatures as well.  Add note about '@' being a required
	character in notation names.

2002-11-21  David Shaw  <dshaw@jabberwocky.com>

	* gpg.sgml: Add an interoperability section.

2002-11-17  David Shaw  <dshaw@jabberwocky.com>

	* gpg.sgml: Correct defaults for --s2k-mode and --s2k-digest-mode.
	Noted by Haakon Riiser.

2002-11-14  David Shaw  <dshaw@jabberwocky.com>

	* gpg.sgml: --compress-algo now allows algorithm names.

2002-11-13  David Shaw  <dshaw@jabberwocky.com>

	* gpg.sgml: Document --trust-model.

2002-11-04  David Shaw  <dshaw@jabberwocky.com>

	* KEYSERVER: New.  Documents the --with-colons format for
	keyserver listings.

	* DETAILS: Clarify meaning of 'u'.  Noted by Timo.

2002-11-03  David Shaw  <dshaw@jabberwocky.com>

	* gpg.sgml: Document "tsign", clarify "setpref", clarify
	--recipient, document --hidden-recipient, document
	--hidden-encrypt-to, clarify --no-encrypt-to, clarify
	--throw-keyid, document --no-throw-keyid.

2002-10-25  Werner Koch  <wk@gnupg.org>

        * README.W32: Add blurb on how to create a ZIP file, changed
        requirement for mingw32 to 0.3.2.

2002-10-24  David Shaw  <dshaw@jabberwocky.com>

	* gpg.sgml: Document --refresh-keys.

2002-10-19  David Shaw  <dshaw@jabberwocky.com>

	* gpg.sgml: Clarify --force-mdc, and document --disable-mdc.

2002-10-12  Werner Koch  <wk@gnupg.org>

	* DETAILS (KEY_CREATED): Enhanced by fingerprint.

2002-10-03  David Shaw  <dshaw@jabberwocky.com>

	* gpg.sgml: Note that '#' means secret-key-unavailable, and that
	keyserver schemes are case-insensitive.

2002-09-30  David Shaw  <dshaw@jabberwocky.com>

	* gpg.sgml: Note that --pgp2 disables --textmode when encrypting.

2002-09-20  David Shaw  <dshaw@jabberwocky.com>

	* gpg.sgml: Some minor language cleanup.

2002-09-20  Werner Koch  <wk@gnupg.org>

	* DETAILS: s/XORed/ORed/.

2002-09-15  Werner Koch  <wk@gnupg.org>

	* gpg.sgml: Add rebuild-keydb-caches.

2002-09-12  David Shaw  <dshaw@jabberwocky.com>

	* DETAILS: Fix batch key generation example.

2002-09-11  Werner Koch  <wk@gnupg.org>

	* Makefile.am (EXTRA_DIST): Include gnupg-32.reg

2002-09-02  Werner Koch  <wk@gnupg.org>

	* gpg.sgml: Updated the charset option.

	* DETAILS: Added status IMPORT_OK.

	* gnupg.7: New mini man page.

2002-08-30  David Shaw  <dshaw@jabberwocky.com>

	* gpg.sgml: Document keyserver-option include-subkeys.  Note that
	honor-http-proxy is a keyserver-option now.

	* DETAILS: Add "Key not trusted" to INV_RECP status code.

2002-08-23  Werner Koch  <wk@gnupg.org>

	* faq.raw: Updated.  New Maintainer is David D. Scribner.

2002-08-22  David Shaw  <dshaw@jabberwocky.com>

	* gpg.sgml: Clarify meaning of keyserver option include-revoked.

2002-08-21  Werner Koch  <wk@gnupg.org>

	* DETAILS: Added IMPORT_PROBLEM.

2002-08-20  David Shaw  <dshaw@jabberwocky.com>

	* DETAILS: Clarify that trust letters 'q' and '-' can be treated
	identically.

	* gpg.sgml: Document --ignore-mdc-error.

2002-08-06  David Shaw  <dshaw@jabberwocky.com>

	* gpg.sgml: Clarify that only long-form options can go in the
	config file.

2002-08-06  Werner Koch  <wk@gnupg.org>

	* gpg.sgml: Fixed doc regarding the name change of the option
	file.

2002-07-30  David Shaw  <dshaw@jabberwocky.com>

	* gpg.sgml: Clarify --edit/addrevoker (sensitive), and
	--keyserver-options (--import/export-options may be used as well).
	Document --import-options and --export-options with their various
	options.  --show-photos now works during signature verification as
	well.  Document --exec-path.  Note in --simple-sk-checksum that
	the passphrase must be changed for this to take effect.  Note that
	--pgp7 does not disable MDC.  Document --no-mdc-warning.

2002-07-25  Werner Koch  <wk@gnupg.org>

	* gpg.sgml: Document new --delete behaviour.

2002-07-25  David Shaw  <dshaw@jabberwocky.com>

	* gpg.sgml: Clarify the differences between "pref" and "showpref".
	Note in "setpref" that a list of available algorithms can be
	printed with "gpg -v --version".  Note in "updpref" that we don't
	select keys via attribute uids, so preferences there will be
	ignored.

2002-07-01  David Shaw  <dshaw@jabberwocky.com>

	* gpg.sgml: Clarify "group".

2002-07-01  Werner Koch  <wk@gnupg.org>

	* Makefile.am: Due to problems with VPATH builds we don't try to
	build the texi vesions of the manual pages anymore automatically.

2002-06-30  Werner Koch  <wk@gnupg.org>

	* README.W32: Adjusted some descriptions.  Fixed the regsitry
	entry descriptions.

2002-06-21  David Shaw  <dshaw@jabberwocky.com>

	* DETAILS: Document "uat".

	* gpg.sgml: Document
	--personal-{compress|digest|compress}-preferences, --group, and
	add comments to --expert.

2002-06-17  Werner Koch  <wk@gnupg.org>

	* gpg.sgml: Grammar fix.

2002-06-03  David Shaw  <dshaw@jabberwocky.com>

	* DETAILS: Details of ATTRIBUTE.

	* gpg.sgml: Document --attribute-fd

2002-06-03  Timo Schulz  <ts@winpt.org>

	* DETAILS: Add ATTRIBUTE.
	
2002-05-31  David Shaw  <dshaw@jabberwocky.com>

	* gpg.sgml: Add "edit/addrevoker".  Document --desig-revoke.  Note
	that -z and --compress are the same option.  Note that
	--digest-algo can no longer violate OpenPGP with a non-160 bit
	hash with DSA.  Document --cert-digest-algo with suitable warnings
	not to use it.  Note the default s2k-cipher-algo is now CAST5.
	Note that --force-v3-sigs overrides --ask-sig-expire.  Revise
	--expert documentation, as it is now definitely legal to have more
	than one photo ID on a key.  --preference-list is now
	--default-preference-list with the new meaning.  Document
	--personal-preference-list.

	* DETAILS: Document "Revoker" for batch key generation.

2002-05-22  Werner Koch  <wk@gnupg.org>

	* gpg.sgml: sgml syntax fix.

2002-05-12  Werner Koch  <wk@gnupg.org>

	* gpg.sgml: Fixed URL in the description section.

	* faq.raw: Minor typo fixes noted by kromJx@myrealbox.com.

2002-05-11  Werner Koch  <wk@gnupg.org>

	* gpg.sgml: Typo fix.

2002-05-07  David Shaw  <dshaw@jabberwocky.com>

	* gpg.sgml: Add entries for --sk-comments, --no-sk-comments,
	--pgp7, and --no-pgp7.  Fix --pgp2 and --pgp6: the proper name is
	--escape-from-lines and not --escape-from.

2002-04-30  Timo Schulz  <ts@winpt.org>

	* gpg.sgml: Add an entry for --encrypt-files and --decrypt-files.
	
2002-04-29  David Shaw  <dshaw@jabberwocky.com>

	* gpg.sgml: Fix minor error in --pgp6 documentation: it does not
	imply --digest-algo MD5

2002-04-29  Werner Koch  <wk@gnupg.org>

	* samplekeys.asc: Added gnupg distribution key 57548DCD.

	* faq.raw: Inserted Douglas Calvert as new maintainer. Acknowledge
	Nils.  Add entry about trust packet parsing problems.

2002-04-24  David Shaw  <dshaw@jabberwocky.com>

	* gpg.sgml: Add some documentation for
	--edit/{addphoto|showphoto|nrsign|nrlsign}, and the difference
	between %t and %T in photo viewer command lines.

2002-04-23  Stefan Bellon  <sbellon@sbellon.de>

	* gpg.sgml: Moved options from section "COMMANDS" to
	section "OPTIONS".

2002-04-20  David Shaw  <dshaw@jabberwocky.com>

	* samplekeys.asc: Added 0x5B0358A2

2002-04-19  David Shaw  <dshaw@jabberwocky.com>

	* gpg.sgml: Add "%t" flag for photo IDs, a note about primary
	having different meanings for photo and regular IDs, rename
	--default-check-level to --default-cert-check-level, add
	--auto-check-trustdb, and --pgp6.

	* DETAILS: Add EXPSIG, EXPKEYSIG, and KEYEXPIRED.  Add notes to
	SIGEXPIRED (deprecated), and VALIDSIG (added expiration date).
	Add "Preferences" command to unattended key generation
	instructions.  Also fixed a few typos.
 
	* samplekeys.asc: new (added to EXTRA_DIST in Makefile.am as well)

2002-01-31  Marcus Brinkmann  <marcus@g10code.de>

	* DETAILS: Fix a spelling error, correct IMPORTED_RES to IMPORT_RES,
	correct INV_RECP (the second occurence) to NO_RECP.

2002-04-03  David Shaw  <dshaw@jabberwocky.com>

	* gpg.sgml: auto-key-retrieve is a keyserver-option (noted by
	Roger Sondermann).
	
2002-03-27  David Shaw  <dshaw@jabberwocky.com>

	* gpg.sgml: --pgp2 also means --disable-mdc, --no-ask-sig-expire,
	and --no-ask-cert-expire.  It does not mean --no-force-v3-sigs
	(noted by Timo).

2002-03-27  David Shaw  <dshaw@jabberwocky.com>

	* gpg.sgml: Add a few notes about --pgp2 meaning MIT PGP 2.6.2,
	and keyserver details about HKP and NAI HKP.

2002-03-18  David Shaw  <dshaw@jabberwocky.com>

	* gpg.sgml: Change meaning of --allow-non-selfsigned-uid to match
	change in code, and add --no-allow-non-selfsigned-uid.

2002-03-13  Werner Koch  <wk@gnupg.org>

	* faq.raw: Due to a lack of time Nils can't serve anymore as a
	maintainer.  Removed his address and setup a generic address.

2002-03-06  Werner Koch  <wk@gnupg.org>

	* gpg.sgml: Add an entry for --export-ownertrust.  Suggested by
	Bernhard Reiter.

2002-01-26  Timo Schulz  <ts@winpt.org>

	* gnupg-w32.reg: New. Registry file for W32 in registry format.
       
2002-01-26  Werner Koch  <wk@gnupg.org>

	* gpg.sgml: A few words about --gpg-agent-info and GPG_AGENT_INFO.

2002-01-25  Timo Schulz  <ts@winpt.org>

	* README.W32: Modify the filename because now the .exe extension
 	is automatically added to the binary.
	
2002-01-14  Werner Koch  <wk@gnupg.org>

	* gpg.sgml: Talk about PGP 5 and higher.

2002-01-11  David Shaw  <dshaw@jabberwocky.com>

	* gpg.sgml: Added documentation for --{no-}ask-cert-expire,
	--{no-}ask-sig-expire, and revise --expert (it doesn't switch on
	the expiration prompt anymore) and --default-check-level (to be
	clearer as to what makes a good key check before signing).

2002-01-07  Werner Koch  <wk@gnupg.org>

	* DETAILS: Removed the comment that unattended key generation is
	experimental.  It is now a standard feature.

2001-12-22  David Shaw  <dshaw@jabberwocky.com>

	* gpg.sgml: Fixed a few typos.

	* gpg.sgml: Added documentation for --show-photos,
	--no-show-photos, --photo-viewer, --nrsign-key,
	--default-check-level, --search-keys, --keyserver-options,
	--show-notation, --no-show-notation, --show-policy-url,
	--no-show-policy-url, --for-your-eyes-only,
	--no-for-your-eyes-only, --pgp2, --no-pgp2,
	--no-permission-warning, --expert, --no-expert.

2001-10-31  Werner Koch  <wk@gnupg.org>

	* gpg.sgml: Add a remark on how to get the long key ID.  Suggested
	by Sebastian Klemke.

2001-10-23  Werner Koch  <wk@gnupg.org>

	* gpg.sgml: Add missing tag.

2001-09-28  Werner Koch  <wk@gnupg.org>

	* gpg.sgml: Add a note on option parsing.

2001-09-24  Werner Koch  <wk@gnupg.org>

	* gpg.sgml: Described --{update,check}-trustdb.

2001-09-03  Werner Koch  <wk@gnupg.org>

	* gpg.sgml, gpgv.sgml: Removed GDBM stuff.

2001-08-29  Werner Koch  <wk@gnupg.org>

	* faq.raw: Described how to delete a secret key w/o a public key
	and changed the entry on updating the preferences.

2001-08-08  Werner Koch  <wk@gnupg.org>

	* gpg.sgml: Documented --print-mds and marked the --print-md * as
	deprecated because it does not work in the W32 version.  Suggested
	by John Kane.
	(WARNINGS): Typo fix.
	(--with-colons): Clarified that the output is in UTF-8.

2001-08-01  Werner Koch  <wk@gnupg.org>

	* gpg.sgml: Added --ignore-valid-from

2001-04-20  Werner Koch  <wk@gnupg.org>

	* faq.raw (Maintained-by): Removed note that load-extension is not
	available under Windoze.

	* gpg.sgml: Add new --charset UTF-8.

2001-04-19  Werner Koch  <wk@gnupg.org>

	* faq.raw: Add a note about dates displayed as ????-??-??.

2001-04-17  Werner Koch  <wk@gnupg.org>

	* Makefile.am (%.texi): Add rules to create .texi from .sgml.
	However we can't automate this because automake does not like
	.texi files as BUILT_SOURCES.
	(%.dvi,%.ps): Removed these rules, because they are not needed
	and get in the way of automake's dvi target

	* HACKING: Changed CVS description.

2001-04-06  Werner Koch  <wk@gnupg.org>

	* gpg.sgml: Small typo fixes by Florian Weimer.

2001-03-27  Werner Koch  <wk@gnupg.org>

	* gpg.sgml: Add --no-sig-cache and --no-sig-create-check.

2001-03-23  Werner Koch  <wk@gnupg.org>

	* DETAILS: New status UNEXPECTED.

2001-03-13  Werner Koch  <wk@gnupg.org>

	* gpg.sgml: Described --fixed-list-mode.

2001-03-06  Werner Koch  <wk@gnupg.org>

	* gpgv.sgml: Changed some gpg to gpgv. Thanks to John A. Murdie.

2001-03-03  Werner Koch  <wk@gnupg.org>

	* gpg.sgml: Tell something about the 0x12345678! key ID syntax.

2001-01-18  Werner Koch  <wk@gnupg.org>

	* README.W32: Changed building instructions for MinGW32/CPD 0.3 

2001-01-09  Werner Koch  <wk@gnupg.org>

	* DETAILS: Fixed docs for NEED_PASSPHRASE and added USERID_HINT.

2000-11-30  Werner Koch  <wk@gnupg.org>

	* gpg.sgml: Fixed the description of --verify.  Add a short note
	the warnings sections.

2000-10-19  Werner Koch  <wk@gnupg.org>

	* gpg.sgml: Fixed doc for --allow-non-selfsigned-uid.
	Add entry for --ignore-crc-error.

2000-10-18  Werner Koch  <wk@gnupg.org>

	* OpenPGP: Dropped the paragraph that RSA is not implemented.

2000-10-14  Werner Koch  <wk@gnupg.org>

	* faq.raw: Add an answer to the problem of multiple signatures.

Wed Oct  4 15:50:18 CEST 2000  Werner Koch  <wk@openit.de>

        * gpgv.sgml: New.
        * Makefile.am: build it.

Thu Sep 14 14:20:38 CEST 2000  Werner Koch  <wk@openit.de>

        * faq.raw: New.
        * Makefile.am: Support to build FAQs

Wed Jul 12 13:32:06 CEST 2000  Werner Koch  <wk@>

        * gpg.sgml: Add a note about the availability of the GPH.

2000-07-03 13:59:24  Werner Koch  (wk@habibti.openit.de)

        * DETAILS, FAQ: Typo fixes by Yosiaki IIDA.

2000-05-12 10:57:21  Werner Koch  (wk@habibti.openit.de)

	* gpg.sgml: Documented --no-tty.

2000-03-09 15:01:51  Werner Koch  (wk@habibti.openit.de)

	* DETAILS: Ad a short blurb about unattended key generation.

Wed Feb  9 15:33:44 CET 2000  Werner Koch  <wk@gnupg.de>

	* gpg.sgml: Describe --ignore-time-conflict.

	* gpg.sgml: Fixed a few typos.	Thanks to Holger Trapp.

Wed Jan  5 11:51:17 CET 2000  Werner Koch  <wk@gnupg.de>

	* FAQ: Enhanced answer for the 3des-s2k bug.

Sat Dec  4 12:30:28 CET 1999  Werner Koch  <wk@gnupg.de>

	* gpg.sgml: Add section about the user ID

Mon Nov 22 11:14:53 CET 1999  Werner Koch  <wk@gnupg.de>

	* gph: Removed the directory from the dist becuase it will
	go into it's own package.

Thu Sep 23 09:52:58 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* README.W32: New.

Mon Sep  6 19:59:08 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>


	* Makefile.am (SUBDIRS): New subdir gph for the manual.

Thu Jul 22 20:03:03 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>


	* gpg.sgml (--always-trust): Added.

Wed Jul 14 19:42:08 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>


	* Makefile.am: Create a dummy man page if docbook-to-man is missing.

Wed Jun 16 20:16:21 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>


	* gpg1.pod: Removed.
	* gpg.sgml: New. Replaces the pod file
	* Makefile.am: Add rule to make a man file from sgml

Tue Jun 15 12:21:08 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>


	* Makefile.in.in: Use DESTDIR.

Mon May 31 19:41:10 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>

	* gpg.1pod: Enhanced the Bugs section (Michael).

Wed Feb 10 17:15:39 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>


	* gpg.1pod: Spelling and grammar corrections (John A. Martin)
	* FAQ: Ditto.
	* DETAILS: Ditto.


 Copyright 1998, 1999, 2000, 2001 Free Software Foundation, Inc.

 This file is free software; as a special exception the author gives
 unlimited permission to copy and/or distribute it, with or without
 modifications, as long as this notice is preserved.

 This file is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.