TYPO3 9.5.7

Release Notes

Version 9.5.7

Stay secure and up-to-date with TYPO3 ELTS!

The TYPO3 CMS community supported from 2018-10-02 until 2021-09-30.
Extend your support now until 2024-09-30 to get access to the latest security and compatibility updates for this version.

Learn more about TYPO3 ELTS Browse the TYPO3 ELTS Portal

Release Notes for TYPO3 CMS 9.5.7

This document contains information about TYPO3 CMS 9.5.7 which was released on 15.05.2019.

Get TYPO3 9.5.7 now

News

This version is a bugfix and maintenance release.

This release contains regression fixes for some edge-cases on special hosting environments.

Read TYPO3 9.5.7 Release News

Checksums of TYPO3 9.5.7

SHA256

542b2b320d4d27316487f37f89b2e09288f82de898fddddc862a83fe675a2321 typo3_src-9.5.7.tar.gz
fc34f0ccb84c56fe78351b3d253f634e07bdf0088108728a50b6659972bf005d typo3_src-9.5.7.zip

SHA1

23661d0bd4a83d1bb5436c393055c54872b01571 typo3_src-9.5.7.tar.gz
99cfa5c51fb9955bd63beb43ff723a688da03ca5 typo3_src-9.5.7.zip

MD5

987ead195740ce42458f2bca787adb4a typo3_src-9.5.7.tar.gz
66c0c7857f63334eb7dadd54ccec02b5 typo3_src-9.5.7.zip

Package Signatures

TYPO3 Release Packages (the downloadable tarballs and zip files) as well as Git tags are signed using PGP signatures during the automated release process. Besides that, MD5 and SHA2-256 hashes are being generated for these files. Find more details on verifying signatures and hashes in the infrastructure guide.

Download GPG signed release README.md file

Example of verifying integrity of tar.gz package of current release:

wget --content-disposition https://get.typo3.org/9.5.7/tar.gz
wget --content-disposition https://get.typo3.org/9.5.7/tar.gz.sig
gpg --verify typo3_src-9.5.7.tar.gz.sig typo3_src-9.5.7.tar.gz

Upgrading

The usual upgrading procedure applies. No database updates are necessary. It might be required to clear all caches; the "important actions" section in the TYPO3 Install Tool offers the accordant possibility to do so.

Changes

Here is a list of what was fixed since 9.5.6:

  • 2019-05-15 298c3d4c40 [RELEASE] Release of TYPO3 9.5.7 (thanks to Benni Mack)
  • 2019-05-15 ccd0bdff22 [TASK] Upgrade typo3/phar-stream-wrapper to v3.1.2 (thanks to Oliver Hader)
  • 2019-05-15 d37ac15b62 [BUGFIX] Fix record preview (thanks to Daniel Dorndorf)
  • 2019-05-15 3d271bbfca [BUGFIX] Avoid realpath resolving in PharStreamWrapperInterceptor (thanks to Oliver Hader)
  • 2019-05-13 bcda688f0a [BUGFIX] Remove non existing source map reference (thanks to Frank Naegler)
  • 2019-05-13 3858203ac0 [TASK] Remove unused variable (thanks to Susanne Moog)
  • 2019-05-13 3199eee310 [BUGFIX] Ignore PATH_INFO in NormalizedParams scriptName calculation (thanks to Benjamin Franzke)
  • 2019-05-13 5435881be8 [BUGFIX] Properly initialize image property of FrontendUser (thanks to Dennis Grün)
  • 2019-05-08 3a2b54a1b3 [BUGFIX] Make php-intl work with older ICU versions (thanks to Benni Mack)
  • 2019-05-08 d92ab2516f [TASK] Set TYPO3 version to 9.5.7-dev (thanks to Oliver Hader)