summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2020-04-22 19:07:07 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2020-04-22 19:08:31 (GMT)
commit74505ffdada84b796fb5f6adc42878f330fc9460 (patch)
treef95ea5cba2787dbebba71b0e75d999462d47dd29 /src
parent41f91f7266d646eb400fe02ac0f4d8ebeaef6114 (diff)
downloadSCons-74505ffdada84b796fb5f6adc42878f330fc9460.zip
SCons-74505ffdada84b796fb5f6adc42878f330fc9460.tar.gz
SCons-74505ffdada84b796fb5f6adc42878f330fc9460.tar.bz2
[ci skip] Speedup xml validation called by bin/docs-update-generated.py by caching parsed docbook schema. Yields approx 60x speedup
Diffstat (limited to 'src')
-rwxr-xr-xsrc/CHANGES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 6b7c014..c1bf24c 100755
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -34,6 +34,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
package can create scripts which use the correct version of Python.
- Resolve Issue #3248 - Removing '-Wl,-Bsymbolic' from SHLIBVERSIONFLAGS
NOTE: If your build depends on the above you must now add to your SHLIBVERSIONFLAGS
+ - Speedup bin/docs-update-generated by caching parsed docbook schema. (60x speedup)
From Jeremy Elson: