------------------------------------------------------------------------------
PACKAGE : zorp
VERSION : 3.0.9
SUMMARY : new stable release
DATE : Feb 16, 2006
------------------------------------------------------------------------------
DESCRIPTION:
A new stable version of Zorp GPL (3.0.9) has been released. For latest
fixes in the 3.0.x branch you are recommended to upgrade to this version.
CHANGES:
Core:
* Fixed a race condition possibly causing abnormal program
termination if the threaded parameter for one or more Listeners
was enabled.
* Fixed a race condition in the fastpath setup code possibly
causing abnormal program termination under high load.
* Added group handling to inband authentication.
* Fixed a possible abnormal program termination when using inband
authentication (applies to 3.0.8 only).
* Fixed possible memory leak in inband authentication.
* Fixed a possible memory leak when Certificate Revocation Lists
were in use (requires libzorpll 3.0.6.5).
* Added possibility to defer inband authentication to stacked
proxies by setting the auth_inband_defer class attribute to
TRUE.
Ftp:
* Abort the control connection if the data connection fails for
some reason as this scenario might cause hangup problems for
some clients/servers.
UPGRADE:
Upgrading using apt:
~~~~~~~~~~~~~~~~~~~~
Make sure the following line is in your /etc/apt/sources.list file:
deb http://apt.balabit.com/zorp-gpl-os zorp-os-3.0/3.0 \
common-gpl zorp-gpl zorp-os zorp-os-extra
then issue the following commands as root:
# apt-get update; apt-get -u upgrade
The latest upgrades will be downloaded and installed.