From 407292d4e8af2c9be69488e3b353b3d90ed29736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 30 Nov 2015 22:59:54 +0100 Subject: Version 1.11.2 --- CHANGES | 5 +++++ Makefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 4df708b..0d77ddd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +* 1.12.2 +- Revert changes to command exec method in util.py, + they broke file upload with binrepo. +- Print the commands to stdout in verbose mode. + * 1.11.1 - Correction for encoded messages - Clean code diff --git a/Makefile b/Makefile index 97d4394..cd9e432 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = mgarepo -VERSION = 1.11.1 +VERSION = 1.11.2 .PHONY: all $(DIRS) clean clean: -- cgit v1.2.1