Subversion Repositories DevTools

Rev

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

Rev 5884 Rev 5885
Line 1... Line 1...
1
------------------------------------------------------------------------
1
------------------------------------------------------------------------
2
Version:  3.10.14000.cr                              Released:
2
Version:  3.10.14000.cr                              Released: 12-Jul-16
3
------------------------------------------------------------------------
3
------------------------------------------------------------------------
4
 
4
 
5
Minor changes:
5
Minor changes:
6
    * Jats Build
6
    * Jats Build
7
      [JATS-266] jats install and package - does not preserve symbolic links
7
      [JATS-266] jats install and package - does not preserve symbolic links
8
      Shared libarares, under Unix, are created with one or two symlinks to 
8
      Shared libraries, under Unix, are created with one or two symlinks to 
9
      the library: link and soname.
9
      the library: link and soname.
10
      When the shared library is Installed or Packaged the symlink was not 
10
      When the shared library is Installed or Packaged the symlink was not 
11
      preserved resulting in a much larger package that really required.
11
      preserved resulting in a much larger package that really required.
12
 
12
 
13
      Shared library symlinks are marked and are now copied so as to 
13
      Shared library symlinks are marked and are now copied so as to 
Line 20... Line 20...
20
      [JATS-395] GCOV does not work for all build topologies
20
      [JATS-395] GCOV does not work for all build topologies
21
      Improved the extraction of gcov information to allow for all 
21
      Improved the extraction of gcov information to allow for all 
22
      build topologies.
22
      build topologies.
23
 
23
 
24
      Reduced the output when running the code coverage tools
24
      Reduced the output when running the code coverage tools
25
      The can be re-enabled  by adding an 'options=args' to the make 
25
      The can be re-enabled by adding an 'options=args' to the make 
26
      command.
26
      command.
27
 
27
 
28
      Simplified the processing of the coverage data.
28
      Simplified the processing of the coverage data.
29
 
29
 
30
 
30