| 24 | |
| 25 | === 2.2.0 : sudo supported as replacement for ssh === |
| 26 | |
| 27 | In [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 | |
| 31 | All 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 | |
| 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. |