Accepting request 49433 from devel:libraries:c_c++

ok

OBS-URL: https://build.opensuse.org/request/show/49433
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=37
This commit is contained in:
2011-02-02 12:42:10 +00:00
committed by Git OBS Bridge
parent ec13c25093
commit 301d2bf64d
9 changed files with 36 additions and 99 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Tue Sep 28 23:06:16 CEST 2010 - dmueller@suse.de
- update to 4.34:
- Added ECC support with a new service-level "curve" option.
- DH support is now enabled by default.
- Added support for OpenSSL builds with some algorithms disabled.
- ./configure modified to support cross-compilation.
- Implemented fixes in user interface to enter engine PIN.
- Fixed a transfer() loop issue on socket errors.
- Fixed missing WIN32 taskbar icon while displaying a global option error.
- Inetd mode fixed.
- New service-level "libwrap" option for run-time control whether
/etc/hosts.allow and /etc/hosts.deny are used for access control.
Disabling libwrap significantly increases performance of stunnel.
- Win32 DLLs for OpenSSL 0.9.8m.
- Fixed a transfer() loop issue with SSLv2 connections.
- Fixed a "setsockopt IP_TRANSPARENT" warning with "local" option.
- Logging subsystem bugfixes and cleanup.
- Installer bugfixes for Vista and later versions of Windows.
- FIPS mode can be enabled/disabled at runtime.
- Log file reopen on USR1 signal was added.
- Some regression issues introduced in 4.30 were fixed.
- Graceful configuration reload with HUP signal on Unix
and with GUI on Windows.
- A serious bug in asynchronous shutdown code fixed.
- Data alignment updated in libwrap.c.
- Polish manual encoding fixed.
- Notes on compression implementation in OpenSSL added to the manual.
-------------------------------------------------------------------
Fri Nov 27 11:11:59 CET 2009 - vetter@physik.uni-wuerzburg.de