|
12
|
1 |
===============================================================================
|
|
|
2 |
|
|
|
3 |
RELEASE NOTES - LIBRARYANALYSER v3.3.3.1
|
|
|
4 |
RELEASED 21st June 2010
|
|
|
5 |
|
|
|
6 |
|
|
|
7 |
===============================================================================
|
|
|
8 |
|
|
|
9 |
Product Description:
|
|
|
10 |
====================
|
|
|
11 |
LibraryAnalyser is a command line tool that can be used to compare modified DSO
|
|
|
12 |
and LIB import library files to those in a baseline and to report any changes
|
|
|
13 |
that can affect binary compatibility.
|
|
|
14 |
|
|
|
15 |
Main Features:
|
|
|
16 |
==============
|
|
|
17 |
- Read symbol tables from import libaries and check binary compatibility by
|
|
|
18 |
comparing symbol tables of two versions of same file
|
|
|
19 |
- Support for reading .dll files and .lib files or .dso files
|
|
|
20 |
- Generate a report file in XML format
|
|
|
21 |
- Allow specific changes in function signatures
|
|
|
22 |
|
|
|
23 |
===============================================================================
|
|
|
24 |
|
|
|
25 |
What's New in v3.3.3.1
|
|
|
26 |
====================
|
|
|
27 |
- SF related changes done -
|
|
|
28 |
- All Distribution policy files are deleted.
|
|
|
29 |
- CSL arm tool chain related some executables are deleted from tsrc folder. Unit test will take the default CSL arm tool chain paths.
|
|
|
30 |
- All the old libraries are deleted from test bench. Added new libraries from TB9.2.
|
|
|
31 |
- Test bench updated for taking the space in path
|
|
|
32 |
- For CI setup, makefile required for static analysis is added.
|
|
|
33 |
|
|
|
34 |
===============================================================================
|
|
|
35 |
|
|
|
36 |
Installation Notes:
|
|
|
37 |
===================
|
|
|
38 |
LibraryAnalyser is part of Compatibility Analyser tool suite. Please refer to
|
|
|
39 |
Compatibility Analyser documentation for details.
|
|
|
40 |
|
|
|
41 |
===============================================================================
|
|
|
42 |
|
|
|
43 |
System Requirements:
|
|
|
44 |
====================
|
|
|
45 |
Basic Requirements:
|
|
|
46 |
- Windows 2000 or XP with 256MB RAM
|
|
|
47 |
|
|
|
48 |
===============================================================================
|
|
|
49 |
|
|
|
50 |
Compatibility Issues:
|
|
|
51 |
=====================
|
|
|
52 |
N/A
|
|
|
53 |
|
|
|
54 |
===============================================================================
|
|
|
55 |
|
|
|
56 |
Known Issues:
|
|
|
57 |
=============
|
|
|
58 |
- RVCT toolset slowness:
|
|
|
59 |
If your installed RVCT toolset does not have a noce-locked license, it will
|
|
|
60 |
get a license for each import library every time. This may cause the cache
|
|
|
61 |
generation become very slow. If this is causing problems, try the --uselibs
|
|
|
62 |
parameter or use the GCCE tool chain instead.
|
|
|
63 |
|
|
|
64 |
- C++Filt location when RVCT toolchain is used:
|
|
|
65 |
When you use the RVCT toolchain, you must also specify a location to the
|
|
|
66 |
c++filt tool since the RVCT toolchain does not provide that. It is
|
|
|
67 |
recommended to use the cfilt.exe provided with LibraryAnalyser installed since
|
|
|
68 |
it has been tested to work correctly. C++filt.exe provided by the Symbian/S60
|
|
|
69 |
platform cannot be used since it is not compatible.
|
|
|
70 |
|
|
|
71 |
===============================================================================
|
|
|
72 |
|
|
|
73 |
Version History:
|
|
|
74 |
================
|
|
|
75 |
Version 3.3.3 - 15th February 2010
|
|
|
76 |
--------------------------------
|
|
|
77 |
- RVCT-4 ToolChain support in Library Analyser.
|
|
|
78 |
|
|
|
79 |
Version 3.3.2 - 1st December 2009
|
|
|
80 |
--------------------------------
|
|
|
81 |
- Nokia Copyright changes done in source code for symbian foundation.
|
|
|
82 |
|
|
|
83 |
Version 3.3.1 - 18th September 2009
|
|
|
84 |
--------------------------------
|
|
|
85 |
- Change: In LA:- Performance improvement done.
|
|
|
86 |
Parser logic is changed. Both baseline and current DLL data file will be parsed with SAX parser.
|
|
|
87 |
|
|
|
88 |
Version 3.3.0 - 17th August 2009
|
|
|
89 |
--------------------------------
|
|
|
90 |
- Change: OrdinalChecker re-branded as LibraryAnalyser
|
|
|
91 |
- Feature: LibraryAnalyser now analyses dll files also
|
|
|
92 |
- Fix: LibraryAnalyser now analyses .dso/.lib files only and not .dso*/.lib*
|
|
|
93 |
files
|
|
|
94 |
|
|
|
95 |
Version 3.2.0 - 17th February 2009
|
|
|
96 |
--------------------------------
|
|
|
97 |
- Feature: Added support to verify source compatibility breaks
|
|
|
98 |
- Feature: Added support for displaying baseline and curent platform versions
|
|
|
99 |
- Change: Versioned library names will be excluded from analysis unless
|
|
|
100 |
explicitly specified with the -set parameter
|
|
|
101 |
|
|
|
102 |
Version 3.1.0 - 24th October 2008
|
|
|
103 |
--------------------------------
|
|
|
104 |
- Feature: Multiple baseline and current directories can be provided as a
|
|
|
105 |
parameter
|
|
|
106 |
- Change: Report format modified for better support for multiple directories
|
|
|
107 |
- Change: GCC toolchain is not support in Linux environment
|
|
|
108 |
- Change: Progress information is now similar than the one used in
|
|
|
109 |
HeaderAnalyser
|
|
|
110 |
|
|
|
111 |
Version 3.0.7 - 12th August 2008
|
|
|
112 |
--------------------------------
|
|
|
113 |
- Fix: Temporary path was not handled correctly if it contained spaces
|
|
|
114 |
|
|
|
115 |
Version 3.0.6 - 19th May 2008
|
|
|
116 |
-----------------------------
|
|
|
117 |
- Change: Progress information now displays more details
|
|
|
118 |
|
|
|
119 |
Version 3.0.5 - 8th February 2008
|
|
|
120 |
---------------------------------
|
|
|
121 |
- Change: If temp parameter is not defined, a global system temporary directory
|
|
|
122 |
is used instead
|
|
|
123 |
- Change: If tools parameter is not defined, PATH system environment variable
|
|
|
124 |
is scanned for trying to find where the tool chain is installed
|
|
|
125 |
|
|
|
126 |
Version 3.0.4 - 25th September 2007
|
|
|
127 |
-----------------------------------
|
|
|
128 |
- Feature: Allow the following changes to function signatures:
|
|
|
129 |
- Function parameter value can be changed from non-const to const
|
|
|
130 |
- Function can be changed from non-const to const
|
|
|
131 |
|
|
|
132 |
===============================================================================
|
|
|
133 |
|
|
|
134 |
Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
|
135 |
All rights reserved.
|
|
|
136 |
|
|
|
137 |
This component and the accompanying materials are made available
|
|
|
138 |
under the terms of the License "Eclipse Public License v1.0"
|
|
|
139 |
which accompanies this distribution, and is available
|
|
|
140 |
at the URL "http://www.eclipse.org/legal/epl-v10.html".
|