1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-23 15:07:03 +01:00

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

This commit is contained in:
David Shaw 2005-05-26 15:13:05 +00:00
parent d0f5655d19
commit 167c23bc8d
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-05-26 David Shaw <dshaw@jabberwocky.com>
* NEWS: Note command completion and the new curl-based HKP helper.
2005-04-16 David Shaw <dshaw@jabberwocky.com> 2005-04-16 David Shaw <dshaw@jabberwocky.com>
* configure.ac: Remove --disable-old-hkp - use new HKP handler for * configure.ac: Remove --disable-old-hkp - use new HKP handler for

11
NEWS
View File

@ -18,6 +18,15 @@ Noteworthy changes in version 1.4.2
* Fixed a couple of problems with the card reader. * 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) 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) 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 provides a readline library. The build time option
--without-readline may be used to disable this feature. --without-readline may be used to disable this feature.