aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2016-02-19 20:47:54 +0100
committerPapoteur <papoteur@mageialinux-online.org>2016-02-19 20:47:54 +0100
commit469b41d1ad6099ddf9e1b329356b45b2784d2db3 (patch)
tree138caffd6e912574a688761853189089652e38ec
parentca57c5f00c15da4d1019418042e6404c16450ece (diff)
downloadmgarepo-469b41d1ad6099ddf9e1b329356b45b2784d2db3.tar
mgarepo-469b41d1ad6099ddf9e1b329356b45b2784d2db3.tar.gz
mgarepo-469b41d1ad6099ddf9e1b329356b45b2784d2db3.tar.bz2
mgarepo-469b41d1ad6099ddf9e1b329356b45b2784d2db3.tar.xz
mgarepo-469b41d1ad6099ddf9e1b329356b45b2784d2db3.zip
Tag for 1.11.91.11.9
-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 0d1f1c2..9151ab1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+* 1.11.9
+- suppress distro option in obsolete command and adapt help according to.
+
* 1.11.8
- delete debug command in svn.py
diff --git a/Makefile b/Makefile
index 7af8a2a..220b926 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = mgarepo
-VERSION = 1.11.8
+VERSION = 1.11.9
.PHONY: all $(DIRS) clean
clean:
diff --git a/mgarepo b/mgarepo
index 74aacf6..683461e 100755
--- a/mgarepo
+++ b/mgarepo
@@ -4,7 +4,7 @@ from MgaRepo.command import *
import getopt
import sys
-VERSION="1.11.8"
+VERSION="1.11.9"
HELP = """\
Usage: mgarepo COMMAND [COMMAND ARGUMENTS]