From 3ef403fe32220b51689bef2408fdee3adb32f6b7 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 6 Nov 2006 00:48:06 +0000 Subject: [PATCH] prepare 1.3.2 --- Makefile | 2 +- doc/gl2ps.tex | 9 +++++---- gl2ps.h | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index cdd23e0..1b259fd 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -RELEASE = 1.3.1 +RELEASE = 1.3.2 DATE = `date "+%Y%m%d"` clean: diff --git a/doc/gl2ps.tex b/doc/gl2ps.tex index d4ea31f..d07eb64 100644 --- a/doc/gl2ps.tex +++ b/doc/gl2ps.tex @@ -1,4 +1,4 @@ -% $Id: gl2ps.tex,v 1.221 2006-10-30 17:11:52 geuzaine Exp $ +% $Id: gl2ps.tex,v 1.222 2006-11-06 00:48:06 geuzaine Exp $ % % GL2PS, an OpenGL to PostScript Printing Library % Copyright (C) 1999-2006 Christophe Geuzaine <geuz@geuz.org> @@ -59,7 +59,7 @@ \title{GL2PS: an OpenGL to PostScript printing library} \author{Christophe Geuzaine} -\date{Version 1.3.1, August 11 2006} +\date{Version 1.3.2, November 5 2006} \maketitle @@ -991,8 +991,9 @@ seem to be available anymore). \item[1.3.1] (Aug 11, 2006) Fixed a small bug for multi-viewport PostScript output, where a viewport could be drawn with an unwanted colored outline. -\item[1.3.2] (?, 2006) Fixed bug in polygon offset computation; fixed - possible out-of-bound array access in stippling pattern parser. +\item[1.3.2] (Nov 5, 2006) Fixed bug in polygon offset computation; + fixed landscape mode in SVG; fixed possible out-of-bound array + access in stippling pattern parser. \end{description} \end{document} diff --git a/gl2ps.h b/gl2ps.h index dadd51c..c60348e 100644 --- a/gl2ps.h +++ b/gl2ps.h @@ -1,4 +1,4 @@ -/* $Id: gl2ps.h,v 1.112 2006-08-11 13:29:45 geuzaine Exp $ */ +/* $Id: gl2ps.h,v 1.113 2006-11-06 00:48:06 geuzaine Exp $ */ /* * GL2PS, an OpenGL to PostScript Printing Library * Copyright (C) 1999-2006 Christophe Geuzaine <geuz@geuz.org> @@ -78,7 +78,7 @@ #define GL2PS_MAJOR_VERSION 1 #define GL2PS_MINOR_VERSION 3 -#define GL2PS_PATCH_VERSION 1 +#define GL2PS_PATCH_VERSION 2 #define GL2PS_EXTRA_VERSION "-cvs" #define GL2PS_VERSION (GL2PS_MAJOR_VERSION + \ -- GitLab