************************************************************************
-CHANGES & IMPROVEMENTS in TYPO3
-
-Intended to provide an overview of new features, it's a less technical
-changelog of things that have been changed/added to TYPO3.
+CHANGES & IMPROVEMENTS between TYPO3 4.0 and 4.1
+(for technical details see ChangeLog)
************************************************************************
-(add more news here...)
+Compatibility
+=============
-2005-08-22 Martin Kutschker <martin.t.kutschker@blackbox.net>
+ * Changed the default value of $TYPO3_CONF_VARS[SYS][devIPmask]
- * GMENU_LAYERS now works with Opera browsers
+Speed improvements
+==================
-2005-07-02 Michael Stucki <michael@typo3.org>
+ * TODO Dmitry: explain cache_pagesection speedup
+ * TODO Dmitry: explain speedup using .htaccess
- * Security fix: A debug script exposed system information provided by phpinfo(). For details, see http://typo3.org/teams/security/security-bulletins/typo3-20050725-1/
+Installation/Upgrade
+====================
-************************************************************************
+ * ...
+
+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
+============
+
+ * ...
-2005-05-23 Michael Stucki <michael@typo3.org>
+Important bugfixes
+==================
- * Release of TYPO3 3.8.0
+ * ...