Subversion Repositories DevTools

Rev

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

Rev 6353 Rev 6387
Line 1... Line 1...
1
------------------------------------------------------------------------
1
------------------------------------------------------------------------
-
 
2
Version:  3.16.8000.cr                              Released: 27-Mar-18
-
 
3
------------------------------------------------------------------------
-
 
4
 
-
 
5
Minor changes:
-
 
6
    * New Directives:
-
 
7
        PackageDir  - Packages an entire directory tree
-
 
8
            Can be used to package generated components - unlike 
-
 
9
            PackageFile with the --DirTree option, which will only package
-
 
10
            files present when the makefile is generated.
-
 
11
 
-
 
12
        InstallDir  - Installs an entire directory tree
-
 
13
 
-
 
14
    * Makefile directive - RunTest
-
 
15
        Added --Dir=(path) option to allow paths to tests to be massaged
-
 
16
        as required.
-
 
17
 
-
 
18
    * Build Alias for LMOS based platforms
-
 
19
      Corrected the generation of internal alias for LMOS based platforms
-
 
20
      In particular PKG_DEB.
-
 
21
 
-
 
22
Internal:
-
 
23
    * Makefile generation. 
-
 
24
        Sped up directory searching over large number of items. 
-
 
25
        UniquePush is slow for large items.
-
 
26
 
-
 
27
    * Add helper routine to assist in creation of plugins
-
 
28
        AddToSrc() - Like Src, but will only process one file if not already known
-
 
29
 
-
 
30
    * Src directive. Add --IgnoreDup option. Suppress warnings on duplicate adds
-
 
31
 
-
 
32
    * Extended 'jats_runtime' to support PackageDir
-
 
33
 
-
 
34
------------------------------------------------------------------------
2
Version:  3.16.7000.cr                              Released: 15-Feb-18
35
Version:  3.16.7000.cr                              Released: 15-Feb-18
3
------------------------------------------------------------------------
36
------------------------------------------------------------------------
4
 
37
 
5
Minor changes:
38
Minor changes:
6
    * Directive: MakeProject and the ANDROID platform
39
    * Directive: MakeProject and the ANDROID platform
Line 10... Line 43...
10
 
43
 
11
    * Subversion interface
44
    * Subversion interface
12
      Detect newer credentials error messages and provide suitable prompt
45
      Detect newer credentials error messages and provide suitable prompt
13
 
46
 
14
Internal:
47
Internal:
15
    * Removed some files that are now a part of the Release Note generation package.
48
    * Removed some files that are now a part of the Release Note 
-
 
49
      generation package.
16
      
50
      
17
------------------------------------------------------------------------
51
------------------------------------------------------------------------
18
Version:  3.16.6000.cr                              Released: 18-Jan-18
52
Version:  3.16.6000.cr                              Released: 18-Jan-18
19
------------------------------------------------------------------------
53
------------------------------------------------------------------------
20
 
54