SHA256
1
0
forked from pool/libvisio
libvisio/libvisio.changes

199 lines
7.0 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Sat Jan 25 20:55:30 UTC 2014 - tchvatal@suse.com
- Cleanup with spec-cleaner and noarch the documentation.
-------------------------------------------------------------------
Sat Jan 18 14:14:24 UTC 2014 - crrodriguez@opensuse.org
- build with -fvisibility-inlines-hidden
-------------------------------------------------------------------
Fri Nov 1 09:05:03 UTC 2013 - tchvatal@suse.com
- Remove conditional for the doc building, use verbose build.
-------------------------------------------------------------------
Fri Jul 26 06:58:30 UTC 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 16:54:11 UTC 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 2 13:59:58 UTC 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 5 08:56:24 UTC 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 09:42:12 UTC 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 13:33:06 CET 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
-------------------------------------------------------------------
Mon Dec 3 10:03:31 CET 2012 - fridrich.strba@suse.com
- Bump version to 0.0.23
* Fixes fdo#48601 - wrong colours in some gradients
-------------------------------------------------------------------
Thu Nov 29 10:58:33 CET 2012 - fridrich.strba@suse.com
- Bump version to 0.0.22
-------------------------------------------------------------------
Wed Nov 21 12:52:09 UTC 2012 - tchvatal@suse.com
- Disable werror explicitely. Usefull for devel but not for pkg.
-------------------------------------------------------------------
Wed Nov 21 10:03:03 UTC 2012 - tchvatal@suse.com
- Bump version to 0.0.21
-------------------------------------------------------------------
Mon Nov 5 13:44:53 CET 2012 - fridrich.strba@suse.com
- Upgrade to upstream version 0.0.20
* Support of Visio XML Drawing file-format (*.vdx)
* Initial support of (not-yet-relesed) Visio 2013 file-formats
(*.vsdx and *.vsdm)
* Initial support of extracting of master shapes from Visio
documents.
-------------------------------------------------------------------
Wed Oct 31 21:05:31 UTC 2012 - asterios.dramis@gmail.com
- Changed license to "MPL-1.1 or GPL-2.0+ or LGPL-2.1+" (SPDX style).
- Install libvisio devel documentation in %{_docdir}/libvisio-devel/.
- Spec file cleanup based also on spec-cleaner run.
-------------------------------------------------------------------
Mon Aug 6 11:06:50 CEST 2012 - fridrich.strba@suse.com
- Upgrade to upstream version 0.0.19
* Several crashes fixed
* fix fdo#50990: import Visio documents generated by Visio SDK
* Correct filling / closing of paths
-------------------------------------------------------------------
Fri Apr 27 09:12:51 CEST 2012 - fridrich.strba@suse.com
- Upgrade to upstream version 0.0.16
- OLE objects in stencils
- More line end and start markers
- Fix closing of NURBS
- Regression and bug fixes.
-------------------------------------------------------------------
Tue Jan 24 09:40:42 UTC 2012 - jengelh@medozas.de
- Remove redundant tags/sections (see specfile guidelines)
- Adjust rpm group of -tools and (main) to match libwpd
-------------------------------------------------------------------
Sat Jan 21 21:00:29 CET 2012 - fridrich.strba@suse.com
- Upgrade to upstream version 0.0.14
- Embedded OLE objects
- Text rotations
- Rotations and flips of embedded objects
- Regression and bug fixes.
-------------------------------------------------------------------
Fri Dec 2 19:56:12 UTC 2011 - jengelh@medozas.de
- Remove redundant/unwanted tags/section (cf. specfile guidelines)
- Use %_smp_mflags for parallel building
-------------------------------------------------------------------
Fri Dec 2 17:08:00 CET 2011 - fridrich.strba@suse.com
- Upgrade to upstream version 0.0.9
- Emulate infinite lines
- Fix bug with group flips
- Implement paragraph properties in text
- Implement stencil text
- Initial implementation of text fields
- Initial implementation of line-ends
- Fix group text z-order
- Remove unnecessary patch
- Build dependency on boost-devel
-------------------------------------------------------------------
Tue Oct 4 17:04:22 CEST 2011 - fridrich.strba@suse.com
- Upgrade to upstream version 0.0.8
- Fix for "dereferencing type-puned pointer will break
strict-aliasing rules" with older compilers
- Make order with integer types
- Push dash array correctly to OdgGenerator
-------------------------------------------------------------------
Wed Sep 28 15:13:01 CEST 2011 - fridrich.strba@suse.com
- libvisio-0.0.7-strictaliasing.patch: fix "dereferencing
type-punned pointer will break strict-aliasing rules"
with older compilers
- libvisio-0.0.7-integermess.patch: fix warning about casting
double into integer and in the same token fix mess with integer
widths
-------------------------------------------------------------------
Fri Sep 9 14:57:47 CEST 2011 - fridrich.strba@suse.com
- Update to upstream version 0.0.7
- Fix a null-pointer crash with stencil geometries
- Improved text conversion
- Added support for uniform b-splines
- Fixed a problem with NURBS approximation algorithm
- Improved handling for stencils embedded raster images
-------------------------------------------------------------------
Thu Sep 1 12:38:42 CEST 2011 - fridrich.strba@suse.com
- Initial package of libvisio