1 ************************************************************************
2 CHANGES & IMPROVEMENTS between TYPO3 4.0 and 4.1
3 (for technical details see ChangeLog)
4 ************************************************************************
9 * Changed the default value of $TYPO3_CONF_VARS[SYS][devIPmask]
14 * TODO Dmitry: explain cache_pagesection speedup
15 * TODO Dmitry: explain speedup using .htaccess
25 * Changed many BLOB fields from int/varchar/whatever to tinyint(1) - this is the field type which is actually intended by MySQL for BLOBs
35 * Autologin for Frontend users is now possible!
36 -> 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.
37 -> Needs to be configured in the Install Tool ("All Configuration" -> "permalogin" and "lifetime")