Changes between Version 28 and Version 29 of ReleaseNotes/SCDB
- Timestamp:
- Nov 11, 2008, 11:49:42 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes/SCDB
v28 v29 23 23 == New and Changed Features == 24 24 25 === 2.2.0 : sudo supported as replacement for ssh === 25 === 2.2.0: removal of obsolete tools ==) 26 27 Some obsolete tools have been removed from SCDB: lld2pkgs, xmldb2hw, xml2pkgs. 28 29 === 2.2.0: sudo supported as replacement for ssh === 26 30 27 31 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 32 29 === 2.2.0 33 === 2.2.0: all external tools updated to last version === 30 34 31 35 All SCDB external tools (in `external`) have been updated to last version available. This includes `svnkit`, `ant` and `Saxon`. … … 33 37 ''Note: `svnkit` version provided is still 1.1.x, compatible with SVN client 1.4.x).'' 34 38 35 === 2.2.0 39 === 2.2.0: new ant target to generate VO parameters === 36 40 37 41 [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 42 39 === 2.2.0: panc upgrade to v8, Java 6 required===43 === 2.2.0: panc upgrade to v8, === 40 44 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. 44 46 45 47 === 2.1.5 : Script to generate OS errata added ===