Subversion Repositories DevTools

Rev

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

Rev 7304 Rev 7307
Line 1... Line 1...
1
------------------------------------------------------------------------
1
------------------------------------------------------------------------
2
Version:  3.14.5000.cr                              Released: 
2
Version:  3.14.7000.cr                              Released: 15-Sep-17 
3
------------------------------------------------------------------------
3
------------------------------------------------------------------------
4
 
4
 
5
Minor changes:
5
Minor changes:
-
 
6
    * Utility: sandbox
-
 
7
      Fixed issues with the 'buildfilter' command. The data is stored in the 
-
 
8
      sandbox_dpkg_archive subdirectory.
-
 
9
 
-
 
10
      Added options to:
-
 
11
         - Display path to build file
-
 
12
         - Handle packages with multiple builders
-
 
13
 
-
 
14
    * Templates
-
 
15
      Fixed some poor examples
-
 
16
 
-
 
17
    * New platform: SK100 (Experimental)
-
 
18
      Added an alias for the SK family of platforms.
-
 
19
      Includes special handling of Linker Scripts
-
 
20
 
-
 
21
    * Utility: jats_generate_deployable
-
 
22
      Added option to generate symlinks to packages instead of transferring
-
 
23
      the body of the package. 
-
 
24
 
-
 
25
Internal changes:
-
 
26
    * Error directive support message prefix to simplify error processing.
-
 
27
 
-
 
28
------------------------------------------------------------------------
-
 
29
Version:  3.14.6000.cr                              Released: 04-Sep-17
-
 
30
------------------------------------------------------------------------
-
 
31
 
-
 
32
Minor changes:
-
 
33
    * Utility: jats_generate_deployable
-
 
34
      Support for RPM cots packages.
-
 
35
 
-
 
36
    * Utility: sandbox
-
 
37
      Add command: scandepth - to display/set the default scan depth for build files
-
 
38
 
-
 
39
      Added options to the 'info' command:
-
 
40
        -[no]dependencies   - Display external dependencies (default)
-
 
41
        -[no]buildorder     - Display build order (default)
-
 
42
 
-
 
43
------------------------------------------------------------------------
-
 
44
Version:  3.14.5000.cr                              Released:16-Aug-17 
-
 
45
------------------------------------------------------------------------
-
 
46
 
-
 
47
Minor changes:
-
 
48
    * Utility: jats_generate_deployable
-
 
49
      Added support to allow the inclusion of the uigen-pulse package
-
 
50
      Changes to the 'alas' name generation process
-
 
51
 
6
    * Build Directives: BuildPlatforms and BuildProducts
52
    * Build Directives: BuildPlatforms and BuildProducts
7
        The --Uses=XXX and --Alias=XXX options support a comma and a colon 
53
        The --Uses=XXX and --Alias=XXX options support a comma and a colon 
8
        separated list. The colon seperated list will aviod parsing 
54
        separated list. The colon seperated list will aviod parsing 
9
        confusion.
55
        confusion.
10
        
56