This is the changelog for TYPO3 3.7.1 since 3.7.0. I've removed the email addresses.
A complete changelog can be found here.
2005-05-22 Michael Stucki
2005-05-21 Michael Stucki
- * Added TYPO3_branch constant in t3lib/config_default.php
- * Backported secureFormmail patch which adds a new option TYPO3_CONF_VARS[FE][secureFormmail] which is enabled by default. For details, see http://typo3.org/teams/security/security-bulletins/typo3-20050307-1/
- * A new button to automatically create a random encryptionKey has been added to class.tx_install.php. Thanks to Karsten Dambekalns.
- * Backported bugfix #0000464: TYPO3 does not send mails when using Postfix versions < 2.0. The problem is that for setting the return-path correctly, the -f flag is used when PHP is calling sendmail. This is not supported in the sendmail wrapper for Postfix. See the function sendTheMail in class.t3lib_htmlmail.php for further information. Thanks to Jan-Erik Revsbech.
- * Added a new option TYPO3_CONF_VARS[SYS][enableReturnPath] which is disabled by default. Until this is enabled, the ReturnPath is not sent by t3lib_htmlmail. Thanks to Jan-Erik Revsbech.
- * Changed some small MySQL related things in class.tx_install.php
2005-05-19 Peter Niederlag
- * Backported bugfix #0000849: TSConfig forceDisplayFieldIcons will work regardless of settings for adminPanel
- * Backported bugfix for db_new_content_el.php: Consider allow/deny for CE's
- * Backported bugfix #0000416 in class.t3lib_install.php: Problems with auto_increment and default values
- * Backported bugfix #0000422 in class.t3lib_stdgraphic.php: potential problems with Charset Conversion
- * Backported bugfix #0000958: require_once() instead of require()
2004-11-15 Michael Stucki
- * Fixed bug #0000459: undefined function: float() in class.t3lib_cs.php
- * Changed URL to licensing details page in LICENSE.txt
2004-10-25 Jan-Erik Revsbech
- * Fixed problem in htmlmail when running with safe mode enabled.