aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Shevchenko <andy@smile.org.ua>2006-10-06 12:14:51 +0000
committerAndy Shevchenko <andy@smile.org.ua>2006-10-06 12:14:51 +0000
commita5ea26e5d92b81682600d72e42a85af136024594 (patch)
tree31fb774345205eb7fe0085ac504ea1760a16ef69
parent03cc05032e79823648523bdd434d4f1b3d86a41b (diff)
downloadrenrot-a5ea26e5d92b81682600d72e42a85af136024594.tar.gz
renrot-a5ea26e5d92b81682600d72e42a85af136024594.tar.bz2
Release as 0.25
git-svn-id: file:///svnroot/renrot/branches/RENROT_STABLE@269 fe2816f4-e837-0410-b10a-f608c9d244a1
-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,7 +1,10 @@
$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).
Processing message look tunned, now it shows '(m of n)' file processed.
Fix tag target in the Makefile.
Possible fix bug with clearing EXIFs when --no-backup is given
@@ -621,6 +624,7 @@ files, renrot wasn't removing temporaty copy.
Revision 1.2 2005/10/17 21:34:52 zeus
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,10 +1,10 @@
# 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:
Getopt::Long: 2.34
Image::ExifTool: 5.72
diff --git a/NEWS b/NEWS
index 67b36cd..1bc429c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,17 @@
+* 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
--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.
diff --git a/renrot b/renrot
index dab4ccc..668269b 100755
--- a/renrot
+++ b/renrot
@@ -14,13 +14,13 @@ use Getopt::Long;
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)
########################################################################################
#
# The global definition for a new XMP namespace. The
# %Image::ExifTool::UserDefined::RenRot defines XMP-RenRot tags which could be
diff --git a/renrot.spec b/renrot.spec
index 5ae09c4..febadac 100644
--- a/renrot.spec
+++ b/renrot.spec
@@ -1,8 +1,8 @@
Name: renrot
-Version: 0.24
+Version: 0.25
Release: 1%{?dist}
License: GPL or Artistic
Group: Applications/Multimedia
Summary: A program to rename and rotate files according to EXIF tags
URL: http://freshmeat.net/projects/renrot/
Source0: ftp://ftp.dn.farlep.net/pub/misc/renrot/%{name}-%{version}.tar.gz

Return to:

Send suggestions and report system problems to the System administrator.