diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2015-11-30 22:59:54 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2015-11-30 22:59:54 +0100 |
commit | 407292d4e8af2c9be69488e3b353b3d90ed29736 (patch) | |
tree | cbea91dd51880f2be990e23f093a8a407331a1b2 | |
parent | 02497158514ea0f6a8ebd509ea3f09a2767fc2d1 (diff) | |
download | mgarepo-1.11.2.tar mgarepo-1.11.2.tar.gz mgarepo-1.11.2.tar.bz2 mgarepo-1.11.2.tar.xz mgarepo-1.11.2.zip |
Version 1.11.21.11.2
-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: |