From 21b6be7e305fbf18a9b12bd3813d2aa7cf12a8b1 Mon Sep 17 00:00:00 2001 From: Joachim Schrod Date: Sun, 17 Feb 2008 13:44:40 +0000 Subject: Bump up dviljk version number to 2.6p5. git-svn-id: svn://tug.org/texlive/trunk@6659 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/dviljk/ChangeLog | 13 +++++++++++++ Build/source/texk/dviljk/dvi2xx.c | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/Build/source/texk/dviljk/ChangeLog b/Build/source/texk/dviljk/ChangeLog index 66251ccaf92..52e33f3ef68 100644 --- a/Build/source/texk/dviljk/ChangeLog +++ b/Build/source/texk/dviljk/ChangeLog @@ -1,3 +1,16 @@ +2008-02-17 Joachim Schrod + + Bump up version number to 2.6p5. + + * dvi2xx.h (GetBytes): Sun Studio 11 cc complains about + incompatible types in conditional expressions; add a cast. + Problem reported by Vladimir Volovich . + + * dvi2xx.c (mkdtemp): Add function if it's not available. Remove + the macro from config.h, it generated warnings and mkdir() + declaration was missing. Problem reported by Vladimir Volovich. + * configure.in: Add check for mktemp(). Regenerated configure. + 2008-01-30 Peter Breitenlohner Convert from autoconf-2.13 to autoconf-2.59+: diff --git a/Build/source/texk/dviljk/dvi2xx.c b/Build/source/texk/dviljk/dvi2xx.c index 962d7ca7d05..3e916042374 100644 --- a/Build/source/texk/dviljk/dvi2xx.c +++ b/Build/source/texk/dviljk/dvi2xx.c @@ -1,5 +1,5 @@ /* $Id: dvi2xx.c,v 2.5 1997/12/08 20:52:20 neumann Exp $ */ -#define VERSION "dviljk (version 2.6p4)" +#define VERSION "dviljk (version 2.6p5)" /* #define DEBUGGS 1 */ -- cgit v1.2.3