diff options
author | Dan Fandrich <danf@mageia.org> | 2013-07-04 06:17:55 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-12-14 17:31:31 +0000 |
commit | 487123b27742a74ddfba8b3d69df2436513ae0df (patch) | |
tree | 82a30538b2a31c600b2f26becd0295afc0ac8390 | |
parent | 4e9b9b3db00d9fb33c5f0cc9e436bad75601f65b (diff) | |
download | mgarepo-487123b27742a74ddfba8b3d69df2436513ae0df.tar mgarepo-487123b27742a74ddfba8b3d69df2436513ae0df.tar.gz mgarepo-487123b27742a74ddfba8b3d69df2436513ae0df.tar.bz2 mgarepo-487123b27742a74ddfba8b3d69df2436513ae0df.tar.xz mgarepo-487123b27742a74ddfba8b3d69df2436513ae0df.zip |
Version 1.10.51.10.5
-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] |