2015-11-11 12:36:21 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Nov 11 11:15:58 UTC 2015 - idonmez@suse.com
|
|
|
|
|
|
|
|
- Fix compilation with boost 1.59
|
|
|
|
|
2015-01-02 14:15:03 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 2 13:13:55 UTC 2015 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Version bump to 0.0.2:
|
|
|
|
- Better handling of invalid input in RVNGDirectoryStream functions.
|
|
|
|
- Add documentation for RVNGDirectoryStream.
|
|
|
|
- Add text:outline-level to allowed paragraph properties. This is to allow
|
|
|
|
import libraries to handle headings properly.
|
|
|
|
- Properly handle units in all generators, instead of expecting everything is
|
|
|
|
in inches.
|
|
|
|
- Implement open/closeGroup for RVNGSVGDrawingGenerator.
|
|
|
|
- Improve handling of layers in RVNGSVGPresentationGenerator.
|
|
|
|
- Handle master pages in RVNGSVGDrawingGenerator and
|
|
|
|
RVNGSVGPresentationGenerator.
|
|
|
|
- Simple handling of tables in RVNGSVGDrawingGenerator and
|
|
|
|
RVNGSVGPresentationGenerator: just create a text box for each cell.
|
|
|
|
- Fix return value of RVNGStringStream::seek when seeking to end.
|
|
|
|
- Fix some warnings found by Coverity.
|
|
|
|
- Use symbol visibility on Linux. The library only exports public functions
|
|
|
|
now.
|
|
|
|
- Fix several crashes or hangs when reading broken OLE2 or Zip files, found
|
|
|
|
with the help of american-fuzzy-lop.
|
|
|
|
- Add fo:language, fo:country and fo:script to allowed span properties.
|
|
|
|
- Handle headings in RVNGHTMLTextGenerator
|
|
|
|
|
2014-07-01 16:17:24 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 1 14:16:51 UTC 2014 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Add gdb dep to provide /usr/share/gdb directory
|
|
|
|
|
2014-07-01 16:12:16 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 1 14:12:01 UTC 2014 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Disable silent rules
|
|
|
|
|
2014-07-01 16:09:01 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 1 14:08:50 UTC 2014 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Add group
|
|
|
|
|
2014-06-03 09:14:34 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 3 07:07:46 UTC 2014 - fstrba@suse.com
|
|
|
|
|
2014-06-11 10:47:55 +02:00
|
|
|
- Upgrade to upstream 0.0.1 release
|
2014-06-03 09:14:34 +02:00
|
|
|
* 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
|
|
|
|
|
2014-05-26 11:09:12 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|