librevenge/librevenge.changes

38 lines
1.5 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Tue Jul 1 14:08:50 UTC 2014 - tchvatal@suse.com
- Add group
-------------------------------------------------------------------
Tue Jun 3 07:07:46 UTC 2014 - fstrba@suse.com
- Upgrade to upstream 0.0.1 release
* Fix license headers in some files.
* Export API symbols on windows.
* Really allow to disable build without streams and generators.
* Detect CppUnit in configure already.
* Drop dependency of librevenge-stream to Boost.Filesystem.
* Do not throw exception when constructing RVNGDirectoryStream
for an unexistent directory. Instead, create a valid dummy
stream that will respond negatively to all operations (for
consistency with RVNGFileStream).
* Fix return type of RVNGBinaryData::getDataStream(). This change
does affect neither API nor ABI.
* Add some documentation for RVNGBinaryData.
* Create a Coverity model covering the majority of librevenge data
types, for the benefit of projects that use librevenge.
* Several minor improvements and fixes.
- Remove upstreamed patches:
* 0001-fix-type-sizes-for-CPPUNIT_ASSERT_EQUAL.patch
* 0001-fix-license-headers-for-gdb-printers.patch
-------------------------------------------------------------------
Mon May 26 08:08:57 UTC 2014 - fstrba@suse.com
- Initial package for librevenge
- 0001-fix-type-sizes-for-CPPUNIT_ASSERT_EQUAL.patch
* fix make check on some architectures.
- 0001-fix-license-headers-for-gdb-printers.patch
* pretty printers are licensed MPL-2.0 by their author.