aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES3
-rwxr-xr-xrepsys2
-rw-r--r--repsys.spec2
3 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index b168b4c..aa9e004 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+* 1.6.2a
+- moved revision-offset to [log] section and added a comment
+
* 1.6.2
- reimplemented the option -n for rpmlog, which now uses the svn option
--limit.
diff --git a/repsys b/repsys
index 553b082..22770ed 100755
--- a/repsys
+++ b/repsys
@@ -4,7 +4,7 @@ from RepSys.command import *
import getopt
import sys
-VERSION="1.6.2"
+VERSION="1.6.2a"
HELP = """\
Usage: repsys COMMAND [COMMAND ARGUMENTS]
diff --git a/repsys.spec b/repsys.spec
index fda8621..6942f0b 100644
--- a/repsys.spec
+++ b/repsys.spec
@@ -1,5 +1,5 @@
Name: repsys
-Version: 1.6.2
+Version: 1.6.2a
Release: 1mdk
Summary: Tools for Mandriva Linux repository access and management
Group: Development/Other