diff options
author | David Shaw <[email protected]> | 2005-12-08 23:35:47 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2005-12-08 23:35:47 +0000 |
commit | 81f64252c08707600e796ef339c055f9ca69654d (patch) | |
tree | e8ade0f3d1af2f343c8427faf6ff0cbc663b0289 | |
parent | * gpg.sgml: Document --fetch-keys. (diff) | |
download | gnupg-81f64252c08707600e796ef339c055f9ca69654d.tar.gz gnupg-81f64252c08707600e796ef339c055f9ca69654d.zip |
* NEWS: Note --fetch-keys.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 6 |
2 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2005-12-08 David Shaw <[email protected]> + + * NEWS: Note --fetch-keys. + 2005-12-06 David Shaw <[email protected]> * configure.ac: UINT64_C test needs #include <inttypes.h>. @@ -42,6 +42,12 @@ Noteworthy changes in version 1.4.3 "import-minimal" commands for --export-options and --import-options. + * New --fetch-keys command to retrieve keys by specifying a URI. + This allows direct key retrieval from a web page or other + location that can be specified in a URI. Available protocols + are HTTP and finger, plus anything that cURL supplies, if built + with cURL support. + Noteworthy changes in version 1.4.2 (2005-07-26) ------------------------------------------------ |