aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Shevchenko <andy@smile.org.ua>2006-09-02 19:03:17 +0000
committerAndy Shevchenko <andy@smile.org.ua>2006-09-02 19:03:17 +0000
commit32b6758f8688e0aea2210eb335bd9be6c8c79ff8 (patch)
tree814eb65940e2ffe01d2b67fd8d5b0f626df3e069
parentd47ef491bc21b75f0b55bb190945929001f95cfd (diff)
downloadrenrot-32b6758f8688e0aea2210eb335bd9be6c8c79ff8.tar.gz
renrot-32b6758f8688e0aea2210eb335bd9be6c8c79ff8.tar.bz2
Release as 0.24.
git-svn-id: file:///svnroot/renrot/branches/RENROT_STABLE@255 fe2816f4-e837-0410-b10a-f608c9d244a1
-rw-r--r--ChangeLog4
-rw-r--r--MANIFEST1
-rw-r--r--META.yml2
-rw-r--r--NEWS7
-rwxr-xr-xrenrot2
-rw-r--r--renrot.spec2
6 files changed, 15 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 7343c30..1c46ef5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
$Log$
+Revision 1.148.2.6 2006/09/02 19:03:17 andy
+Release as 0.24.
+
Revision 1.148.2.5 2006/09/02 18:53:16 andy
Optimize hash parser.
Spelling fix.
@@ -614,3 +617,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/MANIFEST b/MANIFEST
index 098d2ce..2b4841f 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -10,6 +10,7 @@ README.Windows Installation instructions for windows u
renrot RenRot script
renrot.spec RPM spec file
TODO
+etc/colors.conf Colorization scheme
etc/copyright.tag Text to put to Copyright tag
etc/renrot.conf Sample of configuration file
etc/tags.conf Strings to fill appropriate tags
diff --git a/META.yml b/META.yml
index 077d7d9..6e35a85 100644
--- a/META.yml
+++ b/META.yml
@@ -1,7 +1,7 @@
# http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: renrot
-version: 0.23
+version: 0.24
version_from: renrot
installdirs: site
requires:
diff --git a/NEWS b/NEWS
index 7b11f78..67b36cd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+* 0.24 *
+
+The colorization for output has been implemented. The options --use-color and
+--color were added. A new configuration file with a user's color scheme called
+colors.conf would be placed in the /etc/renrot or in a similar directory.
+
+
* 0.23 *
The additional template sequences %C, %O, and %o had been added. They
diff --git a/renrot b/renrot
index 83416a4..67f12f8 100755
--- a/renrot
+++ b/renrot
@@ -17,7 +17,7 @@ use Term::ANSIColor;
$Term::ANSIColor::AUTORESET = 1;
$Term::ANSIColor::EACHLINE = "\n";
-our $VERSION = "0.23"; # the version of this script
+our $VERSION = "0.24"; # the version of this script
my $maxVerbosity = 4; # our max verbosity level (internal)
########################################################################################
diff --git a/renrot.spec b/renrot.spec
index 15fd04e..5ae09c4 100644
--- a/renrot.spec
+++ b/renrot.spec
@@ -1,5 +1,5 @@
Name: renrot
-Version: 0.23
+Version: 0.24
Release: 1%{?dist}
License: GPL or Artistic
Group: Applications/Multimedia

Return to:

Send suggestions and report system problems to the System administrator.