diff options
author | doktor5000 <doktor5000@mageia.org> | 2015-12-23 22:59:52 +0100 |
---|---|---|
committer | doktor5000 <doktor5000@mageia.org> | 2015-12-23 22:59:52 +0100 |
commit | 23f4f4e3272e7a7026545c084de0ed140368f3bd (patch) | |
tree | f5e23f1518fc7a9cceb3f0354c0ff347a0fe084c | |
parent | 82844dbd73543888c7e30389481c3074c1bd6c54 (diff) | |
download | mgarepo-23f4f4e3272e7a7026545c084de0ed140368f3bd.tar mgarepo-23f4f4e3272e7a7026545c084de0ed140368f3bd.tar.gz mgarepo-23f4f4e3272e7a7026545c084de0ed140368f3bd.tar.bz2 mgarepo-23f4f4e3272e7a7026545c084de0ed140368f3bd.tar.xz mgarepo-23f4f4e3272e7a7026545c084de0ed140368f3bd.zip |
- bump version to 1.11.61.11.6
-rw-r--r-- | CHANGES | 3 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | mgarepo | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,6 @@ +* 1.11.6 +- add -s option for log command to get releases log (enhancement mga#12948) + * 1.11.5 - add another test to avoid exception while copying files from tmp/SOURCES (fix mga#17365) @@ -1,5 +1,5 @@ PACKAGE = mgarepo -VERSION = 1.11.5 +VERSION = 1.11.6 .PHONY: all $(DIRS) clean clean: @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.11.5" +VERSION="1.11.6" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] |