mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-25 22:19:59 +01:00
* NEWS: Note HTTP basic auth.
* configure.ac: Check for usb_get_busses since very old stable libusb doesn't have it.
This commit is contained in:
parent
0f48ec7bba
commit
b700d3cd3e
@ -1,3 +1,10 @@
|
||||
2004-09-10 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* NEWS: Note HTTP basic auth.
|
||||
|
||||
* configure.ac: Check for usb_get_busses since very old stable
|
||||
libusb doesn't have it.
|
||||
|
||||
2004-09-09 Werner Koch <wk@g10code.com>
|
||||
|
||||
* README: Doc --disable-card-support and --without-readline.
|
||||
|
9
NEWS
9
NEWS
@ -1,4 +1,4 @@
|
||||
Noteworthy changes in version 1.3.6 (2004-05-22)
|
||||
Noteworthy changes in version 1.3.7
|
||||
------------------------------------------------
|
||||
|
||||
* Readline support at all prompts is now available if the systems
|
||||
@ -9,6 +9,13 @@ Noteworthy changes in version 1.3.6 (2004-05-22)
|
||||
Use the option --disable-card-support to build without support
|
||||
for smartcards.
|
||||
|
||||
* HTTP Basic authentication is now supported for all HKP and HTTP
|
||||
keyserver functions, either through a proxy or by direct access.
|
||||
|
||||
|
||||
Noteworthy changes in version 1.3.6 (2004-05-22)
|
||||
------------------------------------------------
|
||||
|
||||
* New --keyid-format option that selects short (99242560), long
|
||||
(DB698D7199242560), 0xshort (0x99242560), or 0xlong
|
||||
(0xDB698D7199242560) keyid displays. This lets users tune the
|
||||
|
@ -1092,6 +1092,7 @@ if test "$card_support" = yes; then
|
||||
fi
|
||||
AC_SUBST(LIBUSB_LIBS)
|
||||
AC_CHECK_FUNCS(usb_create_match)
|
||||
AC_CHECK_FUNCS(usb_get_busses)
|
||||
|
||||
#
|
||||
# Check for readline support
|
||||
|
Loading…
x
Reference in New Issue
Block a user