Changeset 149


Ignore:
Timestamp:
Feb 10, 2006, 12:41:08 PM (19 years ago)
Author:
garonne
Message:

version v1r18p20060107

Location:
CMT/v1r18p20060107
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • CMT/v1r18p20060107/doc/ReleaseNotes.html

    r104 r149  
    4646
    4747      <li>
     48        <b>v1r18p20060107</b>
     49        <ul>
     50
     51          <!--
     52          <li class="new"></li>
     53          <li class="bug"></li>
     54          <li class="int"></li>
     55          -->
     56
     57          <li class="new"> Don't kill path item when they don't exist and print  a warning when
     58           CMTPATH contains a non existing item (during buidling or with cmt check configuration).
     59           Expand PATH values beforefiltering and setting them</li>
     60
     61          <li class="new">Replacing the old putenv implementation with a new one using
     62          a static map of all used environment variables so as to ensure a stable string.</li>
     63
     64          <li class="bug">Correct a bug for do_show_clients for use statements without version.</li>
     65
     66          <li class="bug">Fix a bug with the pattern  <project>_installarea_linkopts.</li>
     67
     68        </ul>
     69
     70      </li>
     71
     72      <li>
    4873        <b>v1r18p20051101</b>
    4974
  • CMT/v1r18p20060107/source/cmt_version.h

    r88 r149  
     1
    12//-----------------------------------------------------------
    23// Copyright Christian Arnault LAL-Orsay CNRS
     
    89#define __cmt_version_h__
    910
    10 //#define CMTVERSION "v1r18p20050901"
    11 #define CMTVERSION "HEAD"
     11#define CMTVERSION "v1r18p20060107"
    1212
    1313#endif
     14   
Note: See TracChangeset for help on using the changeset viewer.