1 |
< |
SCRAM V1_0_2 Release Notes |
1 |
> |
SCRAM V1_1_0 Release Notes |
2 |
|
========================== |
3 |
|
|
4 |
< |
Version V1_0_2 |
4 |
> |
|
5 |
> |
Version V1_1_0 |
6 |
|
-------------- |
7 |
|
|
8 |
< |
- Numerous bug fixes (full details in the bug digest): #7570, |
9 |
< |
#7645, #7731, #8040, #8067, #8328, #10306, #10623, #10774, #11402. |
8 |
> |
- Full support for XML in all SCRAM documents. Older document |
9 |
> |
markup is no longer supported (it is therefore a requirement |
10 |
> |
that all documents are migrated to proper XML syntax before |
11 |
> |
this release can be used). |
12 |
|
|
13 |
< |
- Support for XML in BuildFiles and full support for XML |
14 |
< |
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. |
13 |
> |
- Bug fixes (full details in the bug digest): #XXXX, |
14 |
> |
#YYYY,#ZZZZ |
15 |
|
|
19 |
– |
- Updated SCRAM manual (LaTeX) and doxygen reference manual |
20 |
– |
(useful for reporting bugs or for people interested in |
21 |
– |
browsing the code). Note that doxygen v1.4.0 (at least) should |
22 |
– |
be used. |
23 |
– |
|
24 |
– |
- Added SCRAM completion function for the ZSH |
25 |
– |
environment. This allows automatic completion of current |
26 |
– |
SCRAM commands and command arguments. |