From 118c694728a965e6248310d48cbfdd8ad12d04f7 Mon Sep 17 00:00:00 2001 From: Martin Gieseking Date: Tue, 17 Oct 2017 18:12:14 +0200 Subject: [PATCH] updated NEWS and README --- NEWS | 14 ++++++++++++++ README | 2 +- README.md | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 06c1b02d..33c337f3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +dvisvgm-2.2 (2017-10-19) +- added evaluation of pdf:pagesize specials +- added evaluation of PDF hyperlink specials +- try to load Ghostscript dylib on Mac systems (patch by Toby Fleming, GH bug #66) +- improved TPIC special handler, added evaluation of 'tx' special +- length values in dvisvgm specials now accept unit specifiers +- added pdftex.map to default mapfiles +- fixed potential infinite loop after starting subprocesses (GH bug #68) +- files included with psfile are now also searched in the texmf tree if not + present in the current working directory (GH bug #69) +- fixed transformation issue in computation of psfile position (GH bug #70) +- updated bundled brotli, woff2, and xxhash libraries +- several code refactorings and improvements + dvisvgm-2.1.3 (2017-02-20) - fixed build failures of libfontforge on Solaris 10 - increased code portablity diff --git a/README b/README index ea4b24eb..a0d5d661 100644 --- a/README +++ b/README @@ -68,7 +68,7 @@ DEPENDENCIES BUILDING DVISVGM FROM SOURCE dvisvgm is written in C++11 (ISO C++ standard 2011) and requires an appropriate - compiler, like GCC 4.8.1, Clang 3.3, or any later version. The configure script + compiler, like GCC 4.9, Clang 3.3, or any later version. The configure script checks for the availability of C++11 support and adds the proper compiler options if necessary. diff --git a/README.md b/README.md index 017df461..8f49af82 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ Building dvisvgm from source ---------------------------- _dvisvgm_ is written in C++11 ([ISO C++ standard 2011](http://www.iso.org/iso/catalogue_detail.htm?csnumber=50372)) -and requires an appropriate compiler, like [GCC](https://gcc.gnu.org) 4.8.1, [Clang](https://clang.llvm.org) 3.3, +and requires an appropriate compiler, like [GCC](https://gcc.gnu.org) 4.9, [Clang](https://clang.llvm.org) 3.3, or any later version. The configure script checks for the availability of C++11 support and adds the proper compiler options if necessary.