This commit is contained in:
parent
18a56f454d
commit
1bca88151d
@ -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 = <command>[:<parameter>]
|
||||||
|
- A new service-level option to select engine to read private key: engineNum = <engine number>
|
||||||
|
- OCSP support: ocsp = <URL>
|
||||||
|
* New features
|
||||||
|
- A new option to select version of SSL protocol: sslVersion = all|SSLv2|SSLv3|TLSv1
|
||||||
|
- Visual Studio vc.mak by David Gillingham <dgillingham@gmail.com>.
|
||||||
|
- 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
|
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
|
- build with fPIE/pie on SUSE 10.0 or newer, or on any other
|
||||||
platform
|
platform
|
||||||
- fix BuildRequires for Fedora Core, and wrap suse_version macros
|
- fix BuildRequires for Fedora Core, and wrap suse_version macros
|
||||||
- upstream 4.1.5
|
- upstream 4.15
|
||||||
* Release notes
|
* Release notes
|
||||||
- There are a lot of new features in this version. I recommend
|
- There are a lot of new features in this version. I recommend
|
||||||
to test it well before upgrading your mission-critical systems.
|
to test it well before upgrading your mission-critical systems.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user