Binary compatibility report for the libapt library between 0.8.15.5 and 0.8.15.6 versions on x86
Test Info
Library Name | libapt |
Version #1 | 0.8.15.5 |
Version #2 | 0.8.15.6 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 67 |
Total Shared Libraries | 2 |
Total Symbols / Types | 1167 / 696 |
Verdict | Incompatible (0.1%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 3 |
Removed Symbols | High | 1 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 1 |
Medium | 0 |
Low | 2 |
Problems with Constants | Low | 0 |
Added Symbols (3)
fileutl.h,
libapt-pkg.so.4.10.1
GetModificationTime ( std::string const& Path )
[symbol: _Z19GetModificationTimeRKSs]
pkgcachegen.h,
libapt-pkg.so.4.10.1
pkgCacheGenerator::NewDepends ( pkgCache::PkgIterator& Pkg, pkgCache::VerIterator& Ver, std::string const& Version, unsigned int const& Op, unsigned int const& Type, map_ptrloc*& OldDepLast )
[symbol: _ZN17pkgCacheGenerator10NewDependsERN8pkgCache11PkgIteratorERNS0_11VerIteratorERKSsRKjS8_RPj]
sourcelist.h,
libapt-pkg.so.4.10.1
pkgSourceList::GetLastModifiedTime ( )
[symbol: _ZN13pkgSourceList19GetLastModifiedTimeEv]
to the top
Removed Symbols (1)
pkgcachegen.h,
libapt-pkg.so.4.10.1
pkgCacheGenerator::NewDepends ( pkgCache::PkgIterator& Pkg, pkgCache::VerIterator& Ver, std::string const& Version, unsigned int const& Op, unsigned int const& Type, map_ptrloc* OldDepLast )
[symbol: _ZN17pkgCacheGenerator10NewDependsERN8pkgCache11PkgIteratorERNS0_11VerIteratorERKSsRKjS8_Pj]
to the top
Problems with Symbols, High Severity (1)
pkgcachegen.h,
libapt-pkg.so.4.10.1
[+] pkgCacheGenerator::NewDepends ( pkgCache::PkgIterator& Pkg, pkgCache::VerIterator& Ver, std::string const& Version, unsigned int const& Op, unsigned int const& Type, map_ptrloc* OldDepLast ) (1)
changed to:pkgCacheGenerator::NewDepends ( pkgCache::PkgIterator& Pkg, pkgCache::VerIterator& Ver, std::string const& Version, unsigned int const& Op, unsigned int const& Type, map_ptrloc*& OldDepLast )
[symbol: _ZN17pkgCacheGenerator10NewDependsERN8pkgCache11PkgIteratorERNS0_11VerIteratorERKSsRKjS8_Pj]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN17pkgCacheGenerator10NewDependsERN8pkgCache11PkgIteratorERNS0_11VerIteratorERKSsRKjS8_Pj to _ZN17pkgCacheGenerator10NewDependsERN8pkgCache11PkgIteratorERNS0_11VerIteratorERKSsRKjS8_RPj. This may cause "undefined reference" linker error in old client applications. |
to the top
Problems with Symbols, Low Severity (2)
depcache.h,
libapt-pkg.so.4.10.1
[+] pkgDepCache::IsDeleteOk ( pkgCache::Namespace::PkgIterator const& Pkg, bool Purge, unsigned long Depth, bool FromUser ) (1)
changed to:pkgDepCache::IsDeleteOk ( pkgCache::Namespace::PkgIterator const& Pkg, bool MarkPurge, unsigned long Depth, bool FromUser )
[symbol: _ZN11pkgDepCache10IsDeleteOkERKN8pkgCache11PkgIteratorEbmb]
| Change | Effect |
---|
1 | 2nd parameter Purge has been renamed to MarkPurge. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] pkgDepCache::MarkDelete ( pkgCache::Namespace::PkgIterator const& Pkg, bool Purge, unsigned long Depth, bool FromUser ) (1)
changed to:pkgDepCache::MarkDelete ( pkgCache::Namespace::PkgIterator const& Pkg, bool MarkPurge, unsigned long Depth, bool FromUser )
[symbol: _ZN11pkgDepCache10MarkDeleteERKN8pkgCache11PkgIteratorEbmb]
| Change | Effect |
---|
1 | 2nd parameter Purge has been renamed to MarkPurge. | Renaming of a parameter may indicate a change in its semantic meaning. |
to the top
Header Files (67)
acquire-item.h
acquire-method.h
acquire-worker.h
acquire.h
algorithms.h
aptconfiguration.h
apti18n.h
arfile.h
cachefile.h
cachefilter.h
cacheiterators.h
cacheset.h
cdrom.h
cdromutl.h
clean.h
cmndline.h
config.h
configuration.h
crc-16.h
database.h
debfile.h
debindexfile.h
deblistparser.h
debmetaindex.h
debrecords.h
debsrcrecords.h
debsystem.h
debversion.h
depcache.h
dirstream.h
dpkgdb.h
dpkgpm.h
error.h
extract.h
extracttar.h
filelist.h
fileutl.h
hashes.h
indexcopy.h
indexfile.h
indexrecords.h
init.h
macros.h
md5.h
metaindex.h
mmap.h
netrc.h
orderlist.h
packagemanager.h
pkgcache.h
pkgcachegen.h
pkgrecords.h
pkgsystem.h
policy.h
progress.h
sha1.h
sha256.h
sourcelist.h
sptr.h
srcrecords.h
strutl.h
tagfile.h
vendor.h
vendorlist.h
version.h
versionmatch.h
weakptr.h
to the top
Shared Libraries (2)
libapt-inst.so.1.2.0
libapt-pkg.so.4.10.1
to the top