Changes between Version 36 and Version 37 of PromotRelease
- Timestamp:
- Jun 8, 2010, 10:59:17 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PromotRelease
v36 v37 9 9 * Update [source://Promot/trunk/promot/BUGS.txt BUGS.txt] 10 10 * Update [source://Promot/trunk/promot/VERSIONS.txt VERSIONS.txt] 11 * ~~Update [source://Promot/trunk/promot/VERSION VERSION] to new version number~~12 * ~~Update [source://Promot/trunk/promot/licences.txt licences.txt] (no changes)~~11 * Update [source://Promot/trunk/promot/VERSION VERSION] to new version number 12 * Update [source://Promot/trunk/promot/licences.txt licences.txt] (no changes) 13 13 * Update Windows version 14 14 * Update [source://Promot/trunk/promot/doc/tutorials/ tutorials] … … 23 23 24 24 == Todo == 25 26 === Version 0.9 === 27 28 improve stability 29 30 * improve test coverage 31 * develop concept concurrency issues 32 * solve some concurrency issues as prove of concept 33 34 === Version 0.8.3 === 35 36 * notes here 37 38 25 39 26 40 === Version 0.8.2 === … … 42 56 43 57 * ~~fix failing junit tests for !VizExplorer (all tests for !AttributeReaderTest + !LogicalNetworkParser fail with NPE as PromotUI.UI seems to be null) [[BR]]~~ ''Should be ok now, see [8363].'' 44 45 === Version 0.9 ===46 47 improve stability48 49 * improve test coverage50 * develop concept concurrency issues51 * solve some concurrency issues as prove of concept