Skip to content

Commit

Permalink
updated NEWS and README
Browse files Browse the repository at this point in the history
  • Loading branch information
mgieseki committed Oct 17, 2017
1 parent 6269a76 commit 118c694
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 118c694

Please sign in to comment.