TYPO3 7.6.38 ELTS

Release Notes

Version 7.6.38 ELTS

This version is not supported anymore.

The TYPO3 CMS community supported from 2015-11-10 until 2018-11-27. Extended security & compatibility support (ELTS) expired on 2022-11-30.

Please consider updating to a newer version.

Release Notes for TYPO3 CMS 7.6.38

This document contains information about TYPO3 CMS 7.6.38 which was released on 25.06.2019.

Get TYPO3 7.6.38 now

News

This release is a combined bug fix and security release.

Checksums of TYPO3 7.6.38

SHA256

fe3e2974c2818845eb88f4b16d75621cf806bbe6a44b1189bf8cb39f50299436 typo3_src-7.6.38.tar.gz
8e3af5a7ee94f9e44c5cbac55945f415477dc2fd9f0650e8428bcc6288d34999 typo3_src-7.6.38.zip

SHA1

18b4e111783351c8b641d3bb786974f9092e9c60 typo3_src-7.6.38.tar.gz
d1ff13051f5b108aacde1893cc87931ce5504512 typo3_src-7.6.38.zip

MD5

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

  • 2019-06-25 a6bc9651d8 [RELEASE] Release of TYPO3 7.6.38 (thanks to Andreas Fernandez)
  • 2019-06-25 edadf9dd8b [SECURITY] Disallow insecure deserialization for l18n_diffsource (thanks to Andreas Fernandez)
  • 2019-06-25 26ca450341 [SECURITY] Deny pages' TSconfig and tsconfig_includes for non-admins (thanks to Andreas Fernandez)
  • 2019-06-25 1acbfed069 [SECURITY] Check record permissions in record information popup (thanks to Andreas Fernandez)
  • 2019-06-19 adb3a021ce Update typo3/phar-stream-wrapper to version 2.1.2 (thanks to Anja Leichsenring)
  • 2019-05-23 8db8dd1062 [BUGFIX] HTMLArea/Edge: Restore selection when using ElementBrowser (thanks to Andreas Fernandez)