(for technical details see ChangeLog)
************************************************************************
+General
+==================
+
+ * New PHP version requirement: You need to have at least PHP 5.2.0 in order to run TYPO3 4.2
+ * Workspaces allow moving of elements (for details, see Inside TYPO3, Core API, and this video: http://castor.t3o.punkt.de/files/moving_in_workspaces2.mp4 (/.mov for better quality)
+
+Backend
+==================
+
+ * ...
+
Compatibility
=============
- * Changed the default value of $TYPO3_CONF_VARS[SYS][devIPmask]
+ * ...
Speed improvements
==================
- * TODO Dmitry: explain cache_pagesection speedup
- * TODO Dmitry: explain speedup using .htaccess
+ * ...
-Installation/Upgrade
+Development
====================
* ...
Database changes
================
- * Changed many BLOB fields from int/varchar/whatever to tinyint(1) - this is the field type which is actually intended by MySQL for BLOBs
+ * ...
DBAL
====
Frontend features
=================
- * Autologin for Frontend users is now possible!
- -> Users can decide on their own whether they want to "Stay logged in" using a checkbox. The latest version of the "newloginbox" extension is required for that.
- -> Needs to be configured in the Install Tool ("All Configuration" -> "permalogin" and "lifetime")
+ * ...
Backend skin
============
==================
* ...
+
+Currently unsupported
+=====================
+
+ * Missing features concerning the disposal of Inline Relational Record Editing (IRRE)
+ -> Workspaces and Versioning are currently not supported
+ -> FlexForms using the TCA type 'inline' are currently not supported/tested
+ -> Import/Export (sysext tx_impexp) might not work correctly in special cases