Skip to content

ABI break requires SONAME bump #79

@jengelh

Description

@jengelh
commit d190cabd1ad38934c741696ab0389bef008d5bda
Author: Evan Miller <emmiller@gmail.com>
Date:   Fri Aug 7 08:22:37 2020 -0400

    Bump version to 1.6.0-beta
    
    Pull request #77 introduced some ABI-breaking changes, so let's be
    polite and bump the minor version.

abidiff output:

» abidiff 153/usr/lib64/libxlsreader.so.1 160/usr/lib64/libxlsreader.so.1|o
Functions changes summary: 0 Removed, 0 Changed, 0 Added function
Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
Function symbols changes summary: 1 Removed, 5 Added function symbols not referenced by debug info
Variable symbols changes summary: 0 Removed, 0 Added variable symbol not referenced by debug info

1 Removed function symbol not referenced by debug info:

  utf8_decode

5 Added function symbols not referenced by debug info:

  codepage_decode
  transcode_utf16_to_utf8
  xls_createlocale
  xls_freelocale
  xls_wcstombs_l

ABI breaks require a change in ELF SONAME. This was not done for libxls-1.6.0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions