Skip to content

Releases: tdf/libcmis

Version 0.6.2

13 Nov 20:08
bda92cc
Compare
Choose a tag to compare

Version 0.6.1

13 Nov 10:10
30cef00
Compare
Choose a tag to compare

add a callback that can be used to configure libcurl

Version 0.6.0

10 Oct 19:30
Compare
Choose a tag to compare

Changes since 0.5.2:

  • merge LibreOffice modifications

Version 0.5.2

27 Dec 14:31
Compare
Choose a tag to compare

Changes since 0.5.1:

  • Fixed Google Drive login, broken by Google's new 2-page login sequence
  • Added support for Google Drive two-factor authentication
  • Fixed access to SharePoint root folder (tdf#101385)
  • Limited the maximal number of redirections to 20 (rhbz#1410197)
  • Switched library implementation to C++11 (the API remains C++98-compatible)
  • Fixed build with boost >= 1.68.0 (#19)
  • Fixed encoding of OAuth2 credentials
  • Dropped cppcheck run from "make check". A new "make cppcheck" target was created for it
  • Added proper API symbol exporting
  • Speeded up building of tests a bit
  • Fixed a few issues found by coverity and cppcheck

Version 0.5.1

04 Mar 11:57
Compare
Choose a tag to compare

List of changes:

  • Fixed a crash when server response did not contain cmis:baseTypeId
    property (tdf#90351)
  • Removed the requirement for non-empty password when using HTTP
    authentication credentials
  • Fixed build with boost 1.60 and gcc 5
  • Fixed a few problems found by Coverity
  • Fixed a busload of memory leaks