Changes between Version 29 and Version 30 of ReleaseNotes/SCDB


Ignore:
Timestamp:
Jul 12, 2009, 11:01:07 AM (16 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/SCDB

    v29 v30  
    2020|| 12/02/08 || [milestone:SCDB-2.1.5 2.1.5] || panc 7.2.9, fixed OS templates generation tools ||
    2121|| 11/11/08 || [milestone:SCDB-2.2.0 2.2.0] || panc 8.2.3, checkdeps.py, sudo-based hook script ||
     22|| 12/07/09 || [milestone:SCDB-2.3.0 2.3.0] || panc 8.2.9, quatview, hiearchical arrangement of clusters ||
    2223
    2324== New and Changed Features ==
     25
     26=== 2.3.0: support for hierarchical arrangement of clusters ===
     27
     28Using ant variable `cfg.siteprefix` (that must be defined in `quattor.build.properties`), it is possible to group clusters by ''sites'' in `clusters` directory. ''sites'' here doesn't refer to the usual `sites` directory but is a group name for clusters.
     29
     30=== 2.3.0: panc upgraded to 8.2.9 ===
     31
     32PAN compiler has been upgraded to version 8.2.9. In addition to fixes, this adds several new features:
     33 * Support for selective debug using ant variables `pan.debug.include` and `pan.debug.exclude`. Both variables can be defined with `-D` option in ant. Their value are a regexp matching a template namespace.
     34 * Ability to ignore some templates in dependency calculations. This is enabled by default for repository templates as normally a profile doesn't need to be rebuilt if there is not another change related to the repository template change (eg. a package replaced).
     35
     36=== 2.3.0: src/utils renamed utils/ ===
     37
     38All scripts and tools previously in `src/utils` have been moved to `utils`. A symlink `src/utils` has been created for backward compatibility.
    2439
    2540=== 2.2.0: removal of obsolete tools ==)
     
    141156== Known Problems ==
    142157
    143 In addition to known problems documented here, look at [wiki:Doc/SCDB/FAQ SCDB FAQ].
     158In addition to known problems documented here, look at [wiki:FAQ/SCDB SCDB FAQ].
    144159
    145160=== 2.1.2 : update.rep.templates possible issue with empty repositories ===