Document the check-man change
authorGuido Trotter <ultrotter@google.com>
Wed, 2 Jun 2010 16:35:33 +0000 (17:35 +0100)
committerGuido Trotter <ultrotter@google.com>
Wed, 2 Jun 2010 17:39:37 +0000 (18:39 +0100)
Since this affects developers' systems, document it in NEWS and
devnotes.rst

Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>

NEWS
doc/devnotes.rst

diff --git a/NEWS b/NEWS
index c761fbb..da24a42 100644 (file)
--- 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
index 1f50309..0aa9898 100644 (file)
@@ -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.