summaryrefslogtreecommitdiff
path: root/Build/source
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source')
-rw-r--r--Build/source/texk/dviljk/ChangeLog13
-rw-r--r--Build/source/texk/dviljk/dvi2xx.c2
2 files changed, 14 insertions, 1 deletions
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 <jschrod@acm.org>
+
+ 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 <vvv@vsu.ru>.
+
+ * 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 <peb@mppmu.mpg.de>
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
*/