summaryrefslogtreecommitdiff
path: root/Build/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-05-18 18:31:06 +0000
committerKarl Berry <karl@freefriends.org>2009-05-18 18:31:06 +0000
commitf3ca98f926bc71ce359087e15d9de4f8b640bf79 (patch)
tree9fe5cb0cc8cc7ca3e7ff74b20aff17534bc8f80a /Build/source
parent4f2bf8f1ca97bad6ef6e0370425ab344e27d59c2 (diff)
xdvik 22.84.16 (version update only, for us)
git-svn-id: svn://tug.org/texlive/trunk@13213 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-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)"