summaryrefslogtreecommitdiff
path: root/dviware/dvisvgm/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'dviware/dvisvgm/ChangeLog')
-rw-r--r--dviware/dvisvgm/ChangeLog36
1 files changed, 36 insertions, 0 deletions
diff --git a/dviware/dvisvgm/ChangeLog b/dviware/dvisvgm/ChangeLog
index c215c9f441..388fcf2acd 100644
--- a/dviware/dvisvgm/ChangeLog
+++ b/dviware/dvisvgm/ChangeLog
@@ -1,3 +1,39 @@
+2022-01-26 Martin Gieseking <martin.gieseking@uos.de>
+
+ * .appveyor.yml, configure.ac, doc/dvisvgm.1, src/Doxyfile,
+ src/version.hpp:
+ set version to 2.13.1
+
+ * NEWS:
+ updated NEWS
+
+2022-01-25 Martin Gieseking <martin.gieseking@uos.de>
+
+ * src/PSPattern.cpp:
+ added explicit std::move to fix build issues with older compilers
+closes
+ #173
+
+2022-01-24 Martin Gieseking <martin.gieseking@uos.de>
+
+ * README.md:
+ removed Travis badge from README
+
+ * libs/xxHash/xxhash.h:
+ do no longer depend on <assert.h> for
+ XXH_STATIC_ASSERT
+https://github.com/Cyan4973/xxHash/commit/6189ecd3d44a693460f86280ccf49d33cb4b18e1
+
+2022-01-23 Martin Gieseking <martin.gieseking@uos.de>
+
+ * src/PsSpecialHandler.cpp:
+ apply bounding box parameters given with pdffile special
+closes #174
+
+ * src/DvisvgmSpecialHandler.cpp:
+ added evaluation of {?(...)} to dvisvgm:rawdef special
+closes #175
+
2022-01-19 Martin Gieseking <martin.gieseking@uos.de>
* .github/workflows/c-cpp.yml: