Changelog for
pstoedit-3.77-150400.1.8.x86_64.rpm :
* Tue Sep 07 2021 sbrabecAATTsuse.com- Update to version 3.77:
* Added experimental support for filled objects in DXF output using the HATCH element of DXF.
* Fixed a problem when running pstoedit with output to standard output instead of a file.
* Adapted to new versioning scheme of GhostScript.
* Additional backend for pcb-rnd.
* Some additional options in WEMF driver.
* Better handling of bounding box in EMF output.
* Better handling of metric option in fig driver.
* Thu Sep 17 2020 dmuellerAATTsuse.com- update to 3.75:
* Fix a compile problem under certain MacOS versions.
* Various changes needed for interworking with newer versions of GhostScript.
* Some code modernization based on feedback from VS-2019, Clang Powertools and PVS Studio.
* Added support for dotted and dashed lines to the DXF backend.
* Reduce redundancy in help documents.
* Porting to Windows CE by Rohan Shetty.
* Made pstoedit compatible with ghostscript 9.27.
* Fix a bug occurring with large scale factors.
* Include full documentation by default and provide an option to generate documentation locally which then fit best to the local installation.
* Started to apply improvements proposed by clang-tidy.
* Included a bunch of patches from Debian for easier maintenance of the package plus correction to some spelling issues. Thanks to Barak A. Pearlmutter.
* added a -vl option to specify a verbosity level. Using the older -v enables level 1. For more use -vl 2.
* included a patch contributed by OpenSuse folks fixing a problem in finding the plugins under certain conditions.
* included a patch contributed by Martin Madsen related to checking non existing directories when looking for plugins.
* added support for pdfwithshow and pdfawidthshow special operators when reading PDF files.
* Scott Pakin updated the cfdg driver to support the current version of cfdg.
* changes needed for newer versions of GhostScript.
* some code cleanup. pstoedit passed all Coverity checks.- remove pstoedit-imagemagick7.patch pstoedit-pkglibdir.patch (obsolete)- rediff reproducible.patch
* Wed Sep 20 2017 pgajdosAATTsuse.com- build against ImageMagick 7 + pstoedit-imagemagick7.patch
* Fri Mar 04 2016 bwiedemannAATTsuse.com- Add reproducible.patch to make build-compare work
* Fri Mar 13 2015 sbrabecAATTsuse.cz- Fix plugin search algorithm (pstoedit-pkglibdir.patch).- Drop patches:
* pstoedit-parallel.patch: It was apparently autotools fault.
* pstoedit-3.50-plugin-close.patch: Triggering bnc#680125 is fixed since 12.2.
* pstoedit-3.60-libdl.patch: Patch is correct, but not needed.
* Thu Mar 12 2015 p.drouandAATTgmail.com- Update to version 3.70
* some code improvement
* removed the -DBUGGYGPP compile flag since now g++ can compile the code without it. The former work-arounds are still there but will be removed later.
* enabled more warnings when compiling with g++ and fixed some resulting warnings.
* changed the autoconf part to better support the inclusion of libzip for the pptx driver.
* included a lot of documentation corrections
* using non case sensitive comparison when determining the target format from the file suffix.
* using more STL classes instead of older private replacements (string and vector). In this context also some hard coded limits were removed.
* fixed an assertion violation when using -ssp and a closepath occurred.
* added the dump of the font name for the DXF format. prototype of a \"simulate fill\" option for emulating filling by stroking. This is based on fillpoly.c from the hp2xx project. This is still kind of experimental.- Update pstoedit-3.62-parallel.patch > pstoedit-parallel.patch
* Fri May 30 2014 tchvatalAATTsuse.com- Version bump to 3.62:
* new backend generating PowerPoint pptx files
* improved handling of composite fonts
* fixed a bug in detecting rectangles.
* improved bounding box tracing in case of text (but it is still not perfect).
* changed the creation of filenames when using the -split option.
* fixed a bug in passing generic libplot arguments to the libplot drivers.
* improved support for 64-bit systems related the integration of pstoedit to gsview.
* include a version info resource in pstoedit\'s windows exe and DLLs.
* include a work-around for a Hurd specific problem with dlclose.- New patches to fix build behaviour:
* pstoedit-3.60-libdl.patch
* pstoedit-3.62-parallel.patch
* Fri Apr 05 2013 idonmezAATTsuse.com- Add Source URL, see https://en.opensuse.org/SourceUrls
* Wed Nov 07 2012 sbrabecAATTsuse.cz- Update to version 3.61:
* fixed a bug in handling of -page option.
* improved support for 64-bit systems related to different version of ghostscript
* added some features for supporting the LaOS project (Laser Open Source Cutting, http://www.laoslaser.org/)
* Fri May 25 2012 sbrabecAATTsuse.cz- Build against libEMF on all platforms.