aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Shevchenko <andy@smile.org.ua>2006-08-19 10:59:19 +0000
committerAndy Shevchenko <andy@smile.org.ua>2006-08-19 10:59:19 +0000
commit1fef77d26e7077749e7e99ee9d9c6788adb754d8 (patch)
tree2a556b4f0f4e27f8cc63b179ad9fa172c714e1c4
parentb22a6adc5a4b5adb5b6372675d417864d3c2351b (diff)
downloadrenrot-1fef77d26e7077749e7e99ee9d9c6788adb754d8.tar.gz
renrot-1fef77d26e7077749e7e99ee9d9c6788adb754d8.tar.bz2
Release as 0.23.
git-svn-id: file:///svnroot/renrot/branches/RENROT_STABLE@246 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, 17 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 1536521..2e53605 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
$Log$
+Revision 1.148.2.3 2006/08/19 10:59:19 andy
+Release as 0.23.
+
Revision 1.148.2.2 2006/08/19 10:44:59 andy
Now Win32 platform is considered in parseConfig(), the variable USERPROFILE instead of HOME.
Add IPC support for rotating thumbnails.
@@ -602,4 +605,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 a99902d..077d7d9 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.22
+version: 0.23
version_from: renrot
installdirs: site
requires:
diff --git a/NEWS b/NEWS
index 20abdd7..b34b557 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+* 0.23 *
+
+The additional template sequences %C, %O, and %o had been added. They are
+represented the original filename counter, base part and full copy of the
+original filename respectively. A new tag RenRotFileNameOriginal is writing
+after first pass by renrot. On a Win32 platform the home path is taken from
+the environment variable USERPROFILE instead of HOME. The IPC support for
+rotating thumbnails has been added. The output messages of the usage function
+had been reformatted.
+
+
* 0.22 *
A new option --no-tags has been added. Use it when you don't want to write
diff --git a/renrot b/renrot
index 6a8611d..f489fcb 100755
--- a/renrot
+++ b/renrot
@@ -12,7 +12,7 @@ use Time::Local;
use Image::ExifTool;
use Getopt::Long;
-our $VERSION = "0.22"; # the version of this script
+our $VERSION = "0.23"; # the version of this script
my $maxVerbosity = 4; # our max verbosity level (internal)
########################################################################################
diff --git a/renrot.spec b/renrot.spec
index 16a51c2..21bd704 100644
--- a/renrot.spec
+++ b/renrot.spec
@@ -1,5 +1,5 @@
Name: renrot
-Version: 0.22
+Version: 0.23
Release: 1%{?dist}
License: GPL or Artistic
Group: Applications/Multimedia

Return to:

Send suggestions and report system problems to the System administrator.