From: <abe...@us...> - 2014-08-19 23:45:19
|
Revision: 6645 http://sourceforge.net/p/astlinux/code/6645 Author: abelbeck Date: 2014-08-19 23:45:10 +0000 (Tue, 19 Aug 2014) Log Message: ----------- update ChangeLog Modified Paths: -------------- branches/1.0/docs/ChangeLog.txt Modified: branches/1.0/docs/ChangeLog.txt =================================================================== --- branches/1.0/docs/ChangeLog.txt 2014-08-19 22:20:47 UTC (rev 6644) +++ branches/1.0/docs/ChangeLog.txt 2014-08-19 23:45:10 UTC (rev 6645) @@ -20,6 +20,15 @@ -- php, version bump to 5.3.29, bug and security fixes +-- php, dynamically define /etc/php.ini so 'date.timezone' is always specified using the TIMEZONE variable. + The php.ini can be manually defined if /mnt/kd/php.ini.conf exists, copy from /stat/etc/php.ini.conf if desired. + Changes to /mnt/kd/php.ini.conf must be applied using the CLI with the commands: + == + service lighttpd stop + service lighttpd init + == + Additionally, 'display_errors' is now "Off" by default. + -- libsodium, version bump to 0.6.1 -- spandsp, version bump to 0.0.6 (official) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |