aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES3
-rw-r--r--Makefile2
-rwxr-xr-xmgarepo2
3 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index eea90d3..4ba2c8e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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)
diff --git a/Makefile b/Makefile
index c754490..71bbd05 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = mgarepo
-VERSION = 1.11.5
+VERSION = 1.11.6
.PHONY: all $(DIRS) clean
clean:
diff --git a/mgarepo b/mgarepo
index 34e5640..20cd01b 100755
--- a/mgarepo
+++ b/mgarepo
@@ -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]