Errata de 0.9.7
Cet errata documente seulement les problemes majeurs du milestone:0.9.7. Pour la liste complete des problemes connus de ce release (et, parfois de leur solution), dirigez vous vers ce rapport. De preference, signalez le bug directement avant de le noter ici.
- #1076 - phpMyAdmin config broken without register_globals, easy fix with [2046]
- problems upgrading from 0.9.3.1:
- #1012 - grants are broken by the upgrade if you changed MYSQL_CLIENT (affects only configurations where the mysql server is not localhost). workaround:
sed -i -e s/MYSQL_CLIENT=localhost/MYSQL_CLIENT=%/ /etc/alternc/local.sh # or something similar # if users were created since the upgrade, give this to mysql update ignore db set Host='%' where Host='localhost' and User NOT LIKE ''; update ignore user set Host='%' where Host='localhost' and User NOT LIKE '';
- #1079 - regression: redirection creation broken
- #1080 - regression: webmail creation broken
- #1088 - proftpd not starting properly: invoke-rc.d proftpd reload seems to be broken. this is a bug in the proftpd package that was fixed but is not (yet?) in "stable". Workaround: run /etc/init.d/proftpd restart after reconfiguring alternc or running alternc.install.
- #1082 - security: phpMyAdmin cookie not removed on logout, easy fix with [2076]
