TYPO3 8.7.42 ELTS

Release Notes

Version 8.7.42 ELTS

This version is not supported anymore.

The TYPO3 CMS community supported from 2017-04-04 until 2020-03-31. Extended security & compatibility support (ELTS) expired on 2024-03-31.

Please consider updating to a newer version.

Release Notes for TYPO3 CMS 8.7.42

This document contains information about TYPO3 CMS 8.7.42 which was released on 10.08.2021.

Get TYPO3 8.7.42 now

News

This release is a combined bug fix and security release.

Find more details in the security bulletins

Checksums of TYPO3 8.7.42

SHA256

9f9a35048eb1629920b350ea81c2b0a355255bbe72d83d61d2fac9bad97ab2cd typo3_src-8.7.42.tar.gz
05a564012e7807e7bac30e1f706bf5f39c128b9ff71f080a4f7d8b0e105a7865 typo3_src-8.7.42.zip

SHA1

49b893a808d20abd082d617c3ef946deee51076b typo3_src-8.7.42.tar.gz
e011964185172af11872b28a188494c4d7ec1c5c typo3_src-8.7.42.zip

MD5

6989b0bb78ffd04da6b97ec390c8bf65 typo3_src-8.7.42.tar.gz
553e8353eebfe68b48fc00c28358d297 typo3_src-8.7.42.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/8.7.42/tar.gz
wget --content-disposition https://get.typo3.org/8.7.42/tar.gz.sig
gpg --verify typo3_src-8.7.42.tar.gz.sig typo3_src-8.7.42.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

  • 2021-08-10 2518b44d95 [RELEASE] Release of TYPO3 8.7.42 (thanks to Andreas Fernandez)
  • 2021-08-10 2012f29a6c [SECURITY] Ensure XSS-safe rich text rendering (thanks to Oliver Hader)
  • 2021-08-10 77196e7871 [BUGFIX] Render correct version information in Core Updater and reports module (thanks to Andreas Fernandez)
  • 2021-08-10 1ff28f9eef [TASK] Declare core as replacement for t3g/svg-sanitizer (thanks to Oliver Hader)
  • 2021-08-10 ff8a950064 [BUGFIX] Split tests in less chunks to reduce overall compute time (thanks to Andreas Fernandez)
  • 2021-08-10 502a24b99e [TASK] Update enshrined/svg-sanitize to v0.14.1 (thanks to Oliver Hader)
  • 2021-08-09 448f5fbdb3 [BUGFIX] Lint changed PHP files only (thanks to Andreas Fernandez)
  • 2021-08-09 765aa15aa6 [TASK] Move builds to Github Actions (thanks to Andreas Fernandez)
  • 2021-08-09 1e4b04b2ac [TASK] Set TYPO3 version to 8.7.42-dev (thanks to Andreas Fernandez)