[Pi3web-devel] Pi3Web 2.0.2 beta 2 released
Brought to you by:
zimpel
From: <zi...@t-...> - 2003-06-07 06:52:14
|
Hi, the following are the release notes for Pi3Web 2.0.2. I plan to issue the final release within the next 2 weeks and want to encourage you to participate in testing the available beta version. The Win32 binaries can be downloaded from here: http://belnet.dl.sourceforge.net/sourceforge/pi3web/Pi3Web-x86Win32-2_0_2-beta2.exe -- regards Holger Release Notes for Pi3Web 2.0.2 05/2003 ====================================== This minor release contains some bugfixes as well as useful functional features and improvements of the administration GUI. Notice the changed license from 'Original BSD' to 'Modified BSD' license, i.e. removal of the advertising clause. Features/Changes ---------------- - PHP4Wrapper updated to PHP 4.3.2 - improvement of the wrapper code provides interoperability with the prebuilt binaries from php.net - SSL module updated to openssl 0.9.7a - Removed remaining global variables in SSL code - Added passphrase dialog for SSL private key - Added new server class for thread reusage and multithreaded accept handling, i.e. server can accept connections from multiple interfaces in parallel. Please note, that this feature is still experimental and has to be switched on explicite on the 'Performance' property page in order to enable: - operation of HTTP and HTTPS(SSL) server in parallel - bind server to multiple addresses and/or ports - v-hosts based on different interfaces and/or ports - remote administration on separate interface and/or port - Added redirection handling to PathMapper - Some improvements in the build environment - Supported HTTP messages are now checked for all non-CGI applications (POST must enabled explicite e.g. for PHP). Administration GUI related (Win32 only) --------------------------------------- - Added generation of SSL demo certificates, removed CA certificate file and flags from SSL defaults for 'SSL' property page - Added configuration for redirection handling to 'Mappings' property page - Added property page 'Interfaces' for management of supplementary I/O. Bugfixes -------- - Fixed 'Pi3Web 2.0.2 beta 1 crashes with malformed request' - Fixed 'Last PHP POST variable can contain garbage characters' - Fixed 'Path with superfluous trailing slash is accepted' - Fixed 'OPTIONS and TRACE doesn't work with generated Config.pi3' - Fixed 'Problem related to URL's pointing to subfolders of WebRoot' - Fixed 'Pi3Web doesn't bind with 0.0.0.0' - Fixed 'Server crashes on empty directory index' - Fixed 'sending of empty (deleted) HTTP entity headers' - Fixed some documentation bugs |