Add Java RMIC support.
[scons.git] / src / CHANGES.txt
index 196c28d672b303d097a0f9cdbad82b057e8e672d..7717ce645697a362607db7b48c2865ae21a14305 100644 (file)
@@ -48,13 +48,16 @@ RELEASE 0.14 - XXX
   - Parse the source .java files for class names (including inner class
     names) to figure out the target .class files that will be created.
 
-  - Fix Java support with Repositories and SConscriptChdir(0).
+  - Make Java support work with Repositories and SConscriptChdir(0).
 
   - Pass Nodes, not strings, to Builder emitter functions.
 
+  - Refactor command-line interpolation and signature calculation
+    so we can use real Node attributes.
+
   From Steven Knight:
 
-  - Add support for Java (javac and jar).
+  - Add Java support (javac, javah, jar and rmic).
 
   - Propagate the external SYSTEMROOT environment variable into ENV on
     Win32 systems, so external commands that use sockets will work.
@@ -72,6 +75,8 @@ RELEASE 0.14 - XXX
     to {Target,Source}Signatures().  Deprecate the old names but support
     them for backwards compatibility.
 
+  - Add internal SCons.Node.FS.{Dir,File}.Entry() methods.
+
   From Damyan Pepper:
 
   - Quote the "Entering directory" message like Make.
@@ -98,6 +103,9 @@ RELEASE 0.14 - XXX
   - Deprecate the old SetJobs() and GetJobs() functions in favor of
     using the new generic {Set,Get}Option() functions.
 
+  - Fix a number of tests that searched for a Fortran compiler using the
+    external PATH instead of what SCons would use.
+
   From David Snopek:
 
   - Contribute the "Autoscons" code for Autoconf-like checking for