Commit in slic/doc/release_notes on MAIN
release_notes_v2r0p7.html+159added 1.1
JM: Release notes for slic 2.0 version.

slic/doc/release_notes
release_notes_v2r0p7.html added at 1.1
diff -N release_notes_v2r0p7.html
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ release_notes_v2r0p7.html	13 Nov 2006 20:25:44 -0000	1.1
@@ -0,0 +1,159 @@
+<head>
+<title>Release Notes - SLIC - Version 2.0</title>
+</head>
+
+<h1>Release Notes - SLIC - Version 2.0</h1>
+
+<h2>I. Overview</h2>
+
+<p>
+These are the release notes for the SLIC 2.0 release.  This
+corresponds to the CVS tag v2r0p7 in the SLAC CVS.  
+<p>
+
+<p>
+The <a href="http://www.lcsim.org/software/slic/">slic homepage</a>
+has links to documentation for this software package.
+</p>
+
+<p>
+The <a
+href="http://confluence.slac.stanford.edu/display/ilc/SLIC">SLIC
+Wiki</a> is a good source of information where you may add comments,
+corrections, etc.
+</p>
+
+<h2>II. Getting SLIC</h2>
+
+<p>
+The SLIC source code is anonymously accessible using the following command.
+</p>
+
+<p>
+<i>cvs -d :pserver:[log in to unmask]:/cvs/lcd co slic</i>
+</p>
+
+<p>
+The sources can also be <a
+href="http://source.freehep.org/jcvsweb/ilc/slic/list/slic">browsed online</a>.
+
+<p>
+Binaries are available from the <a href="http://www.lcsim.org/dist/slic/">slic distribution directory</a>.
+</p>
+
+<p>
+Finally, the SimDist project is a standalone package for building slic
+plus all of its dependencies.  It is also accessible via the SLAC cvs.
+SimDist can be obtained and built as follows.
+</p>
+
+<p>
+<i>
+cvs -d :pserver:[log in to unmask]:/cvs/lcd co SimDist<br>
+cd SimDist<br>
+./configure [options]<br>
+make
+</i>
+</p>
+
+<p>
+SimDist is the preferred method for users to build slic, as
+configuring slic and all 7 of its dependencies from scratch 
+is prone to error.
+</p>
+
+<p>
+These are the current package versions used by SimDist.
+</p>
+
+<ul>
+<li>clhep v1r9p2_2</li>
+<li>gdml v2r5p0_2</li>
+<li>geant4 v8r1p02</li>
+<li>lcdd v1r11p1</li>
+<li>lcio v1r7p2</li>
+<li>lcphys v1r0p1</li>
+<li>slic v2r0p7</li>
+<li>xerces v2r7p0</li>
+</ul>
+
+<p>
+Other versions <i>may or may not work</i>.  In general, only the
+versions withint SimDist are tested for compatability.  If you are 
+maintaining a slic installation manually without using SimDist, it is 
+highly recommended that you update to these package versions or slic may
+either fail to build or not work correctly.
+</p>
+
+<h2>III. This Release</h2>
+
+<p>
+Since the releases for slic have not been very regular, a number of
+items from the Jira were reassigned to the 2.0 release in the interest
+of consolidation.  All Jira items in the 1.14.0 release were
+reassigned to 2.0, and the 1.14.0 release was deleted, as it was 
+never released.
+</p>
+
+<p>
+No major, new features have been introduced this version.  See the
+Improvement and New Feature sections for some minor, additional features 
+that were added.
+</p>
+
+<p>
+A few, relatively minor, bugs were fixed.  There has not been any
+major reworking of MCParticle codes, etc., though there are still
+several outstanding bugs in this area that are currently being worked on.
+</p>
+
+<h2>IV. Issue Summary</h2>
+
+<p>
+The <a href="https://jira.slac.stanford.edu/browse/SLIC">slic Jira</a>
+is the official bug tracker for this project.  All of the bug fixes,
+new features, and improvements are tracked here.  It should be
+accessible anonymously, though you cannot comment on items unless you
+are logged-in.  
+</p>
+
+<p>The following was automatically generated by Jira.</p>
+    
+<h3>Bug</h3>
+<ul>
+<li>[<a href='https://jira.slac.stanford.edu/browse/SLIC-2'>SLIC-2</a>] - Cannot open stdhep file if space in filename</li>
+<li>[<a href='https://jira.slac.stanford.edu/browse/SLIC-114'>SLIC-114</a>] - Up arrow to cycle through previous commands is broken in Geant4 UI terminal.</li>
+<li>[<a href='https://jira.slac.stanford.edu/browse/SLIC-122'>SLIC-122</a>] - Output when using "-h" and "-v" is too cluttered.</li>
+<li>[<a href='https://jira.slac.stanford.edu/browse/SLIC-137'>SLIC-137</a>] - The -o argument incorrectly treats all paths as relative.</li>
+</ul>
+    
+<h3>Improvement</h3>
+<ul>
+<li>[<a href='https://jira.slac.stanford.edu/browse/SLIC-3'>SLIC-3</a>] - enums for generator type</li>
+<li>[<a href='https://jira.slac.stanford.edu/browse/SLIC-139'>SLIC-139</a>] - If LCIO file exists, program should not crash.</li>
+<li>[<a href='https://jira.slac.stanford.edu/browse/SLIC-146'>SLIC-146</a>] - Singleton module and manager classes should be templated.</li>
+<li>[<a href='https://jira.slac.stanford.edu/browse/SLIC-148'>SLIC-148</a>] - Add physics list to list of autoname fields.</li>
+</ul>
+    
+<h3>New Feature</h3>
+<ul>
+<li>[<a href='https://jira.slac.stanford.edu/browse/SLIC-5'>SLIC-5</a>] - Should be a way to set the initial run number</li>
+<li>[<a href='https://jira.slac.stanford.edu/browse/SLIC-7'>SLIC-7</a>] - Read MCP information from an LCIO file's MCParticle collection.</li>
+<li>[<a href='https://jira.slac.stanford.edu/browse/SLIC-10'>SLIC-10</a>] - Event timer</li>
+<li>[<a href='https://jira.slac.stanford.edu/browse/SLIC-115'>SLIC-115</a>] - Write id encodings into LCIO output file.</li>
+<li>[<a href='https://jira.slac.stanford.edu/browse/SLIC-121'>SLIC-121</a>] - Add the name of the binary to options for autonaming.</li>
+<li>[<a href='https://jira.slac.stanford.edu/browse/SLIC-129'>SLIC-129</a>] - Command line option to dump GDML file.</li>
+<li>[<a href='https://jira.slac.stanford.edu/browse/SLIC-131'>SLIC-131</a>] - SimDist: Statically linked Xerces library.</li>
+</ul>
+    
+<h3>Task</h3>
+<ul>
+<li>[<a href='https://jira.slac.stanford.edu/browse/SLIC-120'>SLIC-120</a>] - Test the nbar and antiproton patch from Dennis.</li>
+</ul>
+
+<h2>V. Contact</h2>
+
+<p>
+Any bug reports, problems, questions, comments, etc. can be sent to the primary maintainer,
+Jeremy McCormick<a href="mailto:[log in to unmask]">&lt;[log in to unmask]&gt;</a>.
+</p>
CVSspam 0.2.8