diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -2,7 +2,13 @@ Noteworthy changes in version 1.9.3 (unreleased) ------------------------------------------------ * New options --{enable,disable}-ocsp to validate keys using OCSP - This requires at least DirMngr 0.5.1 to work. Default is disabled. + This requires a not yet released DirMngr 0.5.1. Default is + disabled. + + * The --log-file may now be used to print logs to a socket. Prefix + the socket name with "socket://" to enable this. This does not + work on all systems and falls back to stderr if there is a problem + with the socket. Noteworthy changes in version 1.9.2 (2003-11-17) |