Changes between Version 51 and Version 52 of ReleaseNotes/SCDB
- Timestamp:
- Jan 22, 2010, 3:48:52 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes/SCDB
v51 v52 24 24 || 14/9/09 || [milestone:SCDB-2.3.2 2.3.2] || Fixed `update.vo.config` (completely broken in previous 2.3.x and buggy in 2.2) || 25 25 || 15/01/10 || [milestone:SCDB-2.3.3 2.3.3] || (really!) fixed `update.vo.config` (bugs in VO group processing) || 26 || 22/01/10 || [milestone:SCDB-3.0.0 3.0.0] || SCDB [milestone:SCDB-2.3.3 2.3.3] + SVN 1.5/16 support (SVN 1.4 no longer supported) || 26 27 27 28 == Known Problems == … … 31 32 SCDB 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. 32 33 34 By default, SCDB [milestone:SCDB-3.0.0 3.0.0] is delivered with `svnkit` 1.3.x which is compatible with SVN 1.6. If you want to run it with SVN 1.5, you need to replace the `svnkit` version by 1.2.x, available on [http://svnkit.com svnkit site]. 35 33 36 === 2.3.0/2.3.1: update.vo.config broken === 34 37 … … 38 41 39 42 == New and Changed Features == 43 44 === 3.0.0: update_yum_repos script added === 45 46 A new script has been added into SCDB [source:SCDB/trunk/utils/misc miscellaneous scripts], [source:SCDB/trunk/utils/misc/update_yum_repos utils/misc/update_yum_repos]. This scripts allows to convert RPM repositories into YUM repositories and to maintain them (update with last content avaible). Use option `--help` for available options. 47 48 This script is intended to be typically run as a cron job. 40 49 41 50 === 3.0.0: group.name ant option renamed cluster.group ===