6469c2f: Enabled session.cookie_httponly/session.cookie_secure settings at php.ini. (ITOH Takashi)
7279587: in case of less than PHP5.2 (ITOH Takashi)
0250fd5: [core:smartyplugin] correction for PHP < 5.2.3 (nao-pon)
94a3cdd: [message] fix #103 fatal error in block execute() (nao-pon)
eeb26ff: [protector] fix problem of uri longer than 255 characters (nao-pon)
799a2bb: [protector] protector version 3.51.1 (nao-pon)
b1c211d: [extras:lng:ja] use XCUBE_MAILERLOCAL_MAIL_LE in mailer (nao-pon)
For issue xoopscube#104
XoopsMailerLocal use `XCUBE_MAILERLOCAL_MAIL_LE` if it defined.
If you would like to specify the line feed code of Subject passed to
mail() in a XoopsMailerLocal class, it is necessary to define constant
`XCUBE_MAILERLOCAL_MAIL_LE` .
The example of preload (XoopsMailerLocalSetLE.class.php)
<?php
define('XCUBE_MAILERLOCAL_MAIL_LE', "\n");
6124a62: [ja] copy xoopsmailerlocal.php from extra (nao-pon)