diff options
-rw-r--r-- | CHANGES | 7 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | mgarepo | 2 |
3 files changed, 8 insertions, 3 deletions
@@ -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] |