summaryrefslogtreecommitdiffstats
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2021-11-05 13:30:46 (GMT)
committerMats Wichmann <mats@linux.com>2021-11-05 13:35:48 (GMT)
commit1716ce554d4d072ba4fa0664f7a4e6aa53c83428 (patch)
tree1109c16e36561237a8cde1df4fe36ceebc79cf1a /CHANGES.txt
parent027c15f002610eae38212fe282963553a86a66ef (diff)
downloadSCons-1716ce554d4d072ba4fa0664f7a4e6aa53c83428.zip
SCons-1716ce554d4d072ba4fa0664f7a4e6aa53c83428.tar.gz
SCons-1716ce554d4d072ba4fa0664f7a4e6aa53c83428.tar.bz2
Add userguide update on javah as well
Also add more linux locations for Java headers (old saved patch) Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'CHANGES.txt')
-rwxr-xr-xCHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index b8946c4..77ac9d5 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -741,6 +741,9 @@ RELEASE 3.1.0 - Mon, 20 Jul 2019 16:59:23 -0700
From Lukas Schrangl:
- Enable LaTeX scanner to find more than one include per line
+ From Sergey Torokhov:
+ - Recognize jdk on Gentoo systems.
+
From Mats Wichmann:
- scons-time takes more care closing files and uses safer mkdtemp to avoid
possible races on multi-job runs.