Changes between Version 123 and Version 124 of ReleaseNotes/gLite-3.0


Ignore:
Timestamp:
Sep 29, 2008, 11:40:58 AM (16 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/gLite-3.0

    v123 v124  
    4848== Main Changes and Known Problems ==
    4949
     50=== gLite-3.0.2-14 : default name for VO SW area changed to VO name ===
     51
     52In previous version of the QWG templates, SW areas created using the `DEFAULT` entry in `VO_SW_AREAS` had a name based on SW manager userid for the VO. This has been changed to be the VO name (VO full name even if a VO alias is used) by default and old behaviour can be restored defining variable `VO_SW_AREAS_USE_SWMGR` to true.
     53
     54=== gLite-3.0.2-14 : syntax of templates compliant with PAN v8 ===
     55
     56PAN compiler [milestone:panc-8.2.0 v8] introduces some syntax changes. A few valid construct in previous versions are now marked as deprecated and will not be supported anymore in [milestone:panc-9.0.0 v9]. All templates have been made compliant with the new syntax, removing all deprecated constructs. The main changes are:
     57 * `include` now requires a DML: `include mytempl;` must be replaced by `include {'mytempl'};`. This is to prepare changed planned for [milestone:panc-9.0.0 v9].
     58 * All automatic variables like `self`, `object`, `argv`, `argc` must now be capitalized.
     59 * `type` is no longer a valid keyword to bind a path to a type: `bind` must be used instead. `type` is now restricted to type definitions.
     60
    5061=== gLite-3.0.2-14 : AII upgraded to v2 ===
    5162