aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Shevchenko <andy@smile.org.ua>2006-07-16 16:59:44 +0000
committerAndy Shevchenko <andy@smile.org.ua>2006-07-16 16:59:44 +0000
commitdf21376ebfd839b2cd17819a5b94120f64f3350b (patch)
tree609642912d9a133ddfa436a3a2bcdf5bd6957b59
parentb8679b5897a662372cbd909089369f70891d8fd4 (diff)
downloadrenrot-df21376ebfd839b2cd17819a5b94120f64f3350b.tar.gz
renrot-df21376ebfd839b2cd17819a5b94120f64f3350b.tar.bz2
Release as 0.22.
git-svn-id: file:///svnroot/renrot/trunk@226 fe2816f4-e837-0410-b10a-f608c9d244a1
-rw-r--r--ChangeLog4
-rw-r--r--META.yml2
-rw-r--r--NEWS22
-rwxr-xr-xrenrot2
-rw-r--r--renrot.spec2
5 files changed, 22 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ca3895..b7d75b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
$Log$
+Revision 1.148 2006/07/16 16:59:44 andy
+Release as 0.22.
+
Revision 1.147 2006/07/16 10:02:12 andy
Remove fatal case when keywords file isn't exist.
Fix return value in the getFileDataLines() and keywordizer().
@@ -589,4 +592,3 @@ 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 d9be513..a99902d 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.21.1
+version: 0.22
version_from: renrot
installdirs: site
requires:
diff --git a/NEWS b/NEWS
index e9dd47f..fa16ff5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,21 @@
+* 0.22 *
+
+A new option --no-tags has been added. Use it when you don't want to write
+EXIF tags. The 'no'-prefixed aliases to the 'no-' options were added:
+--norename, --norotate, and --notags. The main functionality has been expanded
+with keywordizer procedure. See the applied manual to get details of usaging
+it.
+
+
* 0.21.1 *
-The new template parameters %n and %e had been injected (they are represented
-the original name and the extension of the given file respectively). A new
-option --backup has been added (use --no-backup if you won't backup the
-original files before rotating). Additionally, the online (-h) documentation
-has been reduced to approach 80 symbols wide. the bug with counter in has been
-fixed.
+The new template parameters %n and %e have been added, representing the
+original name and the extension of the given file, respectively. A new
+--backup option has been added, and --no-backup should be used if you don't
+want to backup the original files before rotating. Additionally, the online
+(-h) documentation has been reduced to approach 80 characters wide. The bug
+with counter in has been fixed.
+
* 0.21 *
diff --git a/renrot b/renrot
index d1e0473..0a2c428 100755
--- a/renrot
+++ b/renrot
@@ -11,7 +11,7 @@ use Time::Local;
use Image::ExifTool;
use Getopt::Long;
-our $VERSION = "0.21.1"; # the version of this script
+our $VERSION = "0.22"; # the version of this script
my $maxVerbosity = 4; # our max verbosity level (internal)
########################################################################################
diff --git a/renrot.spec b/renrot.spec
index 94be10a..16a51c2 100644
--- a/renrot.spec
+++ b/renrot.spec
@@ -1,5 +1,5 @@
Name: renrot
-Version: 0.21.1
+Version: 0.22
Release: 1%{?dist}
License: GPL or Artistic
Group: Applications/Multimedia

Return to:

Send suggestions and report system problems to the System administrator.