From b547f6003cab25130b73373a3e17af44b3dea6b6 Mon Sep 17 00:00:00 2001 From: TYPO3 Release Team <typo3v4@typo3.org> Date: Thu, 19 Dec 2013 16:26:23 +0100 Subject: [PATCH] [RELEASE] Release of TYPO3 6.2.0beta3 Change-Id: I59ca5042eda854c6d3daf02b54c23bb3acd615ff Reviewed-on: https://review.typo3.org/26492 Reviewed-by: TYPO3 Release Team Tested-by: TYPO3 Release Team --- ChangeLog | 78 +++++++++++++++++++ .../Classes/Core/SystemEnvironmentBuilder.php | 2 +- 2 files changed, 79 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 71ffb3a3414b..a27f1cb0fea3 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,81 @@ +2013-12-19 7d4cbea [RELEASE] Release of TYPO3 6.2.0beta3 (TYPO3 Release Team) +2013-12-19 75f9c58 [TASK] Setup travis notifications (Helmut Hummel) +2013-12-19 9562f0d #54368 [TASK] Update NEWS.md for system categories (Francois Suter) +2013-12-19 3cdda5b Revert "[BUGFIX] Replace the table definition manipulation by signals" (Helmut Hummel) +2013-12-19 8b8d2ea #54366 [BUGFIX] Missing CSH for categories-based menus (Francois Suter) +2013-12-19 2d6e8de #53016 [BUGFIX] Replace the table definition manipulation by signals (Thomas Maroschik) +2013-12-19 c578371 #54126 [TASK] Mark PathUtility::stripPathSitePrefix as internal (Markus Klein) +2013-12-18 befa799 #54288 [TASK] oncontextmenu: Avoid duplicating onclick-functionality (Stefan Neufeind) +2013-12-18 7efcf2a #54126 [TASK] Add tool-function to strip PATH_site-part of paths (Stefan Neufeind) +2013-12-18 f23f4ac #54499 [BUGFIX] Follow up: Moving files and folders doesn't update hashes (Stefan Neufeind) +2013-12-18 4a20881 #53886 [TASK] Optimize Package State Migration (Thomas Maroschik) +2013-12-18 a4c96cf #53015 [FEATURE] Allow the activation of packages during runtime (Thomas Maroschik) +2013-12-18 2640676 #54312 [BUGFIX] Use correct file data variable in Indexer (Alexander Stehlik) +2013-12-18 3cdab9d #54236,#54237 [BUGFIX] Access to sys_files is incompatible to fe_access checks (Steffen Ritter) +2013-12-18 fc69656 #53655 [BUGFIX] Moving files and folders doesn't update hashes (Frans Saris) +2013-12-18 5258506 #51752 [BUGFIX] ArrayIterator::seek() warning in ElementBrowser (Markus Klein) +2013-12-18 faeb252 #52969 [BUGFIX] Uncaught exception if editor has no file mount (Markus Klein) +2013-12-18 bc038aa #52059 [BUGFIX] felogin: Unknown modifier in regular expression (Wouter Wolters) +2013-12-18 7b5276e #53727 [BUGFIX] Form Wizard saving destroys Radio Buttons (Markus Klein) +2013-12-18 e8a2b21 #47648 [BUGFIX] Remove ElementBrowser::isReadOnlyFolder (Markus Klein) +2013-12-18 b948dc9 #54238 [BUGFIX] Pagetree pointer cursor broken since ExtJS upgrade (Stefan Neufeind) +2013-12-17 fd014c2 #54123 [TASK] Cleanup usage of getPageRenderer() (Stefan Neufeind) +2013-12-17 7317b65 #53872 [BUGFIX] fileadmin is hardcoded in install tool (Eric Chavaillaz) +2013-12-17 d2ec3ed #54052 [TASK] Superfluous comparison in OpendocsController (Wouter Wolters) +2013-12-17 1200db9 #54051 [TASK] Superfluous comparison in DataHandler (Wouter Wolters) +2013-12-17 e93dd00 #54048 [TASK] Superfluous comparison in RelationHandler (Wouter Wolters) +2013-12-17 2892995 #54054 [TASK] Superfluous comparison in Language (Wouter Wolters) +2013-12-16 942366b #54425 [BUGFIX] Fix side effect for new class instantiation (Helmut Hummel) +2013-12-14 6eb7a54 #53682 [TASK] Optimize speed for instantiating class with arguments (Helmut Hummel) +2013-12-14 f2e3726 #53712 [BUGFIX] Create valid file reference index data (Alexander Stehlik) +2013-12-13 77fd61d [BUGFIX] Followup Fluid Template Fallback paths (Anja Leichsenring) +2013-12-13 f47faed #54027 [BUGFIX] No double htmlspecialchars for filemount select (Alexander Stehlik) +2013-12-13 deb7bf3 #54369 [TASK] Fix travis builds (Georg Ringer) +2013-12-11 ebd3e1b #54302 [BUGFIX] Clear statcache after writing file contents (Alexander Stehlik) +2013-12-10 107ac8e #31206 [SECURITY] XSS in header link of all content elements (Anja Leichsenring) +2013-12-10 226d624 #42772 [SECURITY] XSS in colorpicker wizard (Marcus Krause) +2013-12-10 fdd3d3f #45043 [SECURITY] Prevent editor controlled hmac content (Franz G. Jahn) +2013-12-10 f51afe2 #48691 [SECURITY] XSS in backend user adminstration (Marc Bastian Heinrichs) +2013-12-10 b4965e0 #41714 [SECURITY] Information Disclosure in Wizards (Helmut Hummel) +2013-12-10 5f32f0a #54099 [SECURITY] Fix open redirection in openid extension (Helmut Hummel) +2013-12-10 5eae4a8 #36768 [SECURITY] XSS in be_layout wizard (Anja Leichsenring) +2013-12-10 1b62669 #47086 [SECURITY] XSS in beuser VH (Anja Leichsenring) +2013-12-10 db9563c #54074 [SECURITY] Remove possible XSS from ActionController Error output (Anja Leichsenring) +2013-12-10 4d44daa #54073 [SECURITY] Unsafe unserialize of GET parameter in Add-Wizard (Steffen Ritter) +2013-12-08 75fb62d Revert "[FEATURE] Fallback/default case for SwitchViewhelper" (Anja Leichsenring) +2013-12-08 8e022bc #49371 [FEATURE] Fallback/default case for SwitchViewhelper (Jan Kiesewetter) +2013-12-08 8b3284c #54259 [BUGFIX] Allow Editing field creator_tool in sys_file_metadata (Xavier Perseguers) +2013-12-07 e0c68dd #52835 [TASK] Add editing of file metadata to ClickMenu (Steffen Ritter) +2013-12-06 51de0fa #51866 [BUGFIX] Re-Introduce feature to go one level up in file list (Steffen Ritter) +2013-12-06 4d5c8a8 #54050 [TASK] Superfluous comparison in CronCommand (Wouter Wolters) +2013-12-04 0bbcf35 #54115 [BUGFIX] ClassAliasMap, Tx_ VH namespace and closing tag throws Exception (Claus Due) +2013-12-02 e832e80 #54124 [BUGFIX] ClientUtility does not detect Internet Explorer 11 (Stefan Neufeind) +2013-12-02 ae944d9 #53818 [BUGFIX] Cleanly unset cookies on login in cookie-check (Stefan Neufeind) +2013-12-01 c7f4df4 #53852 [TASK] Installer: textarea for [FE][defaultTypoScript_setup] (Markus Klein) +2013-12-01 a4408f8 #53555 [BUGFIX] Faulty and superfluous code in import/export module (Oliver Hader) +2013-12-01 0af7591 #54059 [TASK] Fix broken references in LegacyClassesForIde (Markus Klein) +2013-11-30 575f0ba #54106 [TASK] Remove non-evaluated parameter from _GP function calls (Marcus Krause) +2013-11-30 ec3a2d4 #53271 [BUGFIX] Missing phpinfo() module in install tool (Tomita Militaru) +2013-11-29 df568f0 #54019 [TASK] Simplify returns in ConfigurationManager (Michiel Roos) +2013-11-29 cfa410d #42651 [TASK] ext:adodb Remove connection wizard (Christian Kuhn) +2013-11-29 d7a4489 #54078 [TASK] ext:adodb Remove obsolete diffs from doc/ (Christian Kuhn) +2013-11-29 c8f46f4 #51283 [TASK] Use array access instead of traversing hook array (Bernhard Kraft) +2013-11-29 f905ff9 #52933 [TASK] ExtJS-upgrade 3.4.0 to 3.4.1.1 (Stefan Neufeind) +2013-11-28 6568a15 #54018 [TASK] Superfluous comparison in InlineElement (Michiel Roos) +2013-11-28 29e0da0 #54017 [BUGFIX] Redundant compare: GeneralUtility::inList() (Michiel Roos) +2013-11-28 9c57542 #54020 [TASK] Replace URLs of bugs.typo3.org with forge.typo3.org (Steffen Gebert) +2013-11-27 647cf35 #53991 [TASK] Remove disableDocModuleInAB TSconfig option in ModuleMenuView (Wouter Wolters) +2013-11-26 0dfe7c8 #53918 [BUGFIX] t3skin calls addIconSprite for each lang (Michiel Roos) +2013-11-24 7b05d07 #51650 [BUGFIX] TS: Allow "0" as strPad.padWith (Lars Peipmann) +2013-11-24 28b7bb5 #36469 [BUGFIX] Fix ordering of stages in action dropdown (Bart Dubelaar) +2013-11-24 5a7545d #53718 [CLEANUP] Improve code style of RelationHandler class (Alexander Stehlik) +2013-11-24 70c3e79 #15080 [BUGFIX] Page module: Allow to paste in empty columns (Bernhard Kraft) +2013-11-24 698fb7f #53905 [BUGFIX] Hardcoded "admin" user in Installer template (Markus Klein) +2013-11-22 51e23ed #53744 [TASK] Replace ClassLoader cache with standard caches (Thomas Maroschik) +2013-11-22 855e30e #53811 [TASK] Remove deprecated methods in PageLayoutView (Markus Klein) +2013-11-21 ef50085 [TASK] Set TYPO3 version to 6.2-dev (TYPO3 Release Team) + + 2013-11-21 757bb5e [RELEASE] Release of TYPO3 6.2.0beta2 (TYPO3 Release Team) 2013-11-21 932ac71 #53802 [BUGFIX] Fix moving/copying files and folders between storages (Frans Saris) 2013-11-21 95e8e33 #53672 [BUGFIX] Can not delete Files with metadata records (Frans Saris) diff --git a/typo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php b/typo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php index 4097631b12fe..d90782865f11 100644 --- a/typo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php +++ b/typo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php @@ -75,7 +75,7 @@ class SystemEnvironmentBuilder { */ static protected function defineBaseConstants() { // This version, branch and copyright - define('TYPO3_version', '6.2-dev'); + define('TYPO3_version', '6.2.0beta3'); define('TYPO3_branch', '6.2'); define('TYPO3_copyright_year', '1998-2013'); -- GitLab