Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
litespeed_wiki:changelog [2019/03/26 17:24]
Lucas Rolff 5.3.7 build 3
litespeed_wiki:changelog [2019/06/13 18:57]
Lucas Rolff add 5.3.8 build 3
Line 2: Line 2:
  
 ===== Version 5.4 ===== ===== Version 5.4 =====
 +
 +=== RC4 build 3 ===
 +
 +   ​[Improvement] Improved HTTP/2 stream priority implementation.
 +   [Bug Fix] Fixed a bug QUIC engine that causes connection to stall.
 +   [Bug Fix] Fixed a bug with Asynchronized I/O implementation.
 +
 +=== RC4 build 2 ===
 +
 +  [Bug Fix] Fixed a bug with asynchronous-I/​O for serving static files.
 +  [Bug Fix] Fixed a QUIC engine bug.
 +  ​
 +=== RC4 ===
 +
 +  [New feature] Support for SO_REUSEPORT for multi-worker license.
 +  [New feature] HTTPS/QUIC handshake offloading.
 +  [New feature] TLSv1.3 certificate compression.
 +  [New feature] High Availability for Redis dynamic vhost setup.
 +  [New feature] Support for Google QUIC 046.
 +  [New feature] Experimental IETF QUIC draft-20.
  
 === RC3 === === RC3 ===
Line 36: Line 56:
   [Bug Fix] All bug fixes from LSWS 5.3.5 incremental builds included.   [Bug Fix] All bug fixes from LSWS 5.3.5 incremental builds included.
  
 +
 +===== Version 5.3.8 =====
 +
 +=== Build 3 ===
 +
 +  [Bug fix] Fixed an ACL bug occurring when environment variables are used in Allow/Deny configurations.
 +  [Bug fix] Fixed a request parser bug which caused the server to crash when a partition holding a temp file is out of space.
 +  [Bug fix] Fixed a cache engine bug that caused requests to certain URLs to hang.
 +
 +=== Build 2 ===
 +
 +  [Bug fix] Fixed a regression in PHP daemon mode that causes 503 errors.
 +
 +=== Build 1 ===
 +
 +  [Bug fix] Fixed an IP2Location configuration bug that could cause the server to crash during startup.
 +  [Bug fix] Fixed a bug with nested ESI subrequests that caused random crashes.
 +
 +=== Build 0 ===
 +
 +  [Security] Added built-in filter to block attempts at hacking LiteMage with crafted ESI requests.
 +  [New Feature] lscmctl script can now be used to install/​uninstall the LiteSpeed Web Cache Manager user-end plugin for cPanel. ​
 +  [New Feature] Recommend a plugin or broadcast a message to all discovered WordPress installations with the dash notify feature, available in both the lscmctl script and WHM plugin.
 +  [Improvement] Bundled WHM and user-end cPanel plugins have been updated to v3.3.1 and v1.2.0.2 respectively.
 +  [Improvement] Support request header sizes of up to 64K.
 +  [Improvement] Ignore <if> <​else>​ <​elseif>​ configuration contexts.
 +  [Improvement] Added support for Apache configuration directive ""​Require ip ...""​.
 +  [Improvement] Improved lsup.sh with stable release tier.
 +  [Improvement] Improved rc-inst.sh to install systemd unit file for Plesk + Debain/​Ubuntu.
 +  [Improvement] Improved NodeJS application compatibility and mod_passenger configuration handling.
 +  [Improvement] Added autoconfig for PHP 7.4.
 +  [Improvement] Improved compatibility with LSAPI 7.3 .
 +  [Improvement] Improved HPACK encoding performance.
 +  [Improvement] Cache engine now updates ""​X-LiteSpeed-Cache-Control max-age""​ value based on actual expire time when a front-end lscache proxy exists. ​
 +  [Improvement] Improved compatibility with Apache mod_security on variables REQUEST_BODY,​ REQUEST_FILENAME and LAST_UPDATE_TIME.
 +  [Improvement] Fixed PHP handler compatibility issues with Plesk'​s updated configuration template.
 +  [Improvement] Improved WordPress brute force detection IP logging.
 +  [Bug fix] Fixed an Apache SSL vhost SNI configuration bug.
 +  [Bug fix] Fixed a QuicEngine bug that could cause broken responses.
 +  [Bug fix] Fixed a cache + ESI engine bug that caused random server crashes.
 +  [Bug fix] Fixed rewrite engine infinite loop when rewrite map file is stored in an NFS mount.
 +  [Bug fix] Improved detached mode process manager to accurately stop detached processes when requested.
 +  [Bug Fix] Added User-Agent and Referer headers to server pushed requests to avoid failing possible checks in a user's custom configuration.
 +  [Bug Fix] Fixed FreeBSD 100% cpu usage for kqueue event loops when AIO logging is enabled.
 +  [Bug Fix] Fixed an SSL OCSP stapling bug.
 +  [Bug Fix] Fixed broken server restart when port offset had been set.
 +  [Bug Fix] Fixed a memory leak in the GeoIP module.
  
 ===== Version 5.3.7 ===== ===== Version 5.3.7 =====
 +
 +
 +=== Build 8 ===
 +
 +  [Bug Fix] Fixed a cache + ESI bug that could cause random crashes.
 +  [Bug Fix] Fixed a rewrite engine bug.
 +  [Bug Fix] Fixed a memory leak in the GeoIP module.
 +  [Bug Fix] Fixed a Plesk compatibility issue.
 +
 +=== Build 7 ===
 +
 +  [Improvement] Better WordPress brute force detection IP logging.
 +  [Improvement] Allow request header sizes greater than 32K.
 +  [Improvement] Added PID to error log messages for worker processes.
 +  [Bug fix] Fixed a Ruby selector regression introduced in v5.3.7 build 3.
 +  [Bug fix] Fixed an SSL OCSP stapling bug.
 +  [Bug Fix] Fixed broken server restart when port offset had been set.
 +
 +=== Build 6 ===
 +
 +  [New Feature] Added the ability to install/​uninstall the LiteSpeed Web Cache Manager user-end plugin for cPanel using the lscmctl script.
 +  [Improvement] Fixed PHP handler compatibility issues with Plesk'​s updated configuration template.
 +  [Improvement] Improved LSAPI compatibility with LSAPI 7.3 .
 +  [Improvement] Improved HPACK encoding performance.
 +  [Improvement] Cache engine now updates X-LiteSpeed-Cache-Control max-age value based on actual expire time when a front-end lscache proxy exists.
 +  [Improvement] Natively configured detached PHP process groups are now gracefully restarted. ​
 +
 +=== Build 5 ===
 +
 +  [New Feature] Recommend a plugin or broadcast a message to all discovered WordPress installations with the dash notify feature available in the lscmctl script and WHM plugin.
 +  [Improvement] Ignore <if> <​else>​ <​elseif>​ configuration contexts.
 +  [Improvement] Added autoconfig for PHP 7.4.
 +  [Update] Updated WHM plugin to v3.3 and user-end cPanel plugin to v1.2.
 +  [Bug Fix] ESI engine bug fix.
 +  [Bug Fix] Fixed freeBSD 100% cpu usage for kqueue event loops.
 +  [Bug Fix] Fixed a detached mode process manager bug that accidentally killed other lshttpd worker processes. ​
 +
 +=== Build 4 ===
 +
 +  [Improvement] Improved lsup.sh with stable tier.
 +  [Improvement] Improved NodeJS application compatibility and mod_passenger configuration handling.
 +  [Bug Fix] Fixed a bug in detached mode process manager that failed to stop running processes under certain server environments.
 +  [Bug Fix] Added User-Agent and Referer headers to server pushed requests to avoid failing possible checks in a user's custom configuration.
 +  [Bug Fix] Implemented mod_security REQUEST_BODY as a dedicate variable.
  
 === Build 3 === === Build 3 ===
  • Admin
  • Last modified: 2024/04/19 16:50
  • by Michael Alegre