Update to Changes file to avoid unicode error during python 3 build
authorgrbd <garlicbready@googlemail.com>
Mon, 14 Aug 2017 10:18:30 +0000 (11:18 +0100)
committergrbd <garlicbready@googlemail.com>
Mon, 14 Aug 2017 10:18:30 +0000 (11:18 +0100)
src/CHANGES.txt

index e875a01ed6387c0760983aa22b85a072b569ceba..a82a978627f74b1db21c85b67312736d59d19569 100644 (file)
@@ -73,7 +73,7 @@ may cause rebuilds.  In no case should rebuilds not happen.
   From Paweł Tomulik:
     - Fixed the issue with LDMODULEVERSIONFLAGS reported by Tim Jennes
       (https://pairlist4.pair.net/pipermail/scons-users/2016-May/004893.html).
-      An error was causing “-Wl,Bsymbolic” being added to linker's command-line
+      An error was causing "-Wl,Bsymbolic" being added to linker's command-line
       even when there was no specified value in LDMODULEVERSION and thus no
       need for the flags to be specified.
     - Added LoadableModule to the list of global functions (DefaultEnvironment