diff options
| author | fukachan <fukachan> | 2010-03-06 13:38:50 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2010-03-06 13:38:50 +0000 |
| commit | f203242dd4e6fb42cca895f77181bef888918e09 (patch) | |
| tree | 04356db87f17244d6b684360b96d4b2a9d25a135 | |
| parent | 04939ee15337b46075a07da5bcb0396b9623a66b (diff) | |
| download | fml8-f203242dd4e6fb42cca895f77181bef888918e09.tar.gz fml8-f203242dd4e6fb42cca895f77181bef888918e09.tar.bz2 fml8-f203242dd4e6fb42cca895f77181bef888918e09.zip | |
define 7.98.15
+ IM updated to IM-150.
+ fix wrong ID incrementation in article to html conversion.
| -rw-r--r-- | CHANGES.txt | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 55d1a832..67dff56c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,9 +3,11 @@ [最近のまとめ] - FML_CURRENT_VERSION=7.98.14 + FML_CURRENT_VERSION=7.98.15 8.0 PRE_ALPHA + 7.98.15 IM updated to IM-150. + fix wrong ID incrementation in article to html conversion. 7.98.14 www interface for anonymous users. Anyone can submit a subscribe/unsubscribe request via www interface. @@ -45,6 +47,23 @@ ルキューイングシステムを使ってエラー処理や再送処理を行ないます。 +2010/03/06 + + FML::Process::Distribute + seems incorrect that increment_id() in calling HTML-ify + function since already the article ID is incremated at _ + deliver_article_prep(). changed to use $article->id(); by + fetching the current article ID. + +2010/03/01 + + bump up to the version 7.98.15. + +2010/02/28 + + import IM-150. + + 2010/02/28 fml-7.98.14-20100228 released as a mile stone before further development. @@ -10528,4 +10547,4 @@ このファイルを創設する:) -$FML: CHANGES.txt,v 1.321 2009/12/26 14:43:13 fukachan Exp $ +$FML: CHANGES.txt,v 1.322 2010/02/28 06:11:33 fukachan Exp $ |
