TYPO3 9.2.1

Release Notes

Version 9.2.1

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.2.1

This document contains information about TYPO3 CMS 9.2.1 which was released on 22.05.2018.

Get TYPO3 9.2.1 now

News

This version is a bugfix and maintenance release.

Read TYPO3 9.2.1 Release News

Checksums of TYPO3 9.2.1

SHA256

11bad6297e9c836d13f10bb4e2a338fd882795f2a264f825c0f6a73694178661 typo3_src-9.2.1.tar.gz
7d870a4a86653bec4f7dc7a8e776b40d9017c23f65195fbe9d053eb078a60f79 typo3_src-9.2.1.zip

SHA1

b204d731ea14ff3558808cef5d004dd4955debdc typo3_src-9.2.1.tar.gz
1905971acaeeca583a908ebbec96ce26584c9b24 typo3_src-9.2.1.zip

MD5

179e393cea67abec9861f852ff6ca1fa typo3_src-9.2.1.tar.gz
bb98cc391fe99d430e6e276d991a7cc6 typo3_src-9.2.1.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.2.1/tar.gz
wget --content-disposition https://get.typo3.org/9.2.1/tar.gz.sig
gpg --verify typo3_src-9.2.1.tar.gz.sig typo3_src-9.2.1.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.2.0:

  • 2018-05-22 bab278afa5 [RELEASE] Release of TYPO3 9.2.1 (thanks to Oliver Hader)
  • 2018-05-22 c41128b051 [TASK] Set TYPO3 version to 9.2.1-dev (thanks to Oliver Hader)
  • 2018-05-22 803f9a317e [BUGFIX] Add SYS/ipAnonymization to DefaultConfiguration (thanks to Andreas Fernandez)
  • 2018-05-22 9072902019 [FEATURE] Add bcrypt and argon2i password hashes (thanks to Christian Futterlieb)
  • 2018-05-22 cadf49ad30 [TASK] Improve code for IpAnonymization task and fix a typo (thanks to Markus Klein)
  • 2018-05-22 229d3b4161 [FEATURE] Add scheduler task to anonymize IP addresses of tables (thanks to Georg Ringer)
  • 2018-05-22 c58a745be1 [!!!][TASK] Use no-cookie domain for youtube by default (thanks to Georg Ringer)
  • 2018-05-22 c8380d6305 [FEATURE] Make indexed_search ready for GDPR (thanks to Georg Ringer)
  • 2018-05-22 aedb5243e6 [FEATURE] Add API to anonymize IP addresses (thanks to Georg Ringer)