Changeset 219


Ignore:
Timestamp:
Jun 23, 2006, 10:02:26 AM (18 years ago)
Author:
garonne
Message:

version v1r18p20060606

Location:
CMT/HEAD/doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/doc/CMTDoc.xml

    r201 r219  
    33  <!ENTITY nbsp "&nbsp;">
    44  <!ENTITY CMTrelease "18">
    5   <!ENTITY CMTVersion "v1r18p20051101">
     5  <!ENTITY CMTVersion "v1r18p20060606">
    66  <!ENTITY CMTvTag "CMTv1">
    77  <!ENTITY CMTrTag "CMTr18">
    8   <!ENTITY CMTpTag "CMTp20051101">
     8  <!ENTITY CMTpTag "CMTp20060606">
    99  <!ENTITY CMTrequirements "&nbsp;<a HREF='#The requirements file'>requirements</a>&nbsp;">
    1010]> 
  • CMT/HEAD/doc/ReleaseNotes.html

    r104 r219  
    4242    </blockquote>
    4343
    44 
    4544    <ul>
     45
     46 <li>
     47        <b>v1r18p20060606</b>
     48        <ul>
     49
     50          <!--
     51          <li class="new"></li>
     52          <li class="bug"></li>
     53          <li class="int"></li>
     54          -->
     55
     56          <li class="new">
     57          Add a touch functionnality, e.g. <tt>cvs co -t package</tt>, during cvs checkout, this is mainly due that cvs keeps the file
     58          timestamps so that build tools, i.d. make, can not recognize it as "new". The "best" default behaviour is for it to set the filestamp
     59          to the checkout time.</li>
     60
     61      <li class="new"> Add the support on Linux/make for creating separate directory for libraries/constituents.
     62      To be Atlas compliant, this strategy is not built by default you should called explicitely the STRUCTURED_OUTPUT option, e.g.
     63      <tt>make STRUCTURED_OUTPUT=1</tt>. For more informations see the following <a href="http://trac.lal.in2p3.fr/CMT/ticket/10">Bug
     64      report</a>.</li>
     65
     66          <li class="new"> Supress the n repeated entries in the CMTPATH after the first found occurence.</li>
     67
     68          <li class="int"> Add the cvs <tt>"-f"</tt> option which force cvs to ignore the user .cvsrc file during cvs
     69          command execution. It appears to create problem with the cmtcvs plugin and empty directories
     70          within cvs.</li>
     71
     72      <li class="int">Translate symlinks for the <tt>cmt show packages</tt> command.<li>
     73
     74          <li class="bug"> Bring a better support for the cmt checkout operation to bypass cvs weird behaviours, e.g. chekout
     75          localy a directory whithout any files inside creates nothing.</li>
     76
     77      <li class="bug"> Correct problems when checkouting successively the same package with a different tag in the
     78       <tt>without version directory</tt>mode.</li>
     79
     80      <li class="bug">Compute the project of the package when expanding the <project> template to fix packages with offset .</li>
     81                         
     82        </ul>
     83
     84 </li>
    4685
    4786      <li>
Note: See TracChangeset for help on using the changeset viewer.