diff options
-rw-r--r-- | CHANGES | 4 | ||||
-rwxr-xr-x | mgarepo | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +* 1.10.5 +- Added README.BINREPO and youridb.sql to Python manifest +- Don't block waiting for stderr when displaying subprocess output (#952) + * 1.10.4 - Add completion/mgarepo with bash-completion @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.10.4" +VERSION="1.10.5" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] |