From 1bca88151d9bc0c2cadfd7da420f64e24f69509af60652524357475d6351ad72 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 27 Sep 2006 13:12:10 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=17 --- stunnel.changes | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/stunnel.changes b/stunnel.changes index eb4badc..d92d3c1 100644 --- a/stunnel.changes +++ b/stunnel.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Wed Sep 27 15:09:23 CEST 2006 - poeml@suse.de + +- upstream 4.16 + * New features sponsored by Hewlett-Packard + - A new global option to control engine: engineCtrl = [:] + - A new service-level option to select engine to read private key: engineNum = + - OCSP support: ocsp = + * New features + - A new option to select version of SSL protocol: sslVersion = all|SSLv2|SSLv3|TLSv1 + - Visual Studio vc.mak by David Gillingham . + - OS2 support by Paul Smedley (http://smedley.info) + * Bugfixes + - An ordinary user can install stunnel again. + - Compilation problem with --enable-dh fixed. + - Some minor compilation warnings fixed. + - Service-level CRL cert store implemented. + - GPF on protocol negotiations fixed. + - Problem detecting addrinfo() on Tru64 fixed. + - Default group is now detected by configure script. + - Check for maximum number of defined services added. + - OpenSSL_add_all_algorithms() added to SSL initialization. + - configure script sections reordered to detect pthread library funcions. + - RFC 2487 autdetection improved (thx to Hans Werner Strube). High + resolution s_poll_wait() not currently supported by UCONTEXT threading. + - More precise description of cert directory file names (thx to Muhammad + Muquit). + * Other changes + - Maximum number of services increased from 64 to 256 when poll() is used. +- add BuildRequires: tcp_wrappers gcc-c++ for building on Fedora +- remove doc files installed by make install, which are picked up + by %doc + ------------------------------------------------------------------- Fri Jun 23 15:11:22 CEST 2006 - poeml@suse.de @@ -5,7 +38,7 @@ Fri Jun 23 15:11:22 CEST 2006 - poeml@suse.de - build with fPIE/pie on SUSE 10.0 or newer, or on any other platform - fix BuildRequires for Fedora Core, and wrap suse_version macros -- upstream 4.1.5 +- upstream 4.15 * Release notes - There are a lot of new features in this version. I recommend to test it well before upgrading your mission-critical systems.