summaryrefslogtreecommitdiff
path: root/Build/source/texk/xdvik
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/xdvik')
-rw-r--r--Build/source/texk/xdvik/CHANGES16
-rw-r--r--Build/source/texk/xdvik/ChangeLog.TL18
2 files changed, 18 insertions, 16 deletions
diff --git a/Build/source/texk/xdvik/CHANGES b/Build/source/texk/xdvik/CHANGES
index 44c3a01bbdd..17c4edc5d3c 100644
--- a/Build/source/texk/xdvik/CHANGES
+++ b/Build/source/texk/xdvik/CHANGES
@@ -9,22 +9,6 @@ Versions containing major changes are marked as `beta'; these
may contain undetected bugs. Such versions shouldn't be used
by distributors.
- * 2008-02-29 Peter Breitenlohner <peb@mppmu.mpg.de>
- * acinclude.m4: added quotes to DEFUN's first args, added
- AC_DEFINES's third arg to provide autoheader templates ...
- * configure.in, withenable.ac: added AC_DEFINES's third arg to provide
- autoheader templates ...
- * acconfig.h: ... removed.
-
- * 2008-01-31 Peter Breitenlohner <peb@mppmu.mpg.de>
- Convert from autoconf-2.13 to autoconf-2.59+:
- * configure.in (AC_PREREQ): Require autoconf-2.59.
- * Makefile.in, gui/Makefile.in: Add @configure_input@ lines.
- * acinclude.m4 (new): Renamed from aclocal.m4.
- * aclocal.m4 (new): Generated (aclocal -I ../m4).
- * ../../libs/t1lib/t1lib.ac: Fixed a typo.
- * configure: Regenerated (autoconf).
-
* 22.84.10 (2005/04/28):
+ Fixed zero termination bug in t1lib version number check (t1lib.ac).
+ Render an empty character instead of terminating with failed assertion
diff --git a/Build/source/texk/xdvik/ChangeLog.TL b/Build/source/texk/xdvik/ChangeLog.TL
new file mode 100644
index 00000000000..add649178e4
--- /dev/null
+++ b/Build/source/texk/xdvik/ChangeLog.TL
@@ -0,0 +1,18 @@
+ChangeLog: Changes for xdvik (teTeX / TeX live)
+===============================================
+
+2008-02-29 Peter Breitenlohner <peb@mppmu.mpg.de>
+ * acinclude.m4: added quotes to DEFUN's first args, added
+ AC_DEFINES's third arg to provide autoheader templates ...
+ * configure.in, withenable.ac: added AC_DEFINES's third arg to provide
+ autoheader templates ...
+ * acconfig.h: ... removed.
+
+2008-01-31 Peter Breitenlohner <peb@mppmu.mpg.de>
+ Convert from autoconf-2.13 to autoconf-2.59+:
+ * configure.in (AC_PREREQ): Require autoconf-2.59.
+ * Makefile.in, gui/Makefile.in: Add @configure_input@ lines.
+ * acinclude.m4 (new): Renamed from aclocal.m4.
+ * aclocal.m4 (new): Generated (aclocal -I ../m4).
+ * ../../libs/t1lib/t1lib.ac: Fixed a typo.
+ * configure: Regenerated (autoconf).