From: grbd Date: Mon, 14 Aug 2017 10:18:30 +0000 (+0100) Subject: Update to Changes file to avoid unicode error during python 3 build X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a3acca060be98abf584ad0a5033bde05ecebd412;p=platform%2Fupstream%2Fscons.git Update to Changes file to avoid unicode error during python 3 build --- diff --git a/src/CHANGES.txt b/src/CHANGES.txt index e875a01e..a82a9786 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -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