diff options
| author | Mystery Man <unknown@mandriva.org> | 2002-09-12 16:27:50 +0000 |
|---|---|---|
| committer | Mystery Man <unknown@mandriva.org> | 2002-09-12 16:27:50 +0000 |
| commit | 72c601a253551747621693a5896df095e6a344aa (patch) | |
| tree | 01d9e6856eede4757785f0daff4df9923d0ff97e /docs | |
| parent | 4c32fa0682b1703defb3b1e1a19643a263f2848e (diff) | |
| download | drakx-1_1_9_46mdk.tar drakx-1_1_9_46mdk.tar.gz index 0bd7eee..8782354 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,10 @@ +* 1.13.2 +- Corrections for 'putsrpm' command +- Fix rpm command for unpacking source RPMs +- Fix typo in CHANGES + * 1.13.1 -- auomatically fallback to non-ssh (ie. svn:// rather than svn+ssh://) when +- automatically fallback to non-ssh (ie. svn:// rather than svn+ssh://) when authentication fails - move detectVCS() to separate module to prevent import order - fix 'mgarepo sync -d' for git-svn repos @@ -1,5 +1,5 @@ PACKAGE = mgarepo -VERSION = 1.13.1 +VERSION = 1.13.2 .PHONY: all $(DIRS) clean clean: @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.13.1" +VERSION="1.13.2" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] | |
