aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES7
-rw-r--r--Makefile2
-rwxr-xr-xmgarepo2
3 files changed, 9 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 9151ab1..7dd1ff6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+* 1.11.10
+- Restablish an output after some svn commands
+- move a command svn from log.py to util.py
+- complete bash-completion with obsolete command
+- correct the help message in obsolete command
+- add an example in man page for obsolete command
+
* 1.11.9
- suppress distro option in obsolete command and adapt help according to.
diff --git a/Makefile b/Makefile
index 220b926..7709b4d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = mgarepo
-VERSION = 1.11.9
+VERSION = 1.11.10
.PHONY: all $(DIRS) clean
clean:
diff --git a/mgarepo b/mgarepo
index 683461e..e2d6f77 100755
--- a/mgarepo
+++ b/mgarepo
@@ -4,7 +4,7 @@ from MgaRepo.command import *
import getopt
import sys
-VERSION="1.11.9"
+VERSION="1.11.10"
HELP = """\
Usage: mgarepo COMMAND [COMMAND ARGUMENTS]