diff options
| author | fukachan <fukachan> | 2008-09-10 22:32:27 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2008-09-10 22:32:27 +0000 |
| commit | 1a7734b2b286068aa27b1cd2178f2ca0a52f4269 (patch) | |
| tree | db9716fe8cb1d9c63b10fecf9cedd5043d4af99b | |
| parent | 1df95350cae0065af29d8b64de1d21d57dcc6a03 (diff) | |
| download | fml8-1a7734b2b286068aa27b1cd2178f2ca0a52f4269.tar.gz fml8-1a7734b2b286068aa27b1cd2178f2ca0a52f4269.tar.bz2 fml8-1a7734b2b286068aa27b1cd2178f2ca0a52f4269.zip | |
anonymous cgi: check system-installed module. et.al.
| -rw-r--r-- | CHANGES.txt | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index a888a2b2..e12c85ee 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -45,6 +45,20 @@ ルキューイングシステムを使ってエラー処理や再送処理を行ないます。 +2008/09/10 + + FML::CGI::Skin::Anonymous + (1) check if the banner image format generator works or not + (2) if not, use ascii generator. + + FML::String::Banner + new() needs $curproc as the argument. + as_png() checks if GD perl module is available. if not, return + undef. + + FML::ML::Control + clean up setup_cgi_interface() to be more modular. + 2008/09/09 WWW interface for anonymous users is added. @@ -10392,4 +10406,4 @@ このファイルを創設する:) -$FML: CHANGES.txt,v 1.308 2008/08/31 14:15:29 fukachan Exp $ +$FML: CHANGES.txt,v 1.309 2008/09/09 11:31:11 fukachan Exp $ |
