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 @@
1$Log$ 1$Log$
2Revision 1.148.2.6 2006/09/02 19:03:17 andy
3Release as 0.24.
4
2Revision 1.148.2.5 2006/09/02 18:53:16 andy 5Revision 1.148.2.5 2006/09/02 18:53:16 andy
3Optimize hash parser. 6Optimize hash parser.
4Spelling fix. 7Spelling fix.
@@ -614,3 +617,4 @@ Id keyword is added to renrot file.
614 617
615Revision 1.1 2005/10/17 13:39:38 zeus 618Revision 1.1 2005/10/17 13:39:38 zeus
616ChangeLog file is added. Its the very begining. 619ChangeLog file is added. Its the very begining.
620
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
10renrot RenRot script 10renrot RenRot script
11renrot.spec RPM spec file 11renrot.spec RPM spec file
12TODO 12TODO
13etc/colors.conf Colorization scheme
13etc/copyright.tag Text to put to Copyright tag 14etc/copyright.tag Text to put to Copyright tag
14etc/renrot.conf Sample of configuration file 15etc/renrot.conf Sample of configuration file
15etc/tags.conf Strings to fill appropriate tags 16etc/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 @@
1# http://module-build.sourceforge.net/META-spec.html 1# http://module-build.sourceforge.net/META-spec.html
2#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# 2#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
3name: renrot 3name: renrot
4version: 0.23 4version: 0.24
5version_from: renrot 5version_from: renrot
6installdirs: site 6installdirs: site
7requires: 7requires:
diff --git a/NEWS b/NEWS
index 7b11f78..67b36cd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
1* 0.24 *
2
3The colorization for output has been implemented. The options --use-color and
4--color were added. A new configuration file with a user's color scheme called
5colors.conf would be placed in the /etc/renrot or in a similar directory.
6
7
1* 0.23 * 8* 0.23 *
2 9
3The additional template sequences %C, %O, and %o had been added. They 10The 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;
17$Term::ANSIColor::AUTORESET = 1; 17$Term::ANSIColor::AUTORESET = 1;
18$Term::ANSIColor::EACHLINE = "\n"; 18$Term::ANSIColor::EACHLINE = "\n";
19 19
20our $VERSION = "0.23"; # the version of this script 20our $VERSION = "0.24"; # the version of this script
21my $maxVerbosity = 4; # our max verbosity level (internal) 21my $maxVerbosity = 4; # our max verbosity level (internal)
22 22
23######################################################################################## 23########################################################################################
diff --git a/renrot.spec b/renrot.spec
index 15fd04e..5ae09c4 100644
--- a/renrot.spec
+++ b/renrot.spec
@@ -1,5 +1,5 @@
1Name: renrot 1Name: renrot
2Version: 0.23 2Version: 0.24
3Release: 1%{?dist} 3Release: 1%{?dist}
4License: GPL or Artistic 4License: GPL or Artistic
5Group: Applications/Multimedia 5Group: Applications/Multimedia

Return to:

Send suggestions and report system problems to the System administrator.