summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-03-11 16:14:23 +0000
committerfukachan <fukachan>2003-03-11 16:14:23 +0000
commit60144fd28feb62c6cc78f1e8cf01822ada75e4b3 (patch)
tree4f03f81d69fd4176140e8d70408d66eb69679b5e
parent1e355025348d771f937f2714ac75d5a8f07a3db9 (diff)
downloadfml8-60144fd28feb62c6cc78f1e8cf01822ada75e4b3.tar.gz
fml8-60144fd28feb62c6cc78f1e8cf01822ada75e4b3.tar.bz2
fml8-60144fd28feb62c6cc78f1e8cf01822ada75e4b3.zip
load default main.cf and main.cf in $config_dir
-rw-r--r--CHANGES.txt24
1 files changed, 23 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 80baa37f..e96f0747 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,28 @@
CHANGES
Last Modified: $Date$
+2003/03/11
+
+ FML::Sys::Alias
+ basic functions to deal with aliases file
+
+ FML::Process::Switch
+ FML::Config::Tiny
+ main.cf のデフォルト(バージョン依存)と /etc/fml/main.cf を
+ マージして評価する。そうしないと新変数が未定義になるなど
+ 不都合がいろいろ出てくる。
+
+ we use FML::Config::Tiny, which just reads and parses the file.
+ It is a tiny version of FML::Config module.
+
+ /etc/fml/
+ install main.cf at $default_config_dir/
+
+2003/03/09
+
+ Mail::ThreadTrack::Print::HTML
+ $action = $curproc->safe_cgi_action_name()
+
2003/03/06
variables
@@ -4461,4 +4483,4 @@
このファイルを創設する:)
-$FML: CHANGES.txt,v 1.133 2003/03/05 15:24:22 fukachan Exp $
+$FML: CHANGES.txt,v 1.134 2003/03/06 14:35:30 fukachan Exp $