ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/ReleaseNotes
Revision: 1.2
Committed: Tue Nov 8 14:12:57 2005 UTC (19 years, 6 months ago) by sashby
Branch: MAIN
CVS Tags: V1_0_3-p4, V1_0_3-p3, V1_0_3-p2, V1_0_4p1, V1_0_3-p1, V1_0_3, V1_0_2
Branch point for: v103_with_xml, v103_branch
Changes since 1.1: +3 -6 lines
Log Message:
Updated release notes for V1_0_2.

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     - Support for XML in BuildFiles and full support for XML
11     BuildFiles in the build system. Note that a command is
12     provided to automatically migrate all BuildFiles from old
13     style to XML tag syntax. The build command also has the option to parse XML
14     versions of BuildFiles. Note that, eventually, support for
15     old (non-XML) syntax will be dropped.
16    
17     - Fix to install process to permit correct operation on 64-bit machines.
18    
19     - Updated SCRAM manual (LaTeX) and doxygen reference manual
20     (useful for reporting bugs or for people interested in
21 sashby 1.2 browsing the code). Note that doxygen v1.4.0 (at least) should
22     be used.
23 sashby 1.1
24     - Added SCRAM completion function for the ZSH
25     environment. This allows automatic completion of current
26 sashby 1.2 SCRAM commands and command arguments.