diff options
author | Papoteur <papoteur@mageialinux-online.org> | 2016-02-16 22:45:39 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageialinux-online.org> | 2016-02-16 22:45:39 +0100 |
commit | 21bc41689ab669d39f3454578ffe6e11f2e88046 (patch) | |
tree | a0eddec68a04aae2bdf0612e2645fefa432cc60b | |
parent | 03297bc740940834fbc354278ec2802c44d794ee (diff) | |
download | mgarepo-21bc41689ab669d39f3454578ffe6e11f2e88046.tar mgarepo-21bc41689ab669d39f3454578ffe6e11f2e88046.tar.gz mgarepo-21bc41689ab669d39f3454578ffe6e11f2e88046.tar.bz2 mgarepo-21bc41689ab669d39f3454578ffe6e11f2e88046.tar.xz mgarepo-21bc41689ab669d39f3454578ffe6e11f2e88046.zip |
tag for 1.11.8 release1.11.8
-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.8 +- delete debug command in svn.py + * 1.11.7 - correct a crash in rpmlog command when smthg is not submitted - replace ldap import with ldap3 for python3 @@ -1,5 +1,5 @@ PACKAGE = mgarepo -VERSION = 1.11.7 +VERSION = 1.11.8 .PHONY: all $(DIRS) clean clean: @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.11.7" +VERSION="1.11.8" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] |