Skip to content
Snippets Groups Projects
Commit b9c2b5b7 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent 5a8d39e6
No related branches found
No related tags found
No related merge requests found
......@@ -48,8 +48,8 @@ option(ENABLE_ZLIB "Enable compression using ZLIB" ON)
option(ENABLE_PNG "Enable PNG support" ON)
set(GL2PS_MAJOR_VERSION 1)
set(GL2PS_MINOR_VERSION 3)
set(GL2PS_PATCH_VERSION 9)
set(GL2PS_MINOR_VERSION 4)
set(GL2PS_PATCH_VERSION 0)
set(GL2PS_EXTRA_VERSION "" CACHE STRING "GL2PS extra version string")
set(GL2PS_VERSION "${GL2PS_MAJOR_VERSION}.${GL2PS_MINOR_VERSION}")
......
......@@ -942,7 +942,9 @@ improvement, image scaling fix for SVG and PDF output, PostScript viewport color
bug fix, \dd{gl2psLineCap} and \dd{gl2psLineJoin};
%
\noemail{David Lonie}{david.lonie@kitware.com} for direct addition of promitives
(for newer OpenGL APIs without feedback buffer).
(for newer OpenGL APIs without feedback buffer);
%
\normail{Dan Lipsa}{dan.lipsa@kitware.com} for bug fixes in PDF output.
\section{Links}
\label{sec:links}
......@@ -1095,7 +1097,8 @@ anymore.
\item[1.4.0] Make it possible to add primitives directly, without parsing the
OpenGL feedback buffer, using \dd{gl2psAddPolyPrimitive}; \dd{gl2psBeginPage}
now accepts a buffersize of 0; new \dd{gl2psForceRasterPos}, \dd{gl2psLineCap}
and \dd{gl2psLineJoin}; fixed scaling of images in PDF output.
and \dd{gl2psLineJoin}; fixed scaling of images in PDF output; fixed bug
leading to corrupted PDF output.
\end{description}
\end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment