Skip to content

Commit

Permalink
[RELEASE] Release of TYPO3 6.2.27
Browse files Browse the repository at this point in the history
Change-Id: I97f8b68bfc7ad841bc0ab533ac071bfbd10696e4
Reviewed-on: https://review.typo3.org/49926
Reviewed-by: TYPO3 Release Team <[email protected]>
Tested-by: TYPO3 Release Team <[email protected]>
  • Loading branch information
TYPO3 Release Team committed Sep 13, 2016
1 parent 8aecd0c commit d3b7196
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2016-09-13 46b333a [RELEASE] Release of TYPO3 6.2.27 (TYPO3 Release Team)
2016-09-13 8aecd0c #76462 [!!!][SECURITY] Mitigate potential cache flooding (Benni Mack)
2016-09-13 b04d394 #77906 [SECURITY] Fix select_key XSS in PageLayoutView (Georg Ringer)
2016-09-13 67e63a9 #77204 [BUGFIX] Prevent orphaned tags in Typo3DatabaseBackend (Thomas Schlumberger)
2016-09-02 44949df #64176 [BUGFIX] Prevent fatal error if no column in page layout is defined (Nicole Cordes)
2016-09-02 0f77d52 #77755 [BUGFIX] Check for null in debug_check_recordset (Morton Jonuschat)
2016-08-23 b495775 #77588 [BUGFIX] Fix sql error in EXT:linkvalidator (Daniel Windloff)
2016-08-19 b2c9915 #76441 [BUGFIX] Index all file mounts in FAL indexer scheduler task (Hannes Bochmann)
2016-08-18 dc83c6d #76928 [BUGFIX] Allow URL path segments like "typo3" (Mathias Brodala)
2016-08-18 ba4521b #67894 [BUGFIX] Felogin form with default layout is not visible (Michiel Roos)
2016-07-19 95c3944 #77098 [BUGFIX] Prepend current path to versionNumberInFilename RewriteRule (Marco Huber)
2016-07-19 95f1113 [TASK] Set TYPO3 version to 6.2.27-dev (TYPO3 Release Team)


2016-07-19 d719c97 [RELEASE] Release of TYPO3 6.2.26 (TYPO3 Release Team)
2016-07-19 2bc8727 #76358 [SECURITY] Link fields accept Javascript code when using URI Data Scheme (Valentin Despa)
2016-07-19 485396d #75933 [SECURITY] Prevent persistent username in filesystem (Wouter Wolters)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ static public function run($relativePathPart = '') {
*/
static protected function defineBaseConstants() {
// This version, branch and copyright
define('TYPO3_version', '6.2.27-dev');
define('TYPO3_version', '6.2.27');
define('TYPO3_branch', '6.2');
define('TYPO3_copyright_year', '1998-2016');

Expand Down

0 comments on commit d3b7196

Please sign in to comment.