aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2005-05-26 15:13:05 +0000
committerDavid Shaw <[email protected]>2005-05-26 15:13:05 +0000
commit167c23bc8dfb4566905dd369551ed78583a6428d (patch)
tree110298f5b43f2db19358baf148eb93bafd1b8ca7
parent* passphrase.c (ask_passphrase): Unescape the description string. (diff)
downloadgnupg-167c23bc8dfb4566905dd369551ed78583a6428d.tar.gz
gnupg-167c23bc8dfb4566905dd369551ed78583a6428d.zip
* NEWS: Note command completion and the new curl-based HKP helper.
Diffstat (limited to '')
-rw-r--r--ChangeLog4
-rw-r--r--NEWS11
2 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ae7eaebc..1c611141c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-26 David Shaw <[email protected]>
+
+ * NEWS: Note command completion and the new curl-based HKP helper.
+
2005-04-16 David Shaw <[email protected]>
* configure.ac: Remove --disable-old-hkp - use new HKP handler for
diff --git a/NEWS b/NEWS
index a9142d03d..245e62915 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,15 @@ Noteworthy changes in version 1.4.2
* Fixed a couple of problems with the card reader.
+ * Command completion is now available in the --edit-key and
+ --card-edit menus. Filename completion is available at all
+ filename prompts. Note that completion is only available if the
+ system provides a readline library.
+
+ * New experimental HKP keyserver helper that uses the cURL
+ library. It is enabled via the configure option --with-libcurl
+ like the other (also experimental) cURL helpers.
+
Noteworthy changes in version 1.4.1 (2005-03-15)
------------------------------------------------
@@ -130,7 +139,7 @@ Noteworthy changes in version 1.3.91 (2004-10-15)
Noteworthy changes in version 1.3.90 (2004-10-01)
-------------------------------------------------
- * Readline support at all prompts is now available if the systems
+ * Readline support at all prompts is now available if the system
provides a readline library. The build time option
--without-readline may be used to disable this feature.