Add Java RMIC support.
[scons.git] / src / CHANGES.txt
index 227ef59a8375b5386a0efa19dfa470723cb39098..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.