Subversion Repositories DevTools

Rev

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

Rev 7299 Rev 7300
Line 1... Line 1...
1
------------------------------------------------------------------------
1
------------------------------------------------------------------------
2
Version:  3.13.7001.cr                              Released: 31-May-17
2
Version:  3.14.2000.cr                              Released: 04-Jul-17 
3
------------------------------------------------------------------------
3
------------------------------------------------------------------------
4
 
4
 
5
Minor changes:
5
Minor changes:
-
 
6
    * Platform: RHEL7_INSTRUMENT
-
 
7
      Marked as a NATIVE build.
-
 
8
 
-
 
9
    * Platforms: LMOS_*
-
 
10
      Inherit system aliases from base platform configuration.
-
 
11
 
-
 
12
------------------------------------------------------------------------
-
 
13
Version:  3.14.1000.cr                              Released: 03-Jul-17 
-
 
14
------------------------------------------------------------------------
-
 
15
 
-
 
16
Minor changes:
-
 
17
    * Updated copyright notices in all files
-
 
18
 
-
 
19
    * jats_extract
-
 
20
      Will no longer create a 'local_dpkg_archive'
-
 
21
      The use of a 'local_dpkg_archive' is deprecated in favor of the jats 
-
 
22
      'sandbox', which does a much better job.
-
 
23
 
-
 
24
    * Utility: jats_generate_deployable
-
 
25
        Windows: Fixed compilation error
-
 
26
 
-
 
27
    * Platform: RHEL7_INSTRUMENT
-
 
28
      Added missing configuration file
-
 
29
 
-
 
30
------------------------------------------------------------------------
-
 
31
Version:  3.14.0000.cr                              Released: 23-Jun-17
-
 
32
------------------------------------------------------------------------
-
 
33
 
-
 
34
Minor changes:
-
 
35
    * JAVA Platform [JATS-420]
-
 
36
      The java builder can use an 'ant' provided by a suitable package
-
 
37
      ie: ant_1.9.2.0000.cots
-
 
38
 
-
 
39
------------------------------------------------------------------------
-
 
40
Version:  3.13.9000.cr                              Released: 22-Jun-17 
-
 
41
------------------------------------------------------------------------
-
 
42
 
-
 
43
Minor changes:
-
 
44
    * Corrected use of shell 'echo' command
-
 
45
        Always quote the string
-
 
46
        Issue was the unquoted use of a string that contained matching square brackets
-
 
47
            ie: echo [$<] Compiling..
-
 
48
        The [..] construct is a filename expanding construct.
-
 
49
 
-
 
50
     * Win32 and Win64 makefile generation
-
 
51
       Allow the 'cmdfile' commands to be shown in verbose mode.
-
 
52
       
-
 
53
     * Makefile generation
-
 
54
       Fixed issue with some build formats and a bug in cmdfile when no path item
-
 
55
       has a directory separator.
-
 
56
 
-
 
57
------------------------------------------------------------------------
-
 
58
Version:  3.13.8000.cr                              Released: 16-Jun-17  
-
 
59
------------------------------------------------------------------------
-
 
60
 
-
 
61
Minor changes:
-
 
62
    * Makefiles: New Directive: ExtendIncDir
-
 
63
        ExtendIncDir ('*', 'private' );
-
 
64
      Specialised use only. See MASS-00166
-
 
65
 
-
 
66
    * Utility: jats_svnrelease
-
 
67
      The 'extractFiles' option will display the files extracted when 
-
 
68
      running on a build machine.
-
 
69
 
-
 
70
    * Windows builds
-
 
71
      [JATS-419] Visual Studio builds fail with fatal error C1090: PDB API call failed, error code '23'
-
 
72
      Use same value for _MSPDBSRV_ENDPOINT_ in all makefiles
-
 
73
 
-
 
74
 
-
 
75
------------------------------------------------------------------------
-
 
76
Version:  3.13.7000.cr                              Released: 13-Jun-17 
-
 
77
------------------------------------------------------------------------
-
 
78
 
-
 
79
Minor changes:
-
 
80
    * Utility: jats
-
 
81
        Added option -script. Supresses internal warnings when capturing
-
 
82
        output within a scripting environment.
-
 
83
 
-
 
84
    * Utility: sandbox
-
 
85
      Allow the build.pl file to be upto 4 directories deep
-
 
86
        Slows down sandbox scanning
-
 
87
        Provides backward compatability with old projects
-
 
88
 
6
    * Quick fix to address issue with 
89
    * Makefile directive: MakePerl
-
 
90
        Added option to control the output format to better support multiple
-
 
91
        build machines.
-
 
92
 
-
 
93
    * Build File
-
 
94
      Fixed handling of aliases that broke the (not recommended) construct
7
        BuildProduct ( 'CSHARP2010', 'WIN32,--Version=MS.NET2010' );
95
        BuildProduct ( 'CSHARP2010', 'WIN32,--Version=MS.NET2010' );
8
 
96
 
-
 
97
    * Windows builds
-
 
98
      [JATS-419] Visual Studio builds fail with fatal error C1090: PDB API call failed, error code '23'
-
 
99
 
-
 
100
Experimental:
-
 
101
    * New platform: RHEL7_INSTRUMENT and RHEL7
-
 
102
        Supported on RHEL7 and Centos with a MACHTYPE of linux_el7_x64
-
 
103
 
-
 
104
    * Makefiles. New aliases
-
 
105
        PKG_DEB, PKG_RPM and PKG_WIN
-
 
106
        Internal use only at the moment
-
 
107
 
9
------------------------------------------------------------------------
108
------------------------------------------------------------------------
10
Version:  3.13.6000.cr                              Released: 04-May-17
109
Version:  3.13.6000.cr                              Released: 04-May-17
11
------------------------------------------------------------------------
110
------------------------------------------------------------------------
12
 
111
 
13
Minor changes:
112
Minor changes:
Line 22... Line 121...
22
    Class: JatsCopy::CopyDir
121
    Class: JatsCopy::CopyDir
23
        Added options
122
        Added options
24
            NoRecurse
123
            NoRecurse
25
            NoSubDirList
124
            NoSubDirList
26
 
125
 
27
 
-
 
28
------------------------------------------------------------------------
126
------------------------------------------------------------------------
29
Version:  3.13.5000.cr                              Released: 13-Apr-17
127
Version:  3.13.5000.cr                              Released: 13-Apr-17
30
------------------------------------------------------------------------
128
------------------------------------------------------------------------
31
 
129
 
32
Minor changes:
130
Minor changes:
Line 76... Line 174...
76
 
174
 
77
Experimental:
175
Experimental:
78
    * Support for Red Hat Enterprise Linux 7
176
    * Support for Red Hat Enterprise Linux 7
79
      Compiler is supported via the new platform RHEL7
177
      Compiler is supported via the new platform RHEL7
80
      Jats support is provided via a machine type of linux_x64.
178
      Jats support is provided via a machine type of linux_x64.
81
        This will change 
179
      This will change 
82
 
180
 
83
------------------------------------------------------------------------
181
------------------------------------------------------------------------
84
Version:  3.13.3000.cr                              Released: 13-Mar-17
182
Version:  3.13.3000.cr                              Released: 13-Mar-17
85
------------------------------------------------------------------------
183
------------------------------------------------------------------------
86
 
184