diff options
-rw-r--r-- | CHANGES | 5 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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 @@ -1,5 +1,5 @@ PACKAGE = mgarepo -VERSION = 1.11.1 +VERSION = 1.11.2 .PHONY: all $(DIRS) clean clean: |