- Update to 0.5.2:
* 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
- Remove merged patches:
* boost_168.patch
* declare-automake-foreign.patch
OBS-URL: https://build.opensuse.org/request/show/714043
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmis-client?expand=0&rev=44
* Various updates to the buildsystem
* Various werror bugfixes
* Loads of coverity fixes
- Add patch to build with grep 2.24:
* hunspell-grep2.24.patch
- Remove upstreamed patch:
* hunspell-emacs-utf8.patch
- Do not search for translations - broken automake from upstream
* Not worth fixing only bit italian and mostly hungarian translations
for cli anyway
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmis-client?expand=0&rev=36
- Update to version 0.5.0
+ Completely removed the dependency on InMemory server for unit tests
+ Minimized the number of HTTP requests sent by
SessionFactory::createSession
+ Added Session::getBaseTypes()
- Remove merged patches;
+ 433fad3-Fix-int-bool-confusion-on-big-endian-architectures.patch
+ 0001-Remove-C-11-only-std-to_string.patch
- Bump soname to 0_5-5
- Bump incname to 0.5
OBS-URL: https://build.opensuse.org/request/show/266508
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmis-client?expand=0&rev=26
As we have half of lo 4.2 libs already in factory just accept this too.
I will finish it up hopefully soon after new year. Easier than figuring
which all stuff is needed to be reverted for 4.1 to still build.
- Whitespace cleanup here&there.
- Set RPM groups of shlib packages to what we normally use
- Make a note in the description about what "CMIS" is
- Require boost-1.42 (first one to have the mandatory uuid.hpp)
- Update to version 0.4.1
+ 0.4.0
+ Support for Google Drive protocol as a binding
+ Support for Alfresco in the cloud
+ Added OAuth2 authentication support
+ Added API to configure HTTP proxy
+ Handle invalid SSL certificate problems
+ Added API for renditions
+ Moved the CMIS Atom binding unit tests to use libcurl mockup
+ Added repository capabilities support (still missing
capabilityCreatablePropertyTypes and capabilityNewTypeSettableAttributes)
+ 0.4.1
+ Don't install the libcmis-mockup library: only for testing purpose
OBS-URL: https://build.opensuse.org/request/show/212458
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmis-client?expand=0&rev=10
+ 0.4.0
+ Support for Google Drive protocol as a binding
+ Support for Alfresco in the cloud
+ Added OAuth2 authentication support
+ Added API to configure HTTP proxy
+ Handle invalid SSL certificate problems
+ Added API for renditions
+ Moved the CMIS Atom binding unit tests to use libcurl mockup
+ Added repository capabilities support (still missing
capabilityCreatablePropertyTypes and capabilityNewTypeSettableAttributes)
+ 0.4.1
+ Don't install the libcmis-mockup library: only for testing purpose
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmis-client?expand=0&rev=18
+ 0.2.2
+ Fixed soname for the library
+ Allow building against libcurl 7.13.1
+ 0.2.3
+ Fixed SharePoint support
+ Conditional build of man page
+ 0.3.0
+ Added Document::checkOut(), Document::cancelCheckout() and Document::checkIn()
+ Added Object::move( ) -- Grau Data
+ Fixes for xcmis and cloudoku.com -- Grau Data
+ Added Document::getAllVersions( )
+ WebService binding implementation
+ Session factory automatically detects which binding to use
+ C wrapper API
+ Unit tests are now split between quick ones and the ones needing a CMIS server
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmis-client?expand=0&rev=8
+ 0.2.0
+ Handle all the authentication methods that can be handled by
libcurl like Basic, NTLM...
+ Decode base64 encoded content sent by SharePoint
+ Set the content of a document
+ Query nodes by path
+ Get the allowable actions for a node
+ Object properties can be updated
+ Query object types
+ Creation of folders and documents
+ Deletion of folders and documents
+ 0.2.1
+ Fixed documentation distribution
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmis-client?expand=0&rev=7