Subversion Repositories DevTools

Rev

Rev 6177 | Rev 6198 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6177 Rev 6192
Line 1... Line 1...
1
------------------------------------------------------------------------
1
------------------------------------------------------------------------
-
 
2
Version:  3.14.6000.cr                              Released: 04-Sep-17
-
 
3
------------------------------------------------------------------------
-
 
4
 
-
 
5
Minor changes:
-
 
6
    * Utility: jats_generate_deployable
-
 
7
      Support for RPM cots packages.
-
 
8
 
-
 
9
    * Utility: sandbox
-
 
10
      Add command: scandepth - to display/set the default scan depth for build files
-
 
11
 
-
 
12
      Added options to the 'info' command:
-
 
13
        -[no]dependencies   - Display external dependencies (default)
-
 
14
        -[no]buildorder     - Display build order (default)
-
 
15
 
-
 
16
------------------------------------------------------------------------
-
 
17
Version:  3.14.5000.cr                              Released:16-Aug-17 
-
 
18
------------------------------------------------------------------------
-
 
19
 
-
 
20
Minor changes:
-
 
21
    * Utility: jats_generate_deployable
-
 
22
      Added support to allow the inclusion of the uigen-pulse package
-
 
23
      Changes to the 'alas' name generation process
-
 
24
 
-
 
25
    * Build Directives: BuildPlatforms and BuildProducts
-
 
26
        The --Uses=XXX and --Alias=XXX options support a comma and a colon 
-
 
27
        separated list. The colon seperated list will aviod parsing 
-
 
28
        confusion.
-
 
29
        
-
 
30
        The following all have the same effect:
-
 
31
            BuildPlatforms ('P1', '--Uses=P2:P3' );
-
 
32
            BuildPlatforms ('P1', '--Uses=P2,P3' );
-
 
33
            BuildPlatforms ('P1,--Uses=P2:P3' );
-
 
34
            BuildPlatforms ('P1','--Uses=P2', '--Uses=P3' );
-
 
35
 
-
 
36
       The folling will not:
-
 
37
            BuildPlatforms ('P1,--Uses=P2,P3' );
-
 
38
 
-
 
39
    * Utility: sandbox
-
 
40
      Add 'testlinks' command to test, and optionally delete, the package
-
 
41
      symlinks.
-
 
42
 
-
 
43
------------------------------------------------------------------------
2
Version:  3.14.4000.cr                              Released: 07-Aug-17 
44
Version:  3.14.4000.cr                              Released: 07-Aug-17 
3
------------------------------------------------------------------------
45
------------------------------------------------------------------------
4
 
46
 
5
Minor changes:
47
Minor changes:
6
    * Utility: jat_svnrelease [JATS-424]
48
    * Utility: jat_svnrelease [JATS-424]