diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-18 22:47:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-18 22:47:27 +0000 |
commit | 8dcfaae2390adfd527d33be126acde7d741b9a5b (patch) | |
tree | 3f35e28492a7acf233be902b950e5f70753b03c1 /Build/source/texk/kpathsea | |
parent | ac34ac8d6df57b13afb4df6e02dd8ec692cd338a (diff) |
version updates in preparation for TL17
git-svn-id: svn://tug.org/texlive/trunk@43542 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 8 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/NEWS | 6 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/c-auto.in | 2 | ||||
-rwxr-xr-x | Build/source/texk/kpathsea/configure | 24 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/doc/kpathsea.info | 114 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/doc/kpathsea.texi | 6 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/kpsewhich.c | 4 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 8 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/version.ac | 4 |
9 files changed, 95 insertions, 81 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index acb0a870e7a..33a21caaef9 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,11 @@ +2017-03-18 Karl Berry <karl@tug.org> + + * version.ac, + * NEWS, + * kpsewhich.c, + * texmf.cnf, + * doc/kpathsea.texi: version 6.2.3 for TL17. + 2017-03-14 Karl Berry <karl@tug.org> * Makefile.am (kpseinclude_HEADERS): add c-auto.h. Report from diff --git a/Build/source/texk/kpathsea/NEWS b/Build/source/texk/kpathsea/NEWS index 91dd56bb568..22c314903e7 100644 --- a/Build/source/texk/kpathsea/NEWS +++ b/Build/source/texk/kpathsea/NEWS @@ -1,5 +1,11 @@ This file records noteworthy changes. (Public domain.) +6.2.3 (for TeX Live 2017) +* .OTF treated like .otf. +* texmf.cnf: mpost removed from default shell_escape_commands. +* texmf.cnf: TEXINPUTS.luajitlatex added. +* texmf.cnf: default bibtex capacities increased. + 6.2.2 (for TeX Live 2016, 21 May 2016) * gregorio added to default shell_escape_commands. diff --git a/Build/source/texk/kpathsea/c-auto.in b/Build/source/texk/kpathsea/c-auto.in index 8125103bc23..0af562ac047 100644 --- a/Build/source/texk/kpathsea/c-auto.in +++ b/Build/source/texk/kpathsea/c-auto.in @@ -23,7 +23,7 @@ #define KPATHSEA_C_AUTO_H /* kpathsea: the version string. */ -#define KPSEVERSION "kpathsea version 6.2.3/dev" +#define KPSEVERSION "kpathsea version 6.2.3" /* Define to 1 if the `closedir' function returns void instead of `int'. */ #undef CLOSEDIR_VOID diff --git a/Build/source/texk/kpathsea/configure b/Build/source/texk/kpathsea/configure index cff68562229..b7ca69a2e85 100755 --- a/Build/source/texk/kpathsea/configure +++ b/Build/source/texk/kpathsea/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for Kpathsea 6.2.3/dev. +# Generated by GNU Autoconf 2.69 for Kpathsea 6.2.3. # # Report bugs to <tex-k@tug.org>. # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='Kpathsea' PACKAGE_TARNAME='kpathsea' -PACKAGE_VERSION='6.2.3/dev' -PACKAGE_STRING='Kpathsea 6.2.3/dev' +PACKAGE_VERSION='6.2.3' +PACKAGE_STRING='Kpathsea 6.2.3' PACKAGE_BUGREPORT='tex-k@tug.org' PACKAGE_URL='' @@ -1339,7 +1339,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 Kpathsea 6.2.3/dev to adapt to many kinds of systems. +\`configure' configures Kpathsea 6.2.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1409,7 +1409,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Kpathsea 6.2.3/dev:";; + short | recursive ) echo "Configuration of Kpathsea 6.2.3:";; esac cat <<\_ACEOF @@ -1537,7 +1537,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Kpathsea configure 6.2.3/dev +Kpathsea configure 6.2.3 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2376,7 +2376,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 Kpathsea $as_me 6.2.3/dev, which was +It was created by Kpathsea $as_me 6.2.3, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2757,14 +2757,14 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. -KPSEVERSION=6.2.3/dev +KPSEVERSION=6.2.3 KPSE_LT_VERSINFO=8:3:2 - WEB2CVERSION=" (TeX Live 2017/dev)" + WEB2CVERSION=" (TeX Live 2017)" am__api_version='1.15' @@ -8071,7 +8071,7 @@ fi # Define the identity of the package. PACKAGE='kpathsea' - VERSION='6.2.3/dev' + VERSION='6.2.3' cat >>confdefs.h <<_ACEOF @@ -14695,7 +14695,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 Kpathsea $as_me 6.2.3/dev, which was +This file was extended by Kpathsea $as_me 6.2.3, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14761,7 +14761,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="\\ -Kpathsea config.status 6.2.3/dev +Kpathsea config.status 6.2.3 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/Build/source/texk/kpathsea/doc/kpathsea.info b/Build/source/texk/kpathsea/doc/kpathsea.info index 4ff63ab97e6..acce2b11b14 100644 --- a/Build/source/texk/kpathsea/doc/kpathsea.info +++ b/Build/source/texk/kpathsea/doc/kpathsea.info @@ -3,7 +3,7 @@ kpathsea.texi. This file documents the Kpathsea library for path searching. - Copyright (C) 1996-2016 Karl Berry & Olaf Weber. + Copyright (C) 1996-2017 Karl Berry & Olaf Weber. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are @@ -37,7 +37,7 @@ Kpathsea library **************** This manual documents the Kpathsea library for path searching. It -corresponds to version 6.2.3dev, released in June 2016. +corresponds to version 6.2.3, released in April 2017. * Menu: @@ -61,8 +61,8 @@ File: kpathsea.info, Node: Introduction, Next: unixtex.ftp, Prev: Top, Up: T 1 Introduction ************** -This manual corresponds to version 6.2.3dev of the Kpathsea library, -released in June 2016. +This manual corresponds to version 6.2.3 of the Kpathsea library, +released in April 2017. The library's fundamental purpose is to return a filename from a list of directories specified by the user, similar to what shells do when @@ -3637,58 +3637,58 @@ Index Tag Table: Node: Top1480 -Node: Introduction2262 -Node: History4210 -Node: unixtex.ftp8807 -Node: Security10302 -Node: TeX directory structure12806 -Node: Path searching16854 -Node: Searching overview17512 -Node: Path sources20907 -Node: Config files21965 -Node: Path expansion25892 -Node: Default expansion26841 -Node: Variable expansion28911 -Node: Tilde expansion30312 -Node: Brace expansion31292 -Node: KPSE_DOT expansion32217 -Node: Subdirectory expansion32730 -Node: Filename database35084 -Node: ls-R36138 -Node: Filename aliases39033 -Node: Database format40211 -Node: Invoking kpsewhich41224 -Node: Path searching options42179 -Node: Specially-recognized files50099 -Node: Auxiliary tasks51454 -Node: Standard options53793 -Node: TeX support54149 -Node: Supported file formats55501 -Node: File lookup63166 -Node: Glyph lookup64915 -Node: Basic glyph lookup66039 -Node: Fontmap66919 -Node: Fallback font69340 -Node: Suppressing warnings70252 -Node: mktex scripts71379 -Node: mktex configuration72594 -Node: mktex script names78397 -Node: mktex script arguments79783 -Node: Programming80662 -Node: Programming overview81184 -Node: Calling sequence83881 -Node: Program-specific files90413 -Node: Programming with config files91436 -Node: Reporting bugs92748 -Node: Bug checklist93426 -Node: Mailing lists96898 -Node: Debugging97573 -Node: Logging102650 -Node: Common problems104517 -Node: Unable to find files104994 -Node: Slow path searching107404 -Node: Unable to generate fonts108779 -Node: TeX or Metafont failing111250 -Node: Index112603 +Node: Introduction2260 +Node: History4206 +Node: unixtex.ftp8803 +Node: Security10298 +Node: TeX directory structure12802 +Node: Path searching16850 +Node: Searching overview17508 +Node: Path sources20903 +Node: Config files21961 +Node: Path expansion25888 +Node: Default expansion26837 +Node: Variable expansion28907 +Node: Tilde expansion30308 +Node: Brace expansion31288 +Node: KPSE_DOT expansion32213 +Node: Subdirectory expansion32726 +Node: Filename database35080 +Node: ls-R36134 +Node: Filename aliases39029 +Node: Database format40207 +Node: Invoking kpsewhich41220 +Node: Path searching options42175 +Node: Specially-recognized files50095 +Node: Auxiliary tasks51450 +Node: Standard options53789 +Node: TeX support54145 +Node: Supported file formats55497 +Node: File lookup63162 +Node: Glyph lookup64911 +Node: Basic glyph lookup66035 +Node: Fontmap66915 +Node: Fallback font69336 +Node: Suppressing warnings70248 +Node: mktex scripts71375 +Node: mktex configuration72590 +Node: mktex script names78393 +Node: mktex script arguments79779 +Node: Programming80658 +Node: Programming overview81180 +Node: Calling sequence83877 +Node: Program-specific files90409 +Node: Programming with config files91432 +Node: Reporting bugs92744 +Node: Bug checklist93422 +Node: Mailing lists96894 +Node: Debugging97569 +Node: Logging102646 +Node: Common problems104513 +Node: Unable to find files104990 +Node: Slow path searching107400 +Node: Unable to generate fonts108775 +Node: TeX or Metafont failing111246 +Node: Index112599 End Tag Table diff --git a/Build/source/texk/kpathsea/doc/kpathsea.texi b/Build/source/texk/kpathsea/doc/kpathsea.texi index 71f8ba3726d..33021658faa 100644 --- a/Build/source/texk/kpathsea/doc/kpathsea.texi +++ b/Build/source/texk/kpathsea/doc/kpathsea.texi @@ -2,13 +2,13 @@ @setfilename kpathsea.info @settitle Kpathsea: A library for path searching -@set version 6.2.3dev -@set month-year June 2016 +@set version 6.2.3 +@set month-year April 2017 @copying This file documents the Kpathsea library for path searching. -Copyright @copyright{} 1996--2016 Karl Berry & Olaf Weber. +Copyright @copyright{} 1996--2017 Karl Berry & Olaf Weber. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are diff --git a/Build/source/texk/kpathsea/kpsewhich.c b/Build/source/texk/kpathsea/kpsewhich.c index 81db2b50845..4271bc1a3e7 100644 --- a/Build/source/texk/kpathsea/kpsewhich.c +++ b/Build/source/texk/kpathsea/kpsewhich.c @@ -1,7 +1,7 @@ /* kpsewhich -- standalone path lookup and variable expansion for Kpathsea. Ideas from Thomas Esser, Pierre MacKay, and many others. - Copyright 1995-2016 Karl Berry & Olaf Weber. + Copyright 1995-2017 Karl Berry & Olaf Weber. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -678,7 +678,7 @@ read_command_line (kpathsea kpse, int argc, string *argv) } else if (ARGUMENT_IS ("version")) { puts (kpathsea_version_string); - puts ("Copyright 2016 Karl Berry & Olaf Weber.\n\ + puts ("Copyright 2017 Karl Berry & Olaf Weber.\n\ License LGPLv2.1+: GNU Lesser GPL version 2.1 or later <http://gnu.org/licenses/lgpl.html>\n\ This is free software: you are free to change and redistribute it.\n\ There is NO WARRANTY, to the extent permitted by law.\n"); diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index aeb10efb88c..8d3f4938e9e 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -4,8 +4,8 @@ % If you modify this original file, YOUR CHANGES WILL BE LOST when it is % updated. Instead, put your changes -- and only your changes, not an % entire copy! -- in ../../texmf.cnf. That is, if this file is -% installed in /some/path/to/texlive/2016/texmf-dist/web2c/texmf.cnf, -% add your custom settings to /some/path/to/texlive/2016/texmf.cnf. +% installed in /some/path/to/texlive/2017/texmf-dist/web2c/texmf.cnf, +% add your custom settings to /some/path/to/texlive/2017/texmf.cnf. % % What follows is a super-summary of what this .cnf file can % contain. Please read the Kpathsea manual for more information. @@ -79,10 +79,10 @@ TEXMFSYSCONFIG = $TEXMFROOT/texmf-config TEXMFHOME = ~/texmf % TEXMFVAR, where texconfig/updmap/fmtutil store cached runtime data. -TEXMFVAR = ~/.texlive2016/texmf-var +TEXMFVAR = ~/.texlive2017/texmf-var % TEXMFCONFIG, where texconfig/updmap/fmtutil store configuration data. -TEXMFCONFIG = ~/.texlive2016/texmf-config +TEXMFCONFIG = ~/.texlive2017/texmf-config % List all the texmf trees. For an explanation of what they are, see the % TeX Live manual. diff --git a/Build/source/texk/kpathsea/version.ac b/Build/source/texk/kpathsea/version.ac index f1fe472b4a6..0114b6a6d81 100644 --- a/Build/source/texk/kpathsea/version.ac +++ b/Build/source/texk/kpathsea/version.ac @@ -1,5 +1,5 @@ dnl $Id$ -dnl Copyright 2016 Karl Berry <tex-live@tug.org> +dnl Copyright 2016-2017 Karl Berry <tex-live@tug.org> dnl Copyright 2011-2015 Peter Breitenlohner <tex-live@tug.org> dnl dnl This file is free software; the copyright holder @@ -20,4 +20,4 @@ dnl append "dev", to distinguish binaries built between releases. dnl -------------------------------------------------------- dnl dnl this file is m4-included from configure.ac -m4_define([kpse_version], [6.2.3/dev]) +m4_define([kpse_version], [6.2.3]) |