Changelog for
dpic-2024.01.01-55.6.x86_64.rpm :
* Tue Jul 09 2024 Dirk Müller
- update to 2024.01.01:
* SVG stroke fix.
* Robust arrowheads and pgf text offsets.
* Fri Mar 03 2023 Dirk Müller - update to 2023.02.1:
* More precise obtuse-angle arcs.
* Minor addition to the manual.
* Non-LaTeX error-handling cleanup.
* Line thickness recovery parameter enabled.
* Redundant code dating from pascal conversion removed.
* Robustness fixes.
* Improved robustness for fuzzed input.
* Added colored svg sprintf text and % appended to selected outputs.
* Shift operation bugfix.
* Improved error messaging; additional distribution examples.
* CVE-2021-33390: Use-after-free in thedeletestringbox() (boo#1214501).
* CVE-2021-33388: Heap Buffer Overflow in themakevar() (boo#1214502).
* CVE-2021-32422: Buffer Overflow in theyylex() (boo#1214503).
* CVE-2021-32421: Heap Use-After-Free in thedeletestringbox() (boo#1214504).
* CVE-2021-32420: Heap-based Buffer Overflow in thestorestring() (boo#1214505).
* Mon Aug 17 2020 Dirk Mueller - update to 2020.06.01:
* SVG text adjustments; GCC-10 conformance.
* Commas protected by brackets; zero-repetition \"for\" loop bugfix under bison.
* Fix of environment variable scope, arc attribute; improved error messages; generalized macro definition.
* Corrected typos, copyright notices, version number, string treatment.
* Bugfix for buffer overflow with extreme arguments of wfloat().
* This is a major clone of the previous distribution, which contained compilable C code together with the original pascal source. The pascal was translated to C code using p2c, which was included, and parsing was automated by a custom compiler-compiler which was also provided. The current package includes C source only with parsing automated using GNU bison. The original lexical analyser has been kept. To avoid introducing bugs, the C code has been changed only to accommodate bison; some p2c idiosyncrasies remain. The result is functionally identical to the previous version for correct input.
* Wed Aug 23 2017 dmitry_rAATTopensuse.org- Update to version 2017.08.01
* Minor changes and bugfixes
* Thu Aug 13 2015 dmitry_rAATTopensuse.org- Update to version 2015.06.29
* Fixed a bug in svg output.
* Undeferred error messaging. Improved readability of C code.
* Wed May 20 2015 dmitry_rAATTopensuse.org- Update to version 2015.05.19
* Bugfixes for nested if-statement and multiple pdf strings.
* Fix comment lines containing braces in macro and for bodies. Revised messages for some errors.
* Wed Feb 25 2015 dmitry_rAATTopensuse.org- Update to version 2015.02.16
* Reworked the handling of backslashes in strings in macro arguments.
* PDF output. Built-in variable dpicopt and variables added for detecting command options. Linear objects reworked for consistent fill.
* Tue Jan 14 2014 dmitry_rAATTopensuse.org- Update to version 2014.01.01
* Input lines of arbitrary length and line continuation (except in strings). Object parameters .thick = .thickness and .len = .length, eg t=last box.thick; q = last line.len
* Sat Oct 05 2013 dmitry_rAATTopensuse.org- Update to version 2013.09.30
* Better portability of the random() function
* Mon Mar 11 2013 dmitry_rAATTopensuse.org- update to version 2013.03.10
* Minor tweak to svg output