From 554a22e98b2d939f281194d5469d71715a67d29d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 27 Mar 2020 00:29:26 +0000 Subject: TL20 source freeze date git-svn-id: svn://tug.org/texlive/trunk@54578 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/ChangeLog | 4 ++++ Build/source/configure | 20 ++++++++++---------- Build/source/tardate.ac | 4 ++-- Build/source/texk/dvipdfm-x/ChangeLog | 4 ++++ Build/source/texk/dvipsk/ChangeLog | 4 ++++ Build/source/texk/kpathsea/ChangeLog | 4 ++++ Build/source/texk/kpathsea/NEWS | 2 +- Build/source/texk/web2c/ChangeLog | 4 ++++ Build/source/texk/web2c/NEWS | 2 +- Build/source/texk/web2c/pdftexdir/ChangeLog | 4 ++++ Build/source/texk/web2c/pdftexdir/NEWS | 2 +- Build/source/texk/web2c/xetexdir/ChangeLog | 4 ++++ 12 files changed, 43 insertions(+), 15 deletions(-) diff --git a/Build/source/ChangeLog b/Build/source/ChangeLog index 0e93d0d0119..027f6b63f09 100644 --- a/Build/source/ChangeLog +++ b/Build/source/ChangeLog @@ -1,3 +1,7 @@ +2020-03-27 Karl Berry + + * tardate.ac (tex_live_tardate): 2020-03-27 for TL'20. + 2020-03-06 Karl Berry * .travis.yml: attempt to reenable musl build on github. diff --git a/Build/source/configure b/Build/source/configure index 2cde83cb1f5..e61ca740d6f 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for TeX Live 2019-04-07. +# Generated by GNU Autoconf 2.69 for TeX Live 2020-03-27. # # Report bugs to . # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='TeX Live' PACKAGE_TARNAME='tex-live' -PACKAGE_VERSION='2019-04-07' -PACKAGE_STRING='TeX Live 2019-04-07' +PACKAGE_VERSION='2020-03-27' +PACKAGE_STRING='TeX Live 2020-03-27' PACKAGE_BUGREPORT='tex-k@tug.org' PACKAGE_URL='' @@ -1504,7 +1504,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures TeX Live 2019-04-07 to adapt to many kinds of systems. +\`configure' configures TeX Live 2020-03-27 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1578,7 +1578,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of TeX Live 2019-04-07:";; + short | recursive ) echo "Configuration of TeX Live 2020-03-27:";; esac cat <<\_ACEOF @@ -1889,7 +1889,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -TeX Live configure 2019-04-07 +TeX Live configure 2020-03-27 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2666,7 +2666,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by TeX Live $as_me 2019-04-07, which was +It was created by TeX Live $as_me 2020-03-27, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -10824,7 +10824,7 @@ fi # Define the identity of the package. PACKAGE='tex-live' - VERSION='2019-04-07' + VERSION='2020-03-27' cat >>confdefs.h <<_ACEOF @@ -22947,7 +22947,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by TeX Live $as_me 2019-04-07, which was +This file was extended by TeX Live $as_me 2020-03-27, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -23004,7 +23004,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -TeX Live config.status 2019-04-07 +TeX Live config.status 2020-03-27 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/Build/source/tardate.ac b/Build/source/tardate.ac index 35cf265b13e..00bc1711f45 100644 --- a/Build/source/tardate.ac +++ b/Build/source/tardate.ac @@ -1,5 +1,5 @@ dnl $Id$ -dnl Copyright 2016-2019 Karl Berry +dnl Copyright 2016-2020 Karl Berry dnl Copyright 2010-2015 Peter Breitenlohner dnl dnl This file is free software; the copyright holder @@ -9,4 +9,4 @@ dnl dnl -------------------------------------------------------- dnl dnl m4-include this file to define the current TeX Live tarball version -m4_define([tex_live_tardate], [2019-04-07]) +m4_define([tex_live_tardate], [2020-03-27]) diff --git a/Build/source/texk/dvipdfm-x/ChangeLog b/Build/source/texk/dvipdfm-x/ChangeLog index 4c4c01b2fd7..de13ac01a15 100644 --- a/Build/source/texk/dvipdfm-x/ChangeLog +++ b/Build/source/texk/dvipdfm-x/ChangeLog @@ -1,3 +1,7 @@ +2020-03-27 Karl Berry + + * TeX Live 2020. + 2020-03-15 TANAKA Takuji * tfm.c, tfm.h, vf.c: Fallback multibyte character diff --git a/Build/source/texk/dvipsk/ChangeLog b/Build/source/texk/dvipsk/ChangeLog index fab019a62f5..f505c0e10ca 100644 --- a/Build/source/texk/dvipsk/ChangeLog +++ b/Build/source/texk/dvipsk/ChangeLog @@ -1,3 +1,7 @@ +2020-03-27 Karl Berry + + * TeX Live 2020. + 2020-02-29 Tomas Rokicki * loadfont.c (bitmapfontseen): define new global. diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index ca62a6250fa..1777614fb2a 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,7 @@ +2020-03-27 Karl Berry + + * TeX Live 2020. + 2020-02-29 Karl Berry * pathsearch.c: doc fix. diff --git a/Build/source/texk/kpathsea/NEWS b/Build/source/texk/kpathsea/NEWS index c6b87b31df6..586da93de44 100644 --- a/Build/source/texk/kpathsea/NEWS +++ b/Build/source/texk/kpathsea/NEWS @@ -1,7 +1,7 @@ $Id$ This file records noteworthy changes. (Public domain.) -6.3.2 (for TeX Live 2020) +6.3.2 (for TeX Live 2020, 27 March 2020) * New option --cnf-line for kpsewhich (and tex and mf) to support arbitrary configuration settings on the command line. * Warn about unusual program name qualifiers. diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index 80fb8df01d1..b4b30611619 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,3 +1,7 @@ +2020-03-27 Karl Berry + + * TeX Live 2020. + 2020-03-12 Karl Berry * doc/web2c.texi (\input quoted filename), diff --git a/Build/source/texk/web2c/NEWS b/Build/source/texk/web2c/NEWS index ec032b1bf67..de176de3280 100644 --- a/Build/source/texk/web2c/NEWS +++ b/Build/source/texk/web2c/NEWS @@ -1,6 +1,6 @@ This file records noteworthy changes. (Public domain.) -2020 (for TeX Live 2020) +2020 (for TeX Live 2020, 27 March 2020) * \input now also accepts a group-delimited filename, e.g., \input{foo.tex}. The usage with a standard space/token-delimited filename is completely unchanged. diff --git a/Build/source/texk/web2c/pdftexdir/ChangeLog b/Build/source/texk/web2c/pdftexdir/ChangeLog index 4c695dce36c..dd98cb54230 100644 --- a/Build/source/texk/web2c/pdftexdir/ChangeLog +++ b/Build/source/texk/web2c/pdftexdir/ChangeLog @@ -1,3 +1,7 @@ +2020-03-27 Karl Berry + + * TeX Live 2020, pdftex 1.40.21. + 2020-02-29 Akira Kakuto Add pdftoepdf-poppler0.86.0.cc to support system poppler 0.86.0. diff --git a/Build/source/texk/web2c/pdftexdir/NEWS b/Build/source/texk/web2c/pdftexdir/NEWS index 0145824e14b..d8982fea554 100644 --- a/Build/source/texk/web2c/pdftexdir/NEWS +++ b/Build/source/texk/web2c/pdftexdir/NEWS @@ -1,4 +1,4 @@ -pdfTeX 3.14159265-2.6-1.40.21 (TeX Live 2020) +pdfTeX 3.14159265-2.6-1.40.21 (TeX Live 2020) (March 27, 2020) - changes: - new primitive \pdfmajorversion; this merely changes the version number in the PDF output, has no effect on PDF content. diff --git a/Build/source/texk/web2c/xetexdir/ChangeLog b/Build/source/texk/web2c/xetexdir/ChangeLog index 198d66eb632..411b995da33 100644 --- a/Build/source/texk/web2c/xetexdir/ChangeLog +++ b/Build/source/texk/web2c/xetexdir/ChangeLog @@ -1,3 +1,7 @@ +2020-03-27 Karl Berry + + * TeX Live 2020. + 2020-02-25 Hironobu Yamashita * xetex.web: Allow fetching value from a token defined by -- cgit v1.2.3