diff options
| author | fukachan <fukachan> | 2002-11-10 13:10:17 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-11-10 13:10:17 +0000 |
| commit | c299a9080b934436da4fb273741364ee80da3335 (patch) | |
| tree | 92f45e865d6cfdbc4561325c0d4f8883603d376b | |
| parent | 4ac5bd25fc7ea05ce85ceeeca65e74a9a6018526 (diff) | |
| download | fml8-c299a9080b934436da4fb273741364ee80da3335.tar.gz fml8-c299a9080b934436da4fb273741364ee80da3335.tar.bz2 fml8-c299a9080b934436da4fb273741364ee80da3335.zip | |
minor bug fixes
add fmladdr
configure --with/without-mime-component-filter
bug fix Mail::Message::ToHTML
| -rw-r--r-- | CHANGES.txt | 49 |
1 files changed, 48 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 01a4988d..e38ad48c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,53 @@ CHANGES Last Modified: $Date$ +2002/11/09 + + I-D を消去し、www.fml.org I-D コレクションを見るようにした。 + +2002/11/07 + + FML::MTAControl::Postfix + postconf -d -> postconf (postfix version dependent ?) + + FML::Process::Switch + FML::Process::Addr + INSTALL.sh configure configure.in + fml/bin/fmladdr.in + implement fmladdr command, which shows all users and aliases. + +2002/10/31 + + add configura option: --with/without-mime-component-filter + configure.in + fml/etc/site_default_config.cf.in + configure --with/without-mime-component-filter + +2002/10/29 + + FML::Process::Utils + fix escape of Log(...) in eval q{} + + FML::Command::Admin::newml + prinf "a b c" -> a, b, c + + Mail::Message::ToHTML + umask escaping like splx(): + mask = umask(); + umask( ...) ; # set up umask here + do something ... + uamsk($mask); + + FML::Process::Utils + ensure umask escape in _mkpath_*() + + FML::Command::Admin::newml + handle both public and private directories in initialization phase. + create variables: + $newml_command_init_public_dirs $newml_command_init_private_dirs + + changed newml codes to use them. + 2002/10/28 FML::Header::Subject @@ -3491,4 +3538,4 @@ このファイルを創設する:) -$FML: CHANGES.txt,v 1.106 2002/10/26 13:37:57 fukachan Exp $ +$FML: CHANGES.txt,v 1.107 2002/10/28 15:53:45 fukachan Exp $ |
