Package Release Info

libvisio-0.1.6-bp152.2.23

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libvisio-0_1-1
libvisio-devel
libvisio-devel-doc
libvisio-tools

Change Logs

* Tue Nov 07 2017 tchvatal@suse.com
- Update to 0.1.6:
  * Consider stencil txtxform in binary formats (tdf#67914).
  * Parse font width scaling.
  * Remove namespace check for VDX to allow parsing documents produced by lucidchart.com (tdf#98791).
  * Output shape ID if set.
  * Fix parsing of text block background color in some cases.
  * Write bitmaps with color palette correctly.
  * Deduce text encoding from font name.
  * Parse theme fill and shadow color.
  * Parse font scheme in VSDX documents.
  * Require C++11 for build.
  * Fix various crashes, leaks and hangs when reading damaged files found by oss-fuzz.
  * Fix some issues found by Coverity.
  * Many other small improvements and fixes.
* Wed Feb 01 2017 adam.majer@suse.de
- use individual libboost-*-devel packages instead of boost-devel
* Wed Dec 30 2015 fstrba@suse.com
- Generate manpages for the tools in libvisio-tool package
* Tue Dec 29 2015 fstrba@suse.com
- Version bump to 0.1.5
  * Rewrite text output to avoid empty spans and to make the
    function a bit more readable for common mortal (wo)man.
  * Initial emulation of line rounding property (tdf#90603).
  * Make --help output of all command line tools more
    help2man-friendly.
* Thu Dec 24 2015 fstrba@suse.com
- Version bump to 0.1.4
  * Layer properties
  * Bullets
  * Tab-sets
  * Hatch fills
  * A lot of bug-fixes
- Removed patch:
  * 0001-fix-test.patch
  - Integrated upstream
- Remove CPPFLAGS used to build with boost 1.59.0
  * Fixed upstream
* Wed Nov 11 2015 idonmez@suse.com
- Fix compilation with boost 1.59
* Fri Aug 28 2015 tchvatal@suse.com
- Version bump to 0.1.3:
  * Fix build on old compilers
- Add patch from upstream git to build with new libxml2:
  * 0001-fix-test.patch
* Fri Aug 28 2015 tchvatal@suse.com
- Version bump to 0.1.2:
  - Fix several build problems with different compilers.
  - Import more metadata properties.
  - Fix theme color import (tdf#92270).
  - Fix a bunch of crashes and hangs when reading broken documents, found
    with the help of american-fuzzy-lop.
  - Fix several memory leaks.
  - Ignore errors when parsing metadata. This makes some documents readable
    again.
  - Fix handling of character background (tdf#92271).
* Tue Jan 06 2015 tchvatal@suse.com
- Version bump 0.1.1:
  * Various bugfixes around
- Remove obsol patch:
  * libvisio-0.1.0-pkgconfig.patch
- Enable testsuite
* Fri Jul 25 2014 fstrba@suse.com
- Added patch: libvisio-0.1.0-pkgconfig.patch
  * Remove the Requires.private which breaks SLE11 builds
* Mon May 26 2014 fstrba@suse.com
- Upgrade to upstream version 0.1.0
  * ABI change
- Remove unneeded patches:
  * libvisio-0.0.30-iterator_range.patch
  * libvisio-0.0.30-wpx_seek_end.patch
- Change in dependencies:
  * Remove dependency on libwpg-devel and libwpd-devel
  * Add dependency on librevenge-devel
- License change
  * Released under MPL-2.0 only
* Sat Jan 25 2014 tchvatal@suse.com
- Cleanup with spec-cleaner and noarch the documentation.
* Sat Jan 18 2014 crrodriguez@opensuse.org
- build with -fvisibility-inlines-hidden
* Fri Nov 01 2013 tchvatal@suse.com
- Remove conditional for the doc building, use verbose build.
* Fri Jul 26 2013 fridrich.strba@suse.com
- Performance regression fix
  * Add patch to unconditionally use WPX_SEEK_END
  * Depend on libwpd-devel >= 0.9.5 that has WPX_SEEK_END
* Wed Jul 10 2013 fridrich.strba@suse.com
- Bump version to 0.0.30
  * Fix building with older boosts
  * Considerable performance improvement due to diminished
    memory consumption.
  * Implemented B-Spline conversion for xml-based formats
  * For NURBS and B-Splines where it is possible, lossless
    conversion to bezier segments.
  * Coverity fixes.
* Tue Jul 02 2013 fridrich.strba@suse.com
- Bump version to 0.0.29
  * Avoid NAN in NURBS code - fixes some freehand curves
  * Fix generation of doxygen documentation
  * Fix several parser errors due to padding zeros after chunks
* Wed Jun 05 2013 fridrich.strba@suse.com
- Bump version to 0.0.28
  * Miscellaneous crash fixes revealed by fuzzer run.
  * Miscellaneous coverity fixes.
  * New layout of source code with public headers in inc/libvisio
    directory.
* Mon Apr 22 2013 fridrich.strba@suse.com
- Bump version to 0.0.26
  * Fix missing WMFs in some Visio files
  * Use ICU for text encoding conversions
  * Honour the "HideText" property
  * Don't truncate end of the text
  * vsd2raw/vss2raw -add possibility to detect groups that are not
    properly finished and indent raw output for easier detection of
    problems
- Add dependency on libicu-devel
* Tue Feb 26 2013 fridrich.strba@suse.com
- Bump version to 0.0.25
  * don't throw from parser to the outer world
  * fix line height conversion with fixed line-height
  * fix incorrect colour conversion in documents without cached hex value
  * convert page names
  * miscellaneous coverty fixes