X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=ChangeLog;h=05185373e2f6e6255646b04021ab2a172489324a;hb=abd74f7defe104b7d691be5670f59a46b0b7d025;hp=e412f709f00fa27a1549fa5deeb752848a7f8851;hpb=28e4a4fa964f81e5d039e170eb3c4f21f2d46e71;p=squirrelmail.git diff --git a/ChangeLog b/ChangeLog index e412f709..05185373 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,6 +16,15 @@ Version 1.5.1 -- CVS - Fix that subfolders named "foo.inbox" didn't always work well. - sqimap_create_stream() was not obeying passed params properly. Fixed. - Fix non selectable inbox. + - Add src/configtest.php script which checks for common errors in the config. + - Improve display of some unparsable/absent dates (#891354). + - Add comment (Highest,Normal,Lowest) to X-Priority header. + Some SpamAssassin rule triggers on the absence of such a comment. + - Corrected moving of last message in a folder using Delete-Move-Next + functionality added to core in 1.5.0. + - Fix test for LOGINDISABLED, should only test when the auth_mech actually + is 'login'. + - Update required PHP version to 4.1.0, and remove PHP 4.0.x legacy code. Version 1.5.0 --------------------