aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES6
-rw-r--r--Makefile2
-rwxr-xr-xmgarepo2
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 4ba2c8e..5c98cf9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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)
diff --git a/Makefile b/Makefile
index 71bbd05..ed9913b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = mgarepo
-VERSION = 1.11.6
+VERSION = 1.11.7
.PHONY: all $(DIRS) clean
clean:
diff --git a/mgarepo b/mgarepo
index e0b1733..4f27d32 100755
--- a/mgarepo
+++ b/mgarepo
@@ -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]