Changes between Version 27 and Version 28 of ReleaseNotes/SCDB


Ignore:
Timestamp:
Nov 11, 2008, 11:46:35 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

    v27 v28  
    1919|| 07/11/07 || [milestone:SCDB-2.1.4 2.1.4] || panc 7.2.4, fixed OS templates generation tools ||
    2020|| 12/02/08 || [milestone:SCDB-2.1.5 2.1.5] || panc 7.2.9, fixed OS templates generation tools ||
     21|| 11/11/08 || [milestone:SCDB-2.2.0 2.2.0] || panc 8.2.3, checkdeps.py, sudo-based hook script ||
    2122
    2223== New and Changed Features ==
     24
     25=== 2.2.0 : sudo supported as replacement for ssh ===
     26
     27In [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].
     28
     29=== 2.2.0 : all external tools updated to last version ===
     30
     31All SCDB external tools (in `external`) have been updated to last version available. This includes `svnkit`, `ant` and `Saxon`.
     32
     33''Note: `svnkit` version provided is still 1.1.x, compatible with SVN client 1.4.x).''
     34
     35=== 2.2.0 : new ant target to generate VO parameters ===
     36
     37[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.
     38
     39=== 2.2.0: panc upgrade to v8, Java 6 required ===
     40
     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
     43Due 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.
    2344
    2445=== 2.1.5 : Script to generate OS errata added ===