Changes between Version 47 and Version 48 of ReleaseNotes/SCDB


Ignore:
Timestamp:
Oct 27, 2009, 3:29:07 PM (16 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/SCDB

    v47 v48  
    2626== Known Problems ==
    2727
     28=== 3.0.0 requires svnkit >= 1.2 ===
     29
     30SCDB release [milestone:SCDB-3.0.0 3.0.0] is the first release to support `svnkit` 1.2 and later. Due to API changes in `svnkit`, it is not possible to use this SCDB version with previous versions of `svnkit`. If trying to do this, you'll get error messages like class or method not found.
     31
    2832=== 2.3.0/2.3.1: update.vo.config broken ===
    2933
     
    3337
    3438== New and Changed Features ==
     39
     40=== 3.0.0: group.name option added to ant ===
     41
     42A new option, `group.name`, has been added to ant to select a particular group of clusters, when this feature is enabled:
     43{{{
     44ant -Dgroup.name=example
     45}}}
     46
     47This option can be combined with `cluster.name` to select a particular cluster.
     48
     49=== 3.0.0: new deployment scripts ===
     50
     51SCDB release [milestone:SCDB-3.0.0 3.0.0] provides a new set of the deployment scripts, [source:SCDB/trunk/src/hooks/post-commit.py post-commit.py] and [source:SCDB/trunk/src/hooks/build-tag.py build-tag.py]. These scripts are a replacement for previous ones and are required to use a SVN server 1.5 or later. The options have changed. Both scripts use the same configuration file, `/etc/quattor-deploy.conf`.
    3552
    3653=== 3.0.0: svnkit updated to 1.3 (SVN 1.6) ===