pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/converters/librevenge



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Feb  2 10:15:47 UTC 2015

Modified Files:
        pkgsrc/converters/librevenge: Makefile distinfo
Added Files:
        pkgsrc/converters/librevenge/patches: patch-configre

Log Message:
Changes 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.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/converters/librevenge/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/converters/librevenge/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/converters/librevenge/patches/patch-configre

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index