8000 Releases · libxls/libxls · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: libxls/libxls

libxls 1.6.3

26 Dec 10:53
Compare
Choose a tag to compare
  • Fix style record size check on big-endian systems
  • Fix header include in C++ mode
  • Fix buffer overflows when parsing style records
  • Various build fixes
  • New LIBXLS_UNSUPPORTED_ENCRYPTION error code
  • Fix infinite loop with self-referencing sectors

libxls 1.6.2

04 Jan 04:32
Compare
Choose a tag to compare
  • Fix NULL pointer dereferences in the xls2csv tool #84 #90
  • Migrate from Travis CI to GitHub Actions

libxls 1.6.1

09 Sep 14:34
Compare
Choose a tag to compare

This release corrects the libtool version information found in libxls 1.6.0, and fixes undefined behavior for applications that were originally linked against the 1.5.x dynamic library. The C source code is unchanged from the last release. See #79

libxls 1.6.0

04 Sep 15:25
Compare
Choose a tag to compare

NOTE: The libtool information on the 1.6.0 release was improperly set. If you compiled a program against an older version of the dynamic library, you may need to recompile and relink. Please see #79 or wait until a 1.6.1 release.

This release enables decoding of non-Unicode character sets in older (BIFF5) XLS files. In addition, it improves string-conversion performance in newer files. See #77

The minor version has been increased to reflect changes in the header files, including a break in the ABI. The public API remains the same.

libxls 1.5.3

20 Jun 11:45
Compare
Choose a tag to compare

libxls 1.5.2

27 Oct 14:30
Compare
Choose a tag to compare
  • Fix character transliteration on Windows when iconv is not present #66
  • Make C++ test conditional on having a C++11 compiler (requires autoconf-archive)
  • README: Add links to language bindings (and an OSS-Fuzz badge!)

libxls 1.5.1

14 Apr 10:09
Compare
Choose a tag to compare
  • Fix undefined behavior when formatting NaNs #46
  • Add missing files to distribution tarballs #47
  • Remove unused checks from configure #48
  • Add C++ test target and fix errors #49
  • Add a pkg-config file #53
  • Fix off-by-one in double byteswapping (big-endian systems) #54
  • Add note about Autoconf Archive #58

Special thanks to Elliott Sales de Andrade for most of the above fixes.

libxls 1.5.0

11 Feb 20:08
Compare
Choose a tag to compare

Released February 11, 2019

libxls 1.4.0

12 Dec 02:06
Compare
Choose a tag to compare

Released January 11, 2014

libxls 1.3.4

12 Dec 02:03
Compare
Choose a tag to compare

Released March 19, 2013

0