diff --git a/librevenge-0.0.1.tar.xz b/librevenge-0.0.1.tar.xz deleted file mode 100644 index f52f19b..0000000 --- a/librevenge-0.0.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cb22773dd1b268f71b291fba0e27127853e8e55ac6ec0fcf5370487d7eeee7d -size 390796 diff --git a/librevenge-0.0.2.tar.xz b/librevenge-0.0.2.tar.xz new file mode 100644 index 0000000..f864d50 --- /dev/null +++ b/librevenge-0.0.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6f280c4345546aad16aeafd5cf2e4a4ac31a81606171755465bba0d96efcf0f +size 396628 diff --git a/librevenge.changes b/librevenge.changes index 62a6686..6a92c12 100644 --- a/librevenge.changes +++ b/librevenge.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +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 + ------------------------------------------------------------------- Tue Jul 1 14:16:51 UTC 2014 - tchvatal@suse.com diff --git a/librevenge.spec b/librevenge.spec index 1b5c654..fc5a828 100644 --- a/librevenge.spec +++ b/librevenge.spec @@ -1,7 +1,7 @@ # # spec file for package librevenge # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global apiversion 0.0 %global pkgextension 0_0-0 Name: librevenge -Version: 0.0.1 +Version: 0.0.2 Release: 0 Summary: A base library for writing document import filters License: LGPL-2.1+ or MPL-2.0+