| 25 | |
| 26 | === 2.3.0: support for hierarchical arrangement of clusters === |
| 27 | |
| 28 | Using 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 | |
| 32 | PAN 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 | |
| 38 | All scripts and tools previously in `src/utils` have been moved to `utils`. A symlink `src/utils` has been created for backward compatibility. |