Changelog for
libgxps-devel-0.3.0-lp152.5.8.x86_64.rpm :
* Mon Oct 15 2018 qzhengAATTsuse.com- Add libgxps-CVE-2018-10733.patch to fix a heap-based buffer over-read issue (CVE-2018-10733, boo#1092125).
* Sat Aug 26 2017 jengelhAATTinai.de- Fix RPM groups and summaries.
* Tue Aug 15 2017 zaitorAATTopensuse.org- Update to version 0.3.0: + New features: - Add initial support for resource dictionaries (bgo#777731). - Support OpenXPS fixed representation schema (bgo#768117). + Bug fixes: Fix a crash when extracting a malformed file (bgo#785479). + Build: Switch to meson build system (bgo#783642).- Add meson BuildRequires and switch autotools macros configure, make and makeinstall to meson, meson_build and meson_install following upstream switch to Meson build system.- Add gtk-doc BuildRequires, needed to build documentation, also build manpages.- Add libgxps-rpmlintrc: Filter out bogus rpmlint warning about libgxps-tools not containing any libs.- Run spec-cleaner, modernize spec.
* Sun Feb 26 2017 zaitorAATTopensuse.org- Update to version 0.2.5: + Fix handling of internal documents paths to ensure we always use \"/\" instead of the system path separator (bgo#777894). + Improve performance when querying archive entries by using a hash set instead of a GList (bgo#777272). + Improve performance when querying documents in archive by using a GPtrArray instead of a GList (bgo#777269). + Fix a user after free in tools. + Fix several memory leaks. + Fix potential NULL pointer dereference found by coverity (bgo#776323). + Add a missing break in switch statement found by coverity (bgo#776323). + Fix uninitialised variables found by coverity (bgo#776323). + Fix several compile warnings. + Remove wrong return from print_token() that is void (bgo#772296). + Fix GObject introspection build (bgo#775637). + Build: Add support for building with Visual studio (bgo#771057).
* Mon Jun 20 2016 zaitorAATTopensuse.org- Update to version 0.2.4: + Fix the build with GCC >= 6 when tests are enabled. + Fix non-literal format string warning for clang (bgo#760177). + Correctly show translated messages for command line tools on some locales (bgo#760437).
* Fri Sep 04 2015 zaitorAATTopensuse.org- Update to version 0.2.3.2: + Follow up release to fix the build in some cases due to libm undefined symbols.
* Sat Aug 15 2015 zaitorAATTopensuse.org- Update to version 0.2.3.1: + This is a follow up release to fix the build in some cases due to libpng undefined symbols.
* Thu Aug 13 2015 zaitorAATTopensuse.org- Update to version 0.2.3: + API changes: Add API to get Core Properties of a XPS file. + New features: - Support ImageBrush Viewbox and rotation/shearing matrices (bgo#751357). - Add support for JPEG images with GRAYSCALE color space (bgo#744120). - Add support for interleaved zip archives. + Bugs fixed: - Fix transformation for VisualBrush elements (bgo#742630). - Fix parsing of dash array with negative values (bgo#715023). - Make gxps_dash_array_parse fail for an odd number of dashes (bgo#715023). - Fix parsing of dash array when it has trailing or leading whitespaces (bgo#715023). - Fix the build with libpng16. - Fix parsing of real numbers containing e[+-]number. - Fix a crash in documents containing nested FixedDocument (bgo#685741).- Drop obsolete xz BuildRequires: We now support xz tarballs by default.- Drop libgxps-libpng16.patch: Fixed upstream.
* Fri Feb 15 2013 pgajdosAATTsuse.com- Add libgxps-libpng16.patch, also build against libpng16.
* Wed Mar 21 2012 vuntzAATTopensuse.org- Update to version 0.2.2: + Bug fixes: - Fix COPYING file that used lgl2 instead of lgpl2.1 (bgo#671271) - Fix the build with --enable-gtk-doc (bgo#671274) - Fix several memory leaks when parsing fails (bgo#668937, bgo#668940, bgo#668941, bgo#668969, bgo#668968, bgo#668966, bgo#668965) + Tools: - Set image parameters after jpeg_set_defaults(), so the resolution does not get overwritten by the defaults + Documentation: - Ignore private headers when generating API doc - Add index of new symbols in 0.2.1 - Add Since: tag to GXPS_VERSION_STRING api docs