From 2eefa74aaab3462a160007c70a389c8dc9371b06 Mon Sep 17 00:00:00 2001
From: TYPO3 v4 Release Team <typo3v4@typo3.org>
Date: Tue, 20 Sep 2011 15:34:07 +0200
Subject: [PATCH] [RELEASE] Release of TYPO3 4.6.0beta3

Change-Id: Id2eebe9044ef8c2710bcc16e2caca8d8e22eb28b
Reviewed-on: http://review.typo3.org/5121
Reviewed-by: TYPO3 v4 Release Team
Tested-by: TYPO3 v4 Release Team
---
 ChangeLog                | 89 ++++++++++++++++++++++++++++++++++++++++
 t3lib/config_default.php |  2 +-
 2 files changed, 90 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 8873c1ce1d58..bd7ad9ccb413 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,92 @@
+2011-09-20  3dcd788            [RELEASE] Release of TYPO3 4.6.0beta3 (TYPO3 v4 Release Team)
+2011-09-20  0ff1756            [TASK] Raise submodule pointer (TYPO3 v4 Release Team)
+2011-09-20  1b779a5            [BUGFIX] check for required PHP modules in Reports module (Jigal van Hemert)
+2011-09-20  c090bcd  #30077    [TASK] Raise t3editor version and set state to stable (Tobias Liebig)
+2011-09-20  9f26f86  #29904    [BUGFIX] t3lib_Compressor breaks absolute paths in CSS (Andreas Bouche)
+2011-09-20  ba260da  #30088    [BUGFIX] Wrong content element rendering in system extension form (Oliver Hader)
+2011-09-20  ebf2e92  #30086    [TASK] Strict string value handling in system extension form (Oliver Hader)
+2011-09-20  c548c58  #30079    [TASK] Missing report for deprecated setting magic_quotes_gpc (Xavier Perseguers)
+2011-09-20  b300ccf  #22679,   [BUGFIX] Improve usability of group fields (Stefan Geith)
+2011-09-20  ddcac16  #30027    [!!!][TASK] Deprecate usage of old Extension Manager (Xavier Perseguers)
+2011-09-20  eac1394            [BUGFIX] Label status_configuration_PhpSafeModeEnabled is not retrieved (Xavier Perseguers)
+2011-09-20  fa058de            [BUGFIX] EM: tx_em_Repository::addMirrors() has invalid method signature (Xavier Perseguers)
+2011-09-20  adcdf06  #30074    [TASK] EM: cleanup phpDoc and fix type hints (Xavier Perseguers)
+2011-09-20  c87c643  #29995    [FEATURE][t3editor] Update TypoScript reference for TYPO3 4.6 (Steffen Gebert)
+2011-09-20  43b471c  #30043    [BUGFIX] Initialize $currentR in analyseTypoLinks (Bjoern Pedersen)
+2011-09-20  88dad50  #30066    [TASK] Clean-up PHPdoc in t3lib_div (Oliver Hader)
+2011-09-20  28b3d1c  #30065    [BUGFIX] Undefined t3lib_utility_Mail::breakLinesForPlainEmail() (Oliver Hader)
+2011-09-20  5eab8f9  #30064    [BUGFIX] Non-static function t3lib_TStemplate::sortedKeyList() (Oliver Hader)
+2011-09-20  14c86b4  #30046    [TASK] Refactor code of new form system extension (Oliver Hader)
+2011-09-20  17322f9            [BUGFIX] Some methods of SC_mod_web_perm_ajax should be static (Xavier Perseguers)
+2011-09-20  775d8cd            [BUGFIX] Invalid method signature for t3lib_pageTree::init() (Xavier Perseguers)
+2011-09-20  538697c            [BUGFIX] Invalid method signature for t3lib_tree_extdirect_Node::toArray() (Xavier Perseguers)
+2011-09-19  14f7741            [BUGFIX] Invalid method signature for ext_posMap::onClickInsertRecord() (Xavier Perseguers)
+2011-09-19  a215e67            [BUGFIX] Methods of tx_em_Database should be static (Xavier Perseguers)
+2011-09-19  5b45235            [BUGFIX] Some methods in t3lib_TSparser should be static (Xavier Perseguers)
+2011-09-19  86b93a6            [BUGFIX] tx_rsaauth_sv1::authUser() gives PHP notice (Xavier Perseguers)
+2011-09-19  2562b86            [BUGFIX] Invalid use of array_shift() in t3lib_div (Xavier Perseguers)
+2011-09-19  5a356a0            [BUGFIX] t3lib_userAuthGroup::checkLogFailures() gives PHP notice (Xavier Perseguers)
+2011-09-19  af071b6            [BUGFIX] Allow proper method override in tx_coreupdates_installsysexts (Xavier Perseguers)
+2011-09-19  258946e            [BUGFIX] t3lib_div should contain only static methods (Xavier Perseguers)
+2011-09-19  3e18ab8  #29274    [BUGFIX] Don't unnecessarily start PHP session (Helmut Hummel)
+2011-09-19  8bad462  #28679    [TASK] Fix CGL issues on class names in system extension form (Oliver Hader)
+2011-09-19  0ca22a6            [BUGFIX] t3editor not visible with TYPO3 on Windows (Jigal van Hemert)
+2011-09-19  ef26bd1  #29802    [TASK] Add SwiftMailer license exception to be included in TYPO3v4 (Ernesto Baschny)
+2011-09-19  cb52f26  #24834    [BUGFIX] Disable Upgade Wizard "Version Compatibility" when up to date (Steffen Gebert)
+2011-09-18  7277aa2  #29996    [TASK] Remove the "Enable Install Tool" button (Steffen Gebert)
+2011-09-18  819e4c9  #29901    [BUGFIX] Respect PATH_site in t3lib_autoloader::getAutoloadCacheIdentifier (Frederic Gaus, Flagbit GmbH & Co. KG)
+2011-09-18  52953da  #29894    [BUGFIX] 1-2-3 installer does not create cache tables (Dmitry Dulepov)
+2011-09-18  62ee953  #27588    [BUGFIX] Space between Template Analyzer options (Tomas Norre Mikkelsen)
+2011-09-18  e51e525  #27603    [BUGFIX] No margin between search and sys_notes (Tomas Norre Mikkelsen)
+2011-09-17  cea8086  #29587    [TASK] EM: move "upload t3x" to tab Remote Repository (Xavier Perseguers)
+2011-09-17  0c2fd64  #27602    [BUGFIX] Alignment issue in "View Item" window (Tomas Norre Mikkelsen)
+2011-09-17  8ce0aef  #29896    [TASK] Index for "pages" table is still not optimal (Dmitry Dulepov)
+2011-09-17  fbd727a  #27589    [BUGFIX] About modules: Adjust bgcolor of sections (Tomas Norre Mikkelsen)
+2011-09-16  6100520  #24984    [BUGFIX] Check curl availability before using it (Tolleiv Nietsch)
+2011-09-16  4a4ad2d  #29770    [BUGFIX] Fix backpath for add wizards in IRRE records (Sebastian Fischer)
+2011-09-15  f610511  #29495    [TASK] Refactor t3lib_message_AbstractMessage (Steffen Gebert)
+2011-09-15  e420c14  #29832    [BUGFIX] t3lib_Compressor: Avoid reference in foreach loop (Frederic Gaus)
+2011-09-15  19bfe58            [BUGFIX] t3lib_Compressor fails with external files (Xavier Perseguers)
+2011-09-14  5c6d995  #29400    [BUGFIX] SQL Injection vulnerability in prepared statements (Helmut Hummel)
+2011-09-14  a55bbde  #29366    [BUGFIX] Disabling the cache does not work on invalid cHash value (Daniel Pötzinger)
+2011-09-14  4163d01  #29625    [BUGFIX] Show extension configuration after extension update (Helmut Hummel)
+2011-09-14  0f7ca88            [TASK] Raise submodule pointer (TYPO3 v4 Release Team)
+2011-09-13  e13d917  #17284    [BUGFIX] No content in workspace preview when using select.selectFields (Tolleiv Nietsch)
+2011-09-13  5f02781  #29627    [BUGFIX] Increase height of "View Item" window (Felix Kopp)
+2011-09-13  2291845  #29556    [TASK] Improve rendering of plugins in page module (Georg Ringer)
+2011-09-13  5bf1c9f  #29167    [BUGFIX] RTE: External links not updated to internal by link dialogue (Stanislas Rolland)
+2011-09-13  2bf377e  #29527,   [BUGFIX] RTE may overwrite link text in IE (Stanislas Rolland)
+2011-09-11  8273087            [BUGFIX] Unlock Install Tool only after acknowledgement (Steffen Gebert)
+2011-09-10  4747cc3  #29588    [TASK] EM: rename local and remote tabs (Xavier Perseguers)
+2011-09-10  913402a  #29586    [TASK] EM: show updatable extensions in Local Extension List (Xavier Perseguers)
+2011-09-10  f04897b  #29592    [TASK] EM: maintenance tab suggest download of CF tables (Francois Suter)
+2011-09-10  c4209b1  #29498    [TASK] Disable compression for inlineJs in Backend (Steffen Gebert)
+2011-09-10  b22e722  #29597    [BUGFIX] Wrong char for explodes of links (Georg Ringer)
+2011-09-10  d418bc1  #29593    [TASK] EM: make update window use full screen (Francois Suter)
+2011-09-09  598a2f6            [TASK] Wrong phpDoc type hints (Francois Suter)
+2011-09-09  d77c5f8  #29589    [TASK] EM: remove info icon in extension list (Xavier Perseguers)
+2011-09-09  138d666  #29585    [TASK] EM: make pop-up window use full screen (Francois Suter)
+2011-09-09  f715afe  #29598    [TASK] Trivial: bad phpDoc format in tslib_feUserAuth (Dmitry Dulepov)
+2011-09-09  4ecf0db  #27740    [BUGFIX] FE session transfer is broken (Dmitry Dulepov)
+2011-09-08  69d5454  #29485    [BUGFIX] Padding of RTE statusbar is too big (Stanislas Rolland)
+2011-09-08  7c35e48  #29234    [BUGFIX] RTE only loads styles from external css file on reload in IE8 (Stanislas Rolland)
+2011-09-08  24d05a3            [BUGFIX] Locales dependency is not taken into account (Xavier Perseguers)
+2011-09-08  5e03d76  #28849    [BUGFIX] Fix JavaScript for multiple select fields (Bjoern Pedersen)
+2011-09-07  f8b22c5  #29513    [FEATURE] Allow user-defined additional backend languages (Xavier Perseguers)
+2011-09-07  2b70f08  #29143    [TASK] Encrypt password transmission in user setup (Helmut Hummel)
+2011-09-07  01489a2  #29513    [FEATURE] Allow user-defined additional backend languages (Xavier Perseguers)
+2011-09-06  e2fea52            [BUGFIX] Typo in $TYPO3_CONF_VARS['BE']['lang']['debug'] (Xavier Perseguers)
+2011-09-05  86aa4b7  #29494    [TASK] Clean up t3lib_message_ErrorPageMessage (Steffen Gebert)
+2011-09-05  392e97f  #29473    [TASK] Add missing XCLASS to the t3lib_l10n_* classes (Xavier Perseguers)
+2011-09-05  c2c652e            [BUGFIX] Add missing files for HTTP_Request2 (Philipp Gampe)
+2011-09-02  180673a  #29335    [TASK] XLIFF: Add translation hint to labels, which must not be translated (Christopher Stelmaszyk)
+2011-09-01  6dc6c93  #29361    [BUGFIX] High CPU load in IE8/9 when using context menu in htmlArea RTE (Stanislas Rolland)
+2011-09-01  9a1de79  #29421    [BUGFIX] RTE context menu adds unwanted id attribute to target (Stanislas Rolland)
+2011-08-30  ad0ab9e  #27801    [BUGFIX] Incorrect behaviour of style selector in RTE (Stanislas Rolland)
+2011-08-30  5e3fe11            [TASK] Set TYPO3 version to 4.6-dev (TYPO3 v4 Release Team)
+2011-08-30  9f8c9c9            [RELEASE] Release of TYPO3 4.6.0beta2 (TYPO3 v4 Release Team)
+
+
 2011-08-30  8c4c049            [RELEASE] Release of TYPO3 4.6.0beta2 (TYPO3 v4 Release Team)
 2011-08-30  0573b96  #28772    [TASK] Change dimension of extjs message icons from 16x16 to 32x32 (Kay Strobach)
 2011-08-30  5c44d93            [TASK] Raise submodule pointer (TYPO3 v4 Release Team)
diff --git a/t3lib/config_default.php b/t3lib/config_default.php
index 8fdff576fded..ea4b87785df0 100644
--- a/t3lib/config_default.php
+++ b/t3lib/config_default.php
@@ -708,7 +708,7 @@ if (TYPO3_MODE === 'BE') {
 $T3_VAR = array();	// Initialize.
 
 	// TYPO3 version
-$TYPO_VERSION = '4.6-dev';	// @deprecated: Will be removed in TYPO3 4.8. Use the constants defined below
+$TYPO_VERSION = '4.6.0beta3';	// @deprecated: Will be removed in TYPO3 4.8. Use the constants defined below
 define('TYPO3_version', $TYPO_VERSION);
 define('TYPO3_branch', '4.6');
 define('TYPO3_copyright_year', '1998-2011');
-- 
GitLab