-
Notifications
You must be signed in to change notification settings - Fork 138
Closed
Description
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
Labels
No labels