* Mon Jul 08 2019 Tomá? Chvátal <tchvatal@suse.com>
- 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
* Fri Aug 17 2018 adam.majer@suse.de
- use %license to install licenses
- spec file cleanup
- boost_168.patch: fix build with Boost 1.68 where the compatibility
header for Uuid's sha1 header was removed. (boo#1105173)
* Wed Feb 08 2017 jengelh@inai.de
- Description updates
- Rename %soname to %sover to better reflect its use
* Wed Feb 01 2017 adam.majer@suse.de
- use individual libboost-*-devel packages instead of boost-devel
* Sun May 08 2016 tchvatal@suse.com
- Simplify autoreconf call and add patch to mark Makefile as foreign:
* declare-automake-foreign.patch
* Fri Mar 04 2016 tchvatal@suse.com
- Version update to 0.5.1:
* Few small bugfixes, see NEWS file for details
- Remove upstreamed patches
* 0001-fix-boost-configuration-with-gcc-5.patch
* 0002-avoid-use-after-delete.patch
* 0005-Remove-invalid-comments-from-test-JSON-file.patch
* Fri Nov 20 2015 normand@linux.vnet.ibm.com
- for ppc64le bypass boo#955832: disable stop on make check error
* Tue Nov 17 2015 idonmez@suse.com
- Add 0005-Remove-invalid-comments-from-test-JSON-file.patch to fix
test-onedrive failure with boost 1.59
(http://sourceforge.net/p/libcmis/tickets/13/)
* Wed May 06 2015 fstrba@suse.com
- Added patches:
* 0001-fix-boost-configuration-with-gcc-5.patch
- Upstream fix for boost detection with gcc5
* 0002-avoid-use-after-delete.patch
- Upstream fix for test-ws failure
- Removed patch:
* fix-boost-with-gcc5.patch
- Superseded by the two previous patches
* Wed May 06 2015 coolo@suse.com
- fix-boost-with-gcc5.patch: upsream patch to support gcc5
* Wed May 06 2015 coolo@suse.com
- use upstream source url
* Sat Dec 27 2014 p.drouand@gmail.com
- 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
* Wed Jul 02 2014 fstrba@suse.com
- 0001-Remove-C-11-only-std-to_string.patch
Fix some C++11-isms.
* Tue Mar 04 2014 cbosdonnat@suse.com
- 433fad3-Fix-int-bool-confusion-on-big-endian-architectures.patch
Fix problem with big endian architectures. bnc#866716
* Mon Dec 30 2013 tchvatal@suse.com
- Whitespace cleanup here&there.
* Tue Nov 12 2013 jengelh@inai.de
- 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)
* Wed Aug 07 2013 cbosdonnat@suse.com
- 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
* Mon Jun 10 2013 crrodriguez@opensuse.org
- Build with large file support in 32 bit archs, no good
will come mixing LFS-aware executables and non-LFS libraries.
* Thu Jan 31 2013 tchvatal@suse.com
- Version bup to 0.3.1
* 0.3.1
* Added support for proxy configuration
* Fixed man page generation
* Misc code cleanup / fixes
* Fri Jan 25 2013 tchvatal@suse.com
- Fix libcmis-c-devel dependency over itself.