aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoktor5000 <doktor5000@mageia.org>2015-12-23 22:59:52 +0100
committerdoktor5000 <doktor5000@mageia.org>2015-12-23 22:59:52 +0100
commit23f4f4e3272e7a7026545c084de0ed140368f3bd (patch)
treef5e23f1518fc7a9cceb3f0354c0ff347a0fe084c
parent82844dbd73543888c7e30389481c3074c1bd6c54 (diff)
downloadmgarepo-1.11.6.tar
mgarepo-1.11.6.tar.gz
mgarepo-1.11.6.tar.bz2
mgarepo-1.11.6.tar.xz
mgarepo-1.11.6.zip
- bump version to 1.11.61.11.6
-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]