aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Shevchenko <andy@smile.org.ua>2008-11-12 20:47:42 +0000
committerAndy Shevchenko <andy@smile.org.ua>2008-11-12 20:47:42 +0000
commit393eb26903076b3d69f78d63978750300ec342e1 (patch)
tree2f33ad1ef9c5f9951be5e21522ad2a0836ecc3a9
parent9b5a97fd341557c3e8934a403aecb93b94f0a2a3 (diff)
downloadrenrot-393eb26903076b3d69f78d63978750300ec342e1.tar.gz
renrot-393eb26903076b3d69f78d63978750300ec342e1.tar.bz2
Release 1.1.0.
git-svn-id: file:///svnroot/renrot/trunk@587 fe2816f4-e837-0410-b10a-f608c9d244a1
-rw-r--r--NEWS8
-rwxr-xr-xrenrot2
-rw-r--r--renrot.spec2
3 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 15805c4..af476e0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+* 1.1.0 *
+
+The current post release contains two small fixes. One of them is for a
+documentation formatting. Hence a manual page looks better and more
+understandable. Another fix is addressed to the configuration file parser. So,
+a speed of parsing is increased a little bit.
+
+
* 1.1 *
The dying is less informative now, when verbosity level set to zero. All
diff --git a/renrot b/renrot
index eecc9e3..437cb40 100755
--- a/renrot
+++ b/renrot
@@ -30,7 +30,7 @@ my $mem_trouble_stub = " "x4_000_000; undef $mem_trouble_stub;
# Versioning
my @svnrevision = split(/ /, '$Revision$');
-our $VERSION = '1.1'; # the version of this script
+our $VERSION = '1.1.0'; # the version of this script
our $REVISION = $svnrevision[1]; # revision
my $maxVerbosity = 4; # our max verbosity level (internal)
diff --git a/renrot.spec b/renrot.spec
index 26a6562..a25b246 100644
--- a/renrot.spec
+++ b/renrot.spec
@@ -2,7 +2,7 @@
%define dotrc %{nil}
Name: renrot
-Version: 1.1
+Version: 1.1.0
Release: 1%{?dotrc}%{?dist}
License: Artistic 2.0
Group: Applications/Multimedia

Return to:

Send suggestions and report system problems to the System administrator.