$v <> '' test disables saving of integers that are = 0 (ex. $theme_default)
[squirrelmail.git] / ChangeLog
index 70734e4b0c3acf4f16031c6cd382526a82188ad3..05185373e2f6e6255646b04021ab2a172489324a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,7 +17,14 @@ Version 1.5.1 -- CVS
   - 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
 --------------------