From e7a704927aa06bb6823051e3675c3b8226033da3 Mon Sep 17 00:00:00 2001 From: Bogdano Arendartchuk Date: Wed, 9 May 2007 18:45:15 +0000 Subject: Updated CHANGES and version number. --- CHANGES | 4 ++++ repsys | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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] -- cgit v1.2.1