ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/ReleaseNotes
Revision: 1.1
Committed: Tue Nov 8 13:28:27 2005 UTC (19 years, 6 months ago) by sashby
Branch: MAIN
Log Message:
More doc updates, add ReleaseNotes

File Contents

# User Rev Content
1 sashby 1.1 SCRAM V1_0_2 Release Notes
2     ==========================
3    
4     Version V1_0_2
5     --------------
6    
7     - Numerous bug fixes (full details in the bug digest): #7570,
8     #7645, #7731, #8040, #8067, #8328, #10306, #10623, #10774, #11402.
9    
10    
11    
12    
13     - Support for XML in BuildFiles and full support for XML
14     BuildFiles in the build system. Note that a command is
15     provided to automatically migrate all BuildFiles from old
16     style to XML tag syntax. The build command also has the option to parse XML
17     versions of BuildFiles. Note that, eventually, support for
18     old (non-XML) syntax will be dropped.
19    
20     - Fix to install process to permit correct operation on 64-bit machines.
21    
22     - Updated SCRAM manual (LaTeX) and doxygen reference manual
23     (useful for reporting bugs or for people interested in
24     browsing the code). Note that at least doxygen v1.4.0 should
25     be available.
26    
27     - Added SCRAM completion function for the ZSH
28     environment. This allows automatic completion of current
29     SCRAM commands and command arguments.