diff --git a/general.ent b/general.ent index 4dde74367c..b1a54973e6 100644 --- a/general.ent +++ b/general.ent @@ -1,12 +1,12 @@ - + - + diff --git a/general/genlib/libxml2.xml b/general/genlib/libxml2.xml index 2e6ff7bfaa..5a80a87689 100644 --- a/general/genlib/libxml2.xml +++ b/general/genlib/libxml2.xml @@ -81,13 +81,13 @@ enables make check to do complete testing. - + libxml2 Dependencies @@ -130,8 +130,15 @@ Installation of libxml2 - - To ensure that the Python3 module can be + + First apply a patch, which prevents segfaults in the Python module, when + built by : + + +patch -Np1 -i ../libxml2-&libxml2-version;-python3_hack-1.patch + + + To ensure that the Python module can be built by , run: diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 921e0d62f4..5c87627d6e 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -41,6 +41,16 @@ --> + + November 23rd, 2017 + + + [pierre] - Patch libxml2, to prevent segfaults in itstool + in some cases. + + + + November 22nd, 2017