diff options
Diffstat (limited to 'Build/source/texk/xdvik')
-rw-r--r-- | Build/source/texk/xdvik/CHANGES | 6 | ||||
-rw-r--r-- | Build/source/texk/xdvik/version.h | 2 |
2 files changed, 6 insertions, 2 deletions
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)" |