aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES4
-rwxr-xr-xrepsys2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 7b17ed6..21c52fd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+* 1.6.17.1
+- fixed incompatibility of __import__ between Python 2.4 and 2.5
+- fixed plugin initialization and --help-plugins handling order
+
* 1.6.17
- brought from mdvsys world the sync command
- ldapusers: the configuration format has changed, now it uses python
diff --git a/repsys b/repsys
index 8180bfe..fd4965c 100755
--- a/repsys
+++ b/repsys
@@ -4,7 +4,7 @@ from RepSys.command import *
import getopt
import sys
-VERSION="1.6.17"
+VERSION="1.6.17.1"
HELP = """\
Usage: repsys COMMAND [COMMAND ARGUMENTS]