diff options
author | Papoteur <papoteur@mageialinux-online.org> | 2016-02-16 22:29:42 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageialinux-online.org> | 2016-02-16 22:29:42 +0100 |
commit | 0d99ca5e68548674fd61860bea7b8f7d6b2d420e (patch) | |
tree | 524cd8a912f0e501060d6206f5d7ef7fe1cbfd00 | |
parent | 9c20ac10444b3d27baf464cb27ced23876b201b4 (diff) | |
download | mgarepo-0d99ca5e68548674fd61860bea7b8f7d6b2d420e.tar mgarepo-0d99ca5e68548674fd61860bea7b8f7d6b2d420e.tar.gz mgarepo-0d99ca5e68548674fd61860bea7b8f7d6b2d420e.tar.bz2 mgarepo-0d99ca5e68548674fd61860bea7b8f7d6b2d420e.tar.xz mgarepo-0d99ca5e68548674fd61860bea7b8f7d6b2d420e.zip |
tag for 1.11.7 release1.11.7
-rw-r--r-- | CHANGES | 6 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | mgarepo | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +* 1.11.7 +- correct a crash in rpmlog command when smthg is not submitted +- replace ldap import with ldap3 for python3 +- add obsolete command with -m option to move package from cauldron to obsolete +- update man page and help + * 1.11.6 - add -s option for log command to get releases log (enhancement mga#12948) @@ -1,5 +1,5 @@ PACKAGE = mgarepo -VERSION = 1.11.6 +VERSION = 1.11.7 .PHONY: all $(DIRS) clean clean: @@ -4,7 +4,7 @@ from MgaRepo.command import * import getopt import sys -VERSION="1.11.6" +VERSION="1.11.7" HELP = """\ Usage: mgarepo COMMAND [COMMAND ARGUMENTS] |