Since this affects developers' systems, document it in NEWS and devnotes.rst
Signed-off-by: Guido Trotter <[email protected]> --- NEWS | 2 ++ doc/devnotes.rst | 1 + 2 files changed, 3 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index f19bff3..e2c4841 100644 --- a/NEWS +++ b/NEWS @@ -60,6 +60,8 @@ such. Among others: - Fix a race condition in live migrating a KVM instance, when stat() on the old proc status file returned EINVAL, which is an unexpected value. + - Fixed manpage checking with newer man and utf-8 charachters. But now + you need the en_US.UTF-8 locale enabled to build Ganeti from git. Version 2.1.2.1 diff --git a/doc/devnotes.rst b/doc/devnotes.rst index 1f50309..0aa9898 100644 --- a/doc/devnotes.rst +++ b/doc/devnotes.rst @@ -14,6 +14,7 @@ Most dependencies from :doc:`install-quick`, plus: - `python-sphinx <http://sphinx.pocoo.org/>`_ (tested with version 0.6.1) - `graphviz <http://www.graphviz.org/>`_ +- the `en_US.UTF-8` locale must be enabled on the system To generate unittest coverage reports (``make coverage``), `coverage <http://pypi.python.org/pypi/coverage>`_ needs to be installed. -- 1.7.1
