gnupg (ChangeLog NEWS)

cvs user dshaw cvs at cvs.gnupg.org
Thu May 26 16:52:39 CEST 2005


    Date: Thursday, May 26, 2005 @ 17:13:05
  Author: dshaw
    Path: /cvs/gnupg/gnupg

Modified: ChangeLog NEWS

* NEWS: Note command completion and the new curl-based HKP helper.


-----------+
 ChangeLog |    4 ++++
 NEWS      |   11 ++++++++++-
 2 files changed, 14 insertions(+), 1 deletion(-)


Index: gnupg/ChangeLog
diff -u gnupg/ChangeLog:1.249 gnupg/ChangeLog:1.250
--- gnupg/ChangeLog:1.249	Sun Apr 17 02:06:04 2005
+++ gnupg/ChangeLog	Thu May 26 17:13:05 2005
@@ -1,3 +1,7 @@
+2005-05-26  David Shaw  <dshaw at jabberwocky.com>
+
+	* NEWS: Note command completion and the new curl-based HKP helper.
+
 2005-04-16  David Shaw  <dshaw at jabberwocky.com>
 
 	* configure.ac: Remove --disable-old-hkp - use new HKP handler for
Index: gnupg/NEWS
diff -u gnupg/NEWS:1.241 gnupg/NEWS:1.242
--- gnupg/NEWS:1.241	Tue May 24 14:39:42 2005
+++ gnupg/NEWS	Thu May 26 17:13:05 2005
@@ -18,6 +18,15 @@
 
     * 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.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.
 




More information about the Gnupg-commits mailing list