summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/texk/README2
-rw-r--r--Build/source/texk/xdvik/CHANGES6
-rw-r--r--Build/source/texk/xdvik/version.h2
3 files changed, 7 insertions, 3 deletions
diff --git a/Build/source/texk/README b/Build/source/texk/README
index e0a3ec98f3f..e166c6b589c 100644
--- a/Build/source/texk/README
+++ b/Build/source/texk/README
@@ -101,7 +101,7 @@ web2c - maintained here by Karl Berry et al. - core web2c, plain tex, omega.
xdv2pdf - Jonathan Kew
-xdvik 22.84.15 - ok 13apr09
+xdvik 22.84.16 - ok 18may09
ftp://tug.org/tex/
xdvipdfmx - Jonathan Kew
diff --git a/Build/source/texk/xdvik/CHANGES b/Build/source/texk/xdvik/CHANGES
index 140079efa46..24fe7b74842 100644
--- a/Build/source/texk/xdvik/CHANGES
+++ b/Build/source/texk/xdvik/CHANGES
@@ -9,7 +9,11 @@ Versions containing major changes are marked as `beta'; these
may contain undetected bugs. Such versions shouldn't be used
by distributors.
- * 22.84.15 (2009-03-02):
+ * 22.84.16:
+ + Fixed a problem with the distribution (texmf.cnf file wasn't
+ included).
+
+ * 22.84.15:
+ Fixed #2067614: Re-introduced default binding for key 0
which had been forgotten in previous changes
+ Fixed #1502137 (compiler warnings on 64bit systems)
diff --git a/Build/source/texk/xdvik/version.h b/Build/source/texk/xdvik/version.h
index cfe76945d24..6be0f1ba172 100644
--- a/Build/source/texk/xdvik/version.h
+++ b/Build/source/texk/xdvik/version.h
@@ -2,7 +2,7 @@
#ifndef VERSION_H_
#define VERSION_H_
-#define XDVI_VERSION "22.84.15"
+#define XDVI_VERSION "22.84.16"
#ifdef MOTIF
#define XDVI_GUI "(Motif toolkit)"