diff options
| author | fukachan <fukachan> | 2006-04-03 11:06:12 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-04-03 11:06:12 +0000 |
| commit | 2e4f9abc5614082b771d1c0ad579a7ed016b8aaf (patch) | |
| tree | 8dae81d902dc2b4c313fc8fed8ee0fecfd7266f5 | |
| parent | 4adc1a04ff4b8717f26a3616182577e5c6599e68 (diff) | |
| download | fml8-2e4f9abc5614082b771d1c0ad579a7ed016b8aaf.tar.gz fml8-2e4f9abc5614082b771d1c0ad579a7ed016b8aaf.tar.bz2 fml8-2e4f9abc5614082b771d1c0ad579a7ed016b8aaf.zip | |
7.98.9 delivery system overhaul
| -rw-r--r-- | CHANGES.txt | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index f733ff70..e45447f7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,9 +3,10 @@ [最近のまとめ] - FML_CURRENT_VERSION=7.98.8 + FML_CURRENT_VERSION=7.98.9 8.0 PRE_ALPHA + 7.98.9 delivery system overhaul 7.98.8 correct context switch. address validation in smtp transaction. 7.98.7 confirmation + manual subscribe/chaddr/unsubscribe @@ -36,6 +37,24 @@ ルキューイングシステムを使ってエラー処理や再送処理を行ないます。 +2006/04/03 + + Mail::Delivery::SMTP + check the number of effective MTA. + tune retry max limit (XXX a lot of todo around this). + fix retry handling (now we use cost penalty by rollback). + style::not use $_xxx in loop + + Mail::Delivery::Queue + ensure lock::unlock return value + bug fixed to lock new or lock queue file, not active queue. + + IO::Adapter + consider context switch + + FML::Mailer + enable fallback + 2006/04/02 Mail::Delivery::SMTP @@ -9500,4 +9519,4 @@ このファイルを創設する:) -$FML: CHANGES.txt,v 1.273 2006/03/25 04:46:24 fukachan Exp $ +$FML: CHANGES.txt,v 1.274 2006/04/02 15:21:16 fukachan Exp $ |
