소스 검색

Discussion on IRC reminded me I needed to add the compose/attachments change to the ChangeLog, and I corrected the overrides to reflect the new method.

tassium 22 년 전
부모
커밋
eaca643ce0
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      ChangeLog

+ 4 - 4
ChangeLog

@@ -7,11 +7,11 @@ Version 1.3.3 -- cvs
   - Change the way highlighting rules are stored to make them more reliable and
     easier to manage.
   - Reorganization of conf.pl, menu #2 (tassium)
-  - Added CRAM-MD5 and DIGEST-MD5 authentication support for IMAP and SMTP
-	(tassium)
+  - Added CRAM-MD5 and DIGEST-MD5 authentication support for IMAP and SMTP (tassium)
   - Experimental TLS support for IMAP and SMTP (requires PHP 4.3.x) (tassium)
-  - config_local.php now gets appended to config.php by conf.pl when saved
-	(tassium)
+  - Override settings with config_local.php (tassium)
+  - compose form no longer shows attachment options if php file_uploads
+	disabled (tassium) 
 
 Version 1.3.2
 -------------