aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--META.yml2
-rw-r--r--NEWS11
-rwxr-xr-xrenrot2
-rw-r--r--renrot.spec2
5 files changed, 18 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f8cb281..4929176 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
$Log$
+Revision 1.148.2.8 2006/10/06 12:14:51 andy
+Release as 0.25
+
Revision 1.148.2.7 2006/10/06 11:54:08 andy
Move main() to the end of file. Refactoring: configOptions -> cfgOpts.
Remove --color. Add 'use color' to configuration file ("use color = Yes" is default).
@@ -624,3 +627,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/META.yml b/META.yml
index 6e35a85..8982566 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.24
+version: 0.25
version_from: renrot
installdirs: site
requires:
diff --git a/NEWS b/NEWS
index 67b36cd..1bc429c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+* 0.25 *
+
+The several bugs were fixed after the last release. The following text
+describes these fixes. The 'tag' target in the Makefile is worked properly
+now. Possibly the bug with clearing all EXIF tags (when --no-backup option is
+given) was fixed as well. The configuration parameter 'use color' has been
+added with the default value set to 'yes'. However, the --color option was
+dropped and should not used anyway. The processing message look is tunned: now
+it shows '(m of n)' file processed.
+
+
* 0.24 *
The colorization for output has been implemented. The options --use-color and
diff --git a/renrot b/renrot
index dab4ccc..668269b 100755
--- a/renrot
+++ b/renrot
@@ -17,7 +17,7 @@ use Term::ANSIColor;
$Term::ANSIColor::AUTORESET = 1;
$Term::ANSIColor::EACHLINE = "\n";
-our $VERSION = "0.24"; # the version of this script
+our $VERSION = "0.25"; # the version of this script
my $maxVerbosity = 4; # our max verbosity level (internal)
########################################################################################
diff --git a/renrot.spec b/renrot.spec
index 5ae09c4..febadac 100644
--- a/renrot.spec
+++ b/renrot.spec
@@ -1,5 +1,5 @@
Name: renrot
-Version: 0.24
+Version: 0.25
Release: 1%{?dist}
License: GPL or Artistic
Group: Applications/Multimedia

Return to:

Send suggestions and report system problems to the System administrator.