aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Shevchenko <andy@smile.org.ua>2006-06-08 06:49:48 +0000
committerAndy Shevchenko <andy@smile.org.ua>2006-06-08 06:49:48 +0000
commitda65257868c0eead851e3a32ee5f955634a46f73 (patch)
tree7d44ccdd26164b8fda7cc84424bc92b17d32e650
parentc7ec2769c3a564ec20aa8dce88090f00c6e33542 (diff)
downloadrenrot-da65257868c0eead851e3a32ee5f955634a46f73.tar.gz
renrot-da65257868c0eead851e3a32ee5f955634a46f73.tar.bz2
Release as 0.21rc2.
git-svn-id: file:///svnroot/renrot/trunk@189 fe2816f4-e837-0410-b10a-f608c9d244a1
-rw-r--r--ChangeLog4
-rw-r--r--NEWS12
-rwxr-xr-xrenrot1
3 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e38d64..d26a9c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
$Log$
+Revision 1.125 2006/06/08 06:49:48 andy
+Release as 0.21rc2.
+
Revision 1.124 2006/06/08 06:14:54 andy
Implement include configuration directive.
Split configuration file to main and tags.
@@ -505,3 +508,4 @@ Id keyword is added to renrot file.
Revision 1.1 2005/10/17 13:39:38 zeus
ChangeLog file is added. Its the very begining.
+
diff --git a/NEWS b/NEWS
index 7410a8b..717d101 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+* 0.21rc2 *
+
+The include directive for configuration file has been added. The configuration
+file is splited to the main part and tags definitions. A new configuration
+files are relocated to the its own direcory on a filesystem. The configuration
+keywords was expanded (a new TagFile directive was added). And the "comment
+file" configuration variable are deprecated now. The two issues in tag parser
+was fixed. The virtualization of an aggregation has been implemented. The
+documentation has been expanded according to last changes. The detailed
+description of the TAGS section was written.
+
+
* 0.21rc1 *
A new tag parser and option style are represented in this version (the old
diff --git a/renrot b/renrot
index b5e0c29..2b21f30 100755
--- a/renrot
+++ b/renrot
@@ -463,6 +463,7 @@ sub parseConfig {
"/usr/local/etc/renrot/renrot.rc",
"/usr/local/etc/renrot/renrot.conf",
$ENV{"HOME"} . "/" . ".renrotrc",
+ $ENV{"HOME"} . "/" . ".renrot/renrot.conf",
);
@rcFiles = ($file) if (defined $file);

Return to:

Send suggestions and report system problems to the System administrator.