summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-04-13 22:20:58 +0000
committerKarl Berry <karl@freefriends.org>2018-04-13 22:20:58 +0000
commitb2fb70ad51e47f425217e8507f9d20c56e9ef8a5 (patch)
tree1b737ca44374a4bebc9b6f70ce9f521aa5f32eec
parent534827fa9725f983668777836f64185c47f2889f (diff)
tl2018 release freeze
git-svn-id: svn://tug.org/texlive/trunk@47457 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xBuild/source/configure20
-rw-r--r--Build/source/tardate.ac4
-rw-r--r--Build/source/texk/dvipsk/ChangeLog4
-rw-r--r--Build/source/texk/kpathsea/ChangeLog4
-rw-r--r--Build/source/texk/kpathsea/NEWS2
-rw-r--r--Build/source/texk/web2c/ChangeLog4
-rw-r--r--Build/source/texk/web2c/NEWS2
-rw-r--r--Build/source/texk/web2c/pdftexdir/ChangeLog4
-rw-r--r--Build/source/texk/web2c/pdftexdir/NEWS1
-rw-r--r--Master/texmf-dist/scripts/texlive/NEWS1
-rwxr-xr-xMaster/tlpkg/bin/tl-update-tlnet2
11 files changed, 33 insertions, 15 deletions
diff --git a/Build/source/configure b/Build/source/configure
index 245491472c2..694be6bfad6 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 2017-06-20.
+# Generated by GNU Autoconf 2.69 for TeX Live 2018-04-14.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='TeX Live'
PACKAGE_TARNAME='tex-live'
-PACKAGE_VERSION='2017-06-20'
-PACKAGE_STRING='TeX Live 2017-06-20'
+PACKAGE_VERSION='2018-04-14'
+PACKAGE_STRING='TeX Live 2018-04-14'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''
@@ -1505,7 +1505,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 2017-06-20 to adapt to many kinds of systems.
+\`configure' configures TeX Live 2018-04-14 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1579,7 +1579,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of TeX Live 2017-06-20:";;
+ short | recursive ) echo "Configuration of TeX Live 2018-04-14:";;
esac
cat <<\_ACEOF
@@ -1893,7 +1893,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-TeX Live configure 2017-06-20
+TeX Live configure 2018-04-14
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2670,7 +2670,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 2017-06-20, which was
+It was created by TeX Live $as_me 2018-04-14, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -10807,7 +10807,7 @@ fi
# Define the identity of the package.
PACKAGE='tex-live'
- VERSION='2017-06-20'
+ VERSION='2018-04-14'
cat >>confdefs.h <<_ACEOF
@@ -22870,7 +22870,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 2017-06-20, which was
+This file was extended by TeX Live $as_me 2018-04-14, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -22927,7 +22927,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 2017-06-20
+TeX Live config.status 2018-04-14
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 accf2023f2d..b41ffb4e7fa 100644
--- a/Build/source/tardate.ac
+++ b/Build/source/tardate.ac
@@ -1,5 +1,5 @@
dnl $Id$
-dnl Copyright 2016-2017 Karl Berry <tex-live@tug.org>
+dnl Copyright 2016-2018 Karl Berry <tex-live@tug.org>
dnl Copyright 2010-2015 Peter Breitenlohner <tex-live@tug.org>
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], [2017-06-20])
+m4_define([tex_live_tardate], [2018-04-14])
diff --git a/Build/source/texk/dvipsk/ChangeLog b/Build/source/texk/dvipsk/ChangeLog
index e84e57fc577..88faea44775 100644
--- a/Build/source/texk/dvipsk/ChangeLog
+++ b/Build/source/texk/dvipsk/ChangeLog
@@ -1,3 +1,7 @@
+2018-04-14 Karl Berry <karl@tug.org>
+
+ * Version 5.998 for TeX Live 2018 release.
+
2018-02-20 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
* color.c (colorpage),
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index b44b7c709c9..2e4ad44c050 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,7 @@
+2018-04-14 Karl Berry <karl@tug.org>
+
+ * TeX Live 2018 release, kpathsea 6.3.0.
+
2018-03-16 Karl Berry <karl@freefriends.org>
* tex-glyph.h (kpse_glyph_source_fallback_res): new enum value
diff --git a/Build/source/texk/kpathsea/NEWS b/Build/source/texk/kpathsea/NEWS
index 04b493e0f6e..6fc42bfa3ef 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.0 (for TeX Live 2018)
+6.3.0 (for TeX Live 2018, 14 April 2018)
* New configuration value texmf_casefold_search to fall back to
case-insensitive search in non-system directories if there is no exact
match; only relevant on Unix.
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index 2a9b895584c..9dbc79d009a 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,3 +1,7 @@
+2018-04-14 Karl Berry <karl@tug.org>
+
+ * TeX Live 2018 release.
+
2018-02-23 Karl Berry <karl@freefriends.org>
* doc/web2c.texi (bibtex invocation): mention need to remove aux
diff --git a/Build/source/texk/web2c/NEWS b/Build/source/texk/web2c/NEWS
index 7e93960e9b6..9ec86feb0a9 100644
--- a/Build/source/texk/web2c/NEWS
+++ b/Build/source/texk/web2c/NEWS
@@ -1,6 +1,6 @@
This file records noteworthy changes. (Public domain.)
-2018
+2018 (for TeX Live 2018, 14 April 2018)
* Directories in the -output-directory do not mask files by the same name.
diff --git a/Build/source/texk/web2c/pdftexdir/ChangeLog b/Build/source/texk/web2c/pdftexdir/ChangeLog
index d650c6ba685..c022bc2523d 100644
--- a/Build/source/texk/web2c/pdftexdir/ChangeLog
+++ b/Build/source/texk/web2c/pdftexdir/ChangeLog
@@ -1,3 +1,7 @@
+2018-04-14 Karl Berry <karl@tug.org>
+
+ * TeX Live 2018 release, pdftex 1.40.19.
+
2018-04-04 Jerry James <loganjerry@gmail.com>
* pdftoepdf-newpoppler.cc: Do not copy a Dict, get a reference instead.
diff --git a/Build/source/texk/web2c/pdftexdir/NEWS b/Build/source/texk/web2c/pdftexdir/NEWS
index bad6e676c27..9f9a08cde92 100644
--- a/Build/source/texk/web2c/pdftexdir/NEWS
+++ b/Build/source/texk/web2c/pdftexdir/NEWS
@@ -1,3 +1,4 @@
+pdfTeX 3.14159265-2.6-1.40.19 (TeX Live 2018) (April 14, 2018)
- changes:
- do not hash current directory into PDF ID, for more reproducible builds
(pdftex r782).
diff --git a/Master/texmf-dist/scripts/texlive/NEWS b/Master/texmf-dist/scripts/texlive/NEWS
index 85d67fb52fe..255c74647aa 100644
--- a/Master/texmf-dist/scripts/texlive/NEWS
+++ b/Master/texmf-dist/scripts/texlive/NEWS
@@ -1,6 +1,7 @@
(This file public domain. Originally written by Norbert Preining and
Karl Berry, 2010.)
+<p><b>tlmgr 47303 (released 14apr18):</b>
<li>uninstall now a synonym for remove, so requiring --all to remove the
TeX&nbsp;Live installation.
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet
index 5322cb58335..3cc8bd7915d 100755
--- a/Master/tlpkg/bin/tl-update-tlnet
+++ b/Master/tlpkg/bin/tl-update-tlnet
@@ -133,7 +133,7 @@ tlpdbopt_install_srcfiles 1
tlpdbopt_create_formats 1
instopt_letter 0
instopt_adjustpath 0
-instopt_adjustrepo 0
+instopt_adjustrepo 1
" >texlive.profile
# silence envvar warnings and the welcome message.