aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2016-03-25 22:13:13 +0100
committerPapoteur <papoteur@mageialinux-online.org>2016-03-25 22:13:13 +0100
commit9d8d2bc03257a39bc5ddf6bec848431b4e538662 (patch)
treeb1608f0c1046197e311befea3b727fd2efdc9b30
parentddf79169973aa14d7ba96deadcf39edd51475363 (diff)
downloadmgarepo-9d8d2bc03257a39bc5ddf6bec848431b4e538662.tar
mgarepo-9d8d2bc03257a39bc5ddf6bec848431b4e538662.tar.gz
mgarepo-9d8d2bc03257a39bc5ddf6bec848431b4e538662.tar.bz2
mgarepo-9d8d2bc03257a39bc5ddf6bec848431b4e538662.tar.xz
mgarepo-9d8d2bc03257a39bc5ddf6bec848431b4e538662.zip
prepare 1.12.1 release1.12.1
-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 3341466..290652d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+* 1.12.1
+- prefix the command svn log without LC_ALL=C (mga#73)
+
* 1.12.0
- revert the prefix suppression for local language, it causes pb with import command
diff --git a/Makefile b/Makefile
index dfdc063..e54cd6f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = mgarepo
-VERSION = 1.12.0
+VERSION = 1.12.1
.PHONY: all $(DIRS) clean
clean:
diff --git a/mgarepo b/mgarepo
index 6bb294d..be20f81 100755
--- a/mgarepo
+++ b/mgarepo
@@ -4,7 +4,7 @@ from MgaRepo.command import *
import getopt
import sys
-VERSION="1.12.0"
+VERSION="1.12.1"
HELP = """\
Usage: mgarepo COMMAND [COMMAND ARGUMENTS]