diff options
-rw-r--r-- | CHANGES | 8 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | mgarepo | 2 |
3 files changed, 10 insertions, 2 deletions
@@ -1,4 +1,12 @@ +* 1.14.3 +- maintdb.py: Fix error message +- Support -r in the up command (mga#3913) +- Fix some typos & bad URLs +- Fix some mandoc lint errors in the man page +- sync --dry-run wins if -d is also given +- Add sync --upload (mga#2868) + * 1.14.2 - Add command editlog in help, man page and bash completion @@ -1,5 +1,5 @@ PACKAGE = mgarepo -VERSION = 1.14.2 +VERSION = 1.14.3 .PHONY: all $(DIRS) clean clean: @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.14.2" +VERSION="1.14.3" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] |