ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/tex/manual/ReleaseNotes.tex
Revision: 1.4.2.1
Committed: Thu Nov 2 15:01:02 2006 UTC (18 years, 6 months ago) by sashby
Content type: application/x-tex
Branch: v103_with_xml
CVS Tags: forV1_1_0, v103_xml_071106, V110p2, V110p1
Changes since 1.4: +15 -2 lines
Log Message:
update manual for V1_1_0 XML

File Contents

# Content
1 %%____________________________________________________________________
2 %% File: ReleaseNotes.tex
3 %%____________________________________________________________________
4 %%
5 %% Author: Shaun ASHBY <Shaun.Ashby@cern.ch>
6 %% Update: 2005-11-02 17:09:41+0100
7 %% Revision: $Id: ReleaseNotes.tex,v 1.4 2006/09/11 13:37:36 sashby Exp $
8 %%
9 %% Copyright: 2005 (C) Shaun ASHBY
10 %%
11 %%--------------------------------------------------------------------
12 \chapter{SCRAM Release Notes}\label{ch:releasenotes}
13 \index{SCRAM!release notes}
14
15 \section{Version \thisrelease}
16 \begin{itemize}
17 \item Full support for \texttt{XML} in all \scram\ documents. Older
18 document markup is no longer supported (it is therefore a requirement
19 that all documents are migrated to proper \texttt{XML} syntax before
20 this release can be used).
21
22 \item Bug fixes (\#XXXX, \ldots). Full details can be found in the bug
23 digest.
24
25 \end{itemize}
26
27
28 \section{Version \lastrelease}
29 \begin{itemize}
30 \item Numerous bug fixes (\#14639, \#15207, \#15675, \#18267,\#18783,\#78421,\#19551). Full details
31 can be found in the bug digest.
32
33 \end{itemize}
34
35 \section{Version V1\_0\_2}
36 \begin{itemize}
37 \item Numerous bug fixes (\#7570, \#7645, \#7731, \#8040,
38 \#8067, \#8328, \#10306, \#10623, \#10774, \#11402). Full details
39 can be found in the bug digest.
40
41 \item Support for XML in \buildfile s and full support for XML
42 \buildfile s in the build system. Note that a command is
43 provided to automatically migrate all \buildfile s from old
44 style to XML tag syntax. The build command also has the option to parse XML
45 versions of \buildfile s. Note that, eventually, support for
46 old (non-XML) syntax will be dropped.
47
48 \item Fix to install process to permit correct operation on 64-bit machines.
49
50 \item Updated \scram\ manual (\LaTeX) and doxygen reference manual
51 (useful for reporting bugs or for people interested in
52 browsing the code). Note that \texttt{doxygen} v1.4.0 (at least) should
53 be used.
54
55 \item Added \scram\ completion function for the \texttt{ZSH}
56 environment. This allows automatic completion of current
57 \scram\ commands and command arguments.
58
59 \end{itemize}
60
61 %%%%%%%%%%%%%%%%%%%%%%% The REAL End %%%%%%%%%%%%%%%%%%%%%%%%%%%
62
63 %%% Local Variables:
64 %%% mode: latex
65 %%% TeX-master: "SCRAM-manual"
66 %%% End:
67
68 %%____________________________________________________________________
69 %% End of ReleaseNotes.tex
70 %%____________________________________________________________________
71 %%