Changes between Version 28 and Version 29 of ReleaseNotes/SCDB


Ignore:
Timestamp:
Nov 11, 2008, 11:49:42 AM (17 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/SCDB

    v28 v29  
    2323== New and Changed Features ==
    2424
    25 === 2.2.0 : sudo supported as replacement for ssh ===
     25=== 2.2.0: removal of obsolete tools ==)
     26
     27Some obsolete tools have been removed from SCDB: lld2pkgs, xmldb2hw, xml2pkgs.
     28
     29=== 2.2.0: sudo supported as replacement for ssh ===
    2630
    2731In [milestone:SCDB-2.2.0 SCDB 2.2.0], it is possible to use `sudo` instead of `ssh` to launch the deployment script (`build-tag.pl`) from the SVN hook script. This is currently implemented as an alternative version of the SVN post-commit script, [source:templates/SCDB/trunk/src/hooks/post-commit.sudo post-commit.sudo].
    2832
    29 === 2.2.0 : all external tools updated to last version ===
     33=== 2.2.0: all external tools updated to last version ===
    3034
    3135All SCDB external tools (in `external`) have been updated to last version available. This includes `svnkit`, `ant` and `Saxon`.
     
    3337''Note: `svnkit` version provided is still 1.1.x, compatible with SVN client 1.4.x).''
    3438
    35 === 2.2.0 : new ant target to generate VO parameters ===
     39=== 2.2.0: new ant target to generate VO parameters ===
    3640
    3741[milestone:SCDB-2.2.0 SCDB 2.2.0] provides a new `ant` target, `update.vo.config`. This target allows to generate all the VO related templates from VO Identity Cards on [http://www.gridops.org CIC portal] for all registered VOs.
    3842
    39 === 2.2.0: panc upgrade to v8, Java 6 required ===
     43=== 2.2.0: panc upgrade to v8, ===
    4044
    41 [milestone:SCDB-2.2.0 SCDB 2.2.0] includes a major upgrade of panc compiler ([milestone:panc-8.2.2 8.2.2]). This version of panc is backward compatible with panc v7 but in v8, a few syntax constructs valid in v7 are now deprecated and must be fixed to ensure future compatibility with next major panc version, [milestone:panc-9.0.0 v9]. Check panc released notes for more details about these changes.
    42 
    43 Due to the important performance improvement (around 20%), panc v8 provided with SCDB v2 has been compiled with Java 6. Be sure to upgrade to Java 6 or later on each machine where you want to be able to use panc, including the Quattor server.
     45[milestone:SCDB-2.2.0 SCDB 2.2.0] includes a major upgrade of panc compiler ([milestone:panc-8.2.3 8.2.3]). This version of panc is backward compatible with panc v7 but in v8, a few syntax constructs valid in v7 are now deprecated and must be fixed to ensure future compatibility with next major panc version, [milestone:panc-9.0.0 v9]. Check panc released notes for more details about these changes.
    4446
    4547=== 2.1.5 : Script to generate OS errata added ===