diff options
author | Bogdano Arendartchuk <bogdano@mandriva.org> | 2008-11-11 16:48:46 +0000 |
---|---|---|
committer | Bogdano Arendartchuk <bogdano@mandriva.org> | 2008-11-11 16:48:46 +0000 |
commit | bc9f60a727164caf513746b5fc04f999c968f799 (patch) | |
tree | 2c1c1d6e66e065d30c60079c311437f28ccb5157 | |
parent | f49336398f7cd227b11a873954bf89967c84502a (diff) | |
download | mgarepo-bc9f60a727164caf513746b5fc04f999c968f799.tar mgarepo-bc9f60a727164caf513746b5fc04f999c968f799.tar.gz mgarepo-bc9f60a727164caf513746b5fc04f999c968f799.tar.bz2 mgarepo-bc9f60a727164caf513746b5fc04f999c968f799.tar.xz mgarepo-bc9f60a727164caf513746b5fc04f999c968f799.zip |
Call this version 1.7, too many changes for a minorminor releaseV1_7topic/V1_6_X
-rw-r--r-- | CHANGES | 2 | ||||
-rwxr-xr-x | repsys | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -* 1.6.90 +* 1.7 - dropped all authenticated access support: subversion authentication has been broken for a long time and the workarounds weren't decent. It will be back in 1.7.x. @@ -4,7 +4,7 @@ from RepSys.command import * import getopt import sys -VERSION="1.6.90" +VERSION="1.7" HELP = """\ Usage: repsys COMMAND [COMMAND ARGUMENTS] |