texlive[50836] trunk: 2019-04-07 hope at release date for sources
commits+karl at tug.org
commits+karl at tug.org
Sun Apr 7 03:42:56 CEST 2019
Revision: 50836
http://tug.org/svn/texlive?view=revision&revision=50836
Author: karl
Date: 2019-04-07 03:42:55 +0200 (Sun, 07 Apr 2019)
Log Message:
-----------
2019-04-07 hope at release date for sources
Modified Paths:
--------------
trunk/Build/source/ChangeLog
trunk/Build/source/configure
trunk/Build/source/tardate.ac
trunk/Build/source/texk/dvipdfm-x/ChangeLog
trunk/Build/source/texk/dvipsk/ChangeLog
trunk/Build/source/texk/kpathsea/ChangeLog
trunk/Build/source/texk/kpathsea/NEWS
trunk/Build/source/texk/web2c/ChangeLog
trunk/Build/source/texk/web2c/NEWS
trunk/Build/source/texk/web2c/pdftexdir/ChangeLog
trunk/Master/texmf-dist/scripts/texlive/NEWS
Modified: trunk/Build/source/ChangeLog
===================================================================
--- trunk/Build/source/ChangeLog 2019-04-07 01:30:09 UTC (rev 50835)
+++ trunk/Build/source/ChangeLog 2019-04-07 01:42:55 UTC (rev 50836)
@@ -1,3 +1,7 @@
+2019-04-07 Karl Berry <karl at freefriends.org>
+
+ * tardate.ac (tex_live_tardate): let's hope for 2019-04-07.
+
2018-10-02 Karl Berry <karl at tug.org>
* Build: TL_MAKE_VERBOSE=VERBOSE=1 by default,
Modified: trunk/Build/source/configure
===================================================================
--- trunk/Build/source/configure 2019-04-07 01:30:09 UTC (rev 50835)
+++ trunk/Build/source/configure 2019-04-07 01:42:55 UTC (rev 50836)
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for TeX Live 2018-04-14.
+# Generated by GNU Autoconf 2.69 for TeX Live 2019-04-07.
#
# Report bugs to <tex-k at tug.org>.
#
@@ -590,8 +590,8 @@
# Identity of this package.
PACKAGE_NAME='TeX Live'
PACKAGE_TARNAME='tex-live'
-PACKAGE_VERSION='2018-04-14'
-PACKAGE_STRING='TeX Live 2018-04-14'
+PACKAGE_VERSION='2019-04-07'
+PACKAGE_STRING='TeX Live 2019-04-07'
PACKAGE_BUGREPORT='tex-k at tug.org'
PACKAGE_URL=''
@@ -1502,7 +1502,7 @@
# 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 2018-04-14 to adapt to many kinds of systems.
+\`configure' configures TeX Live 2019-04-07 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1576,7 +1576,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of TeX Live 2018-04-14:";;
+ short | recursive ) echo "Configuration of TeX Live 2019-04-07:";;
esac
cat <<\_ACEOF
@@ -1885,7 +1885,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-TeX Live configure 2018-04-14
+TeX Live configure 2019-04-07
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2662,7 +2662,7 @@
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 2018-04-14, which was
+It was created by TeX Live $as_me 2019-04-07, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -10751,7 +10751,7 @@
# Define the identity of the package.
PACKAGE='tex-live'
- VERSION='2018-04-14'
+ VERSION='2019-04-07'
cat >>confdefs.h <<_ACEOF
@@ -22874,7 +22874,7 @@
# 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 2018-04-14, which was
+This file was extended by TeX Live $as_me 2019-04-07, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -22931,7 +22931,7 @@
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 2018-04-14
+TeX Live config.status 2019-04-07
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Modified: trunk/Build/source/tardate.ac
===================================================================
--- trunk/Build/source/tardate.ac 2019-04-07 01:30:09 UTC (rev 50835)
+++ trunk/Build/source/tardate.ac 2019-04-07 01:42:55 UTC (rev 50836)
@@ -1,5 +1,5 @@
dnl $Id$
-dnl Copyright 2016-2018 Karl Berry <tex-live at tug.org>
+dnl Copyright 2016-2019 Karl Berry <tex-live at tug.org>
dnl Copyright 2010-2015 Peter Breitenlohner <tex-live at tug.org>
dnl
dnl This file is free software; the copyright holder
@@ -9,4 +9,4 @@
dnl --------------------------------------------------------
dnl
dnl m4-include this file to define the current TeX Live tarball version
-m4_define([tex_live_tardate], [2018-04-14])
+m4_define([tex_live_tardate], [2019-04-07])
Modified: trunk/Build/source/texk/dvipdfm-x/ChangeLog
===================================================================
--- trunk/Build/source/texk/dvipdfm-x/ChangeLog 2019-04-07 01:30:09 UTC (rev 50835)
+++ trunk/Build/source/texk/dvipdfm-x/ChangeLog 2019-04-07 01:42:55 UTC (rev 50836)
@@ -1,3 +1,7 @@
+2019-04-07 Karl Berry <karl at freefriends.org>
+
+ * TeX Live 2019.
+
2019-04-01 Shunsaku Hirata <shunsaku.hirata74 at gmail.com>
* pdfencoding.c: Fix a bug that dvipdfmx wrongly tries to
Modified: trunk/Build/source/texk/dvipsk/ChangeLog
===================================================================
--- trunk/Build/source/texk/dvipsk/ChangeLog 2019-04-07 01:30:09 UTC (rev 50835)
+++ trunk/Build/source/texk/dvipsk/ChangeLog 2019-04-07 01:42:55 UTC (rev 50836)
@@ -1,3 +1,7 @@
+2019-04-07 Karl Berry <karl at freefriends.org>
+
+ * TeX Live 2019.
+
2019-04-05 Karl Berry <karl at tug.org>
* dospecial.c (dospecial): off by one with PSFILESIZ.
Modified: trunk/Build/source/texk/kpathsea/ChangeLog
===================================================================
--- trunk/Build/source/texk/kpathsea/ChangeLog 2019-04-07 01:30:09 UTC (rev 50835)
+++ trunk/Build/source/texk/kpathsea/ChangeLog 2019-04-07 01:42:55 UTC (rev 50836)
@@ -1,3 +1,7 @@
+2019-04-07 Karl Berry <karl at freefriends.org>
+
+ * TeX Live 2019.
+
2019-03-25 Karl Berry <karl at freefriends.org>
* texmf.cnf (TEXMFDBS),
Modified: trunk/Build/source/texk/kpathsea/NEWS
===================================================================
--- trunk/Build/source/texk/kpathsea/NEWS 2019-04-07 01:30:09 UTC (rev 50835)
+++ trunk/Build/source/texk/kpathsea/NEWS 2019-04-07 01:42:55 UTC (rev 50836)
@@ -1,7 +1,7 @@
$Id$
This file records noteworthy changes. (Public domain.)
-6.3.1 (for TeX Live 2019)
+6.3.1 (for TeX Live 2019, 7 April 2019)
* kpsewhich --var-value does brace expansion as well as variable and
tilde expansion.
* The kpathsea_path_search() and related functions always recognize either
Modified: trunk/Build/source/texk/web2c/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/ChangeLog 2019-04-07 01:30:09 UTC (rev 50835)
+++ trunk/Build/source/texk/web2c/ChangeLog 2019-04-07 01:42:55 UTC (rev 50836)
@@ -1,3 +1,7 @@
+2019-04-07 Karl Berry <karl at freefriends.org>
+
+ * TeX Live 2019.
+
2019-03-11 Karl Berry <karl at tug.org>
* ac/web2c.ac (kpse_tex_progs) <luatex53>: remove.
Modified: trunk/Build/source/texk/web2c/NEWS
===================================================================
--- trunk/Build/source/texk/web2c/NEWS 2019-04-07 01:30:09 UTC (rev 50835)
+++ trunk/Build/source/texk/web2c/NEWS 2019-04-07 01:42:55 UTC (rev 50836)
@@ -8,7 +8,7 @@
more language support, and more.
-2019 (for TeX Live 2019)
+2019 (for TeX Live 2019, 7 April 2019)
2018 (for TeX Live 2018, 14 April 2018)
* Directories in the -output-directory do not mask files by the same name.
Modified: trunk/Build/source/texk/web2c/pdftexdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/pdftexdir/ChangeLog 2019-04-07 01:30:09 UTC (rev 50835)
+++ trunk/Build/source/texk/web2c/pdftexdir/ChangeLog 2019-04-07 01:42:55 UTC (rev 50836)
@@ -1,3 +1,7 @@
+2019-04-07 Karl Berry <karl at freefriends.org>
+
+ * TeX Live 2019.
+
2019-03-30 Akira Kakuto <kakuto at w32tex.org>
* epdf.c: Allow spaces in CharSet.
Modified: trunk/Master/texmf-dist/scripts/texlive/NEWS
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/NEWS 2019-04-07 01:30:09 UTC (rev 50835)
+++ trunk/Master/texmf-dist/scripts/texlive/NEWS 2019-04-07 01:42:55 UTC (rev 50836)
@@ -1,6 +1,9 @@
(This file public domain. Originally written by Norbert Preining and
Karl Berry, 2010.)
+<p><b>tlmgr 50796 (released 7apr19):</b>
+<li>more runscript.tlu and doc tweaks; TL'19 release.
+
<p><b>tlmgr 49885 (released 6feb19):</b>
<li>runscript.tlu support for tclkit and GUI errors; only doc tweaks for
tlmgr itself.
More information about the tex-live-commits
mailing list