TYPO3 8.1.1

Release Notes

Version 8.1.1

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

This document contains information about TYPO3 CMS 8.1.1 which was released on May 24th, 2016.

News

This release is a combined bug fix and security release.

Notes

Find more details in the security bulletins:

Download

<https://typo3.org/download/&gt;

MD5 checksums

4efe880e94e0c42f72e74b5a1343620a  typo3_src-8.1.1.tar.gz
81d82ec5fdcb8639dd2598811ebe8df0  typo3_src-8.1.1.zip

SHA256 checksums

2139ed6bae47ae1265c880a40825a1b85dfe020ba71fcfadc912ede85f73bd55  typo3_src-8.1.1.tar.gz
e8229987713b435aa2f3a283f8b4ac8a9679a5ce95ca17c9871437fd68214882  typo3_src-8.1.1.zip

Upgrading

  1. Before you update any instance to 8.1, have a backup in place.
  2. Now download the new core and present it to your instance (by symlink or copied files)
  3. Use the install tool to run the upgrade wizards
  4. Use the install tool to clear each and every cache you can find, even opcode.
  5. When you encounter compatibility problems with your extensions, look for the git versions around in order to find one already upgraded. For example realurl can be found here, until it gets released to TER: <https://github.com/helhum/realurl&gt;

The usual upgrading procedure applies as well.

Changes

Here is a list of what was fixed since [8.1.0](TYPO3_CMS_8.1.0 "wikilink"):

0833bae [RELEASE] Release of TYPO3 8.1.1
404f09d [SECURITY] Validate complete referring request

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.1.1/tar.gz
wget --content-disposition https://get.typo3.org/8.1.1/tar.gz.sig
gpg --verify typo3_src-8.1.1.tar.gz.sig typo3_src-8.1.1.tar.gz