summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-04-17 18:29:57 +0000
committerKarl Berry <karl@freefriends.org>2014-04-17 18:29:57 +0000
commit2a046a0d09862b83c0d636529029beb6ee569fbb (patch)
tree5b0c987057476d4edb4b8c7c9821fa8ce27a8bc5 /Build/source/texk/kpathsea
parentc48eeed461f76189203596c521df5ea7fba401df (diff)
bump versions for TL 2014 pretest
git-svn-id: svn://tug.org/texlive/trunk@33477 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog5
-rw-r--r--Build/source/texk/kpathsea/Makefile.in4
-rw-r--r--Build/source/texk/kpathsea/NEWS13
-rw-r--r--Build/source/texk/kpathsea/c-auto.in2
-rwxr-xr-xBuild/source/texk/kpathsea/configure24
-rw-r--r--Build/source/texk/kpathsea/kpsewhich.c4
-rw-r--r--Build/source/texk/kpathsea/version.ac5
7 files changed, 34 insertions, 23 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index e21803cac92..713ef512157 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,5 +1,10 @@
2014-04-17 Karl Berry <karl@tug.org>
+ * version.ac: 6.2.0 (without the dev) for 2014 pretest.
+ * NEWS,
+ * texmf.cnf,
+ * kpsewhich.c: 2014.
+
* texmf.cnf (TEXINPUTS.pdfx{latex,mex,tex}): this engine has
not existed for a long time. Remove.
(TEXINPUTS.luajittex): same as .luatex.
diff --git a/Build/source/texk/kpathsea/Makefile.in b/Build/source/texk/kpathsea/Makefile.in
index 9dda897e6e0..8bc0d16ceec 100644
--- a/Build/source/texk/kpathsea/Makefile.in
+++ b/Build/source/texk/kpathsea/Makefile.in
@@ -109,8 +109,8 @@ EXTRA_PROGRAMS = progname-test$(EXEEXT) xdirtest$(EXEEXT)
DIST_COMMON = $(top_srcdir)/../../am/bin_links.am \
$(srcdir)/../../am/rebuild.am $(srcdir)/Makefile.in \
$(srcdir)/Makefile.am $(top_srcdir)/configure \
- $(am__configure_deps) $(srcdir)/c-auto.in putenv.c strtol.c \
- strcasecmp.c strstr.c $(dist_noinst_SCRIPTS) \
+ $(am__configure_deps) $(srcdir)/c-auto.in strstr.c putenv.c \
+ strtol.c strcasecmp.c $(dist_noinst_SCRIPTS) \
$(dist_web2c_SCRIPTS) $(top_srcdir)/../../build-aux/depcomp \
$(dist_noinst_DATA) $(dist_web2c_DATA) $(kpseinclude_HEADERS) \
$(noinst_HEADERS) $(top_srcdir)/../../build-aux/test-driver \
diff --git a/Build/source/texk/kpathsea/NEWS b/Build/source/texk/kpathsea/NEWS
index e93356206d2..9909b5aae72 100644
--- a/Build/source/texk/kpathsea/NEWS
+++ b/Build/source/texk/kpathsea/NEWS
@@ -1,22 +1,29 @@
This file records noteworthy changes. (Public domain.)
+6.2.0 (for TeX Live 2014)
+* mktexlsr outputs normal msgs to stdout instead of stderr.
+* do not ignore a non-terminated last line of a file.
+* new texmf.cnf variables SELFAUTOGRANDPARENT, guess_input_kanji_encoding.
+* Numerous changes for Windows.
+
6.1.1 (for TeX Live 2013, 30 May 2013)
* just one tree: merge texmf into texmf-dist.
+
6.1.0 (for TeX Live 2012, 1 July 2012)
* texmf.cnf is found in the great-grandparent's texmf-local,
corresponding to the default TeX Live installation.
* New formats for .ris, .bltxml.
* Merge with W32TeX.
-
+
6.0.1 (for TeX Live 2011, 5 July 2011)
* Trailing comments and whitespace omitted from config values.
* Add .tlu to type lua suffixes, and .dfont to truetype suffixes.
* Prefix program_invocation{,_short}_name with kpse_.
* Finally remove kpse_set_progname (deprecated since 1998).
-
+
6.0.0 (for TeX Live 2010, 4 June 2010)
* Change xmalloc and friends to use size_t, unfortunately changing the ABI.
-
+
5.0.0 (for TeX Live 2009, 13 October 2009)
* Make shared library version and general package version the same.
* Make library re-entrant, thus unavoidable binary API changes.
diff --git a/Build/source/texk/kpathsea/c-auto.in b/Build/source/texk/kpathsea/c-auto.in
index 60d6c1c72ec..b586b02a44c 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.0dev"
+#define KPSEVERSION "kpathsea version 6.2.0"
/* 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 299689b7dda..163fe2a7d06 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.0dev.
+# Generated by GNU Autoconf 2.69 for Kpathsea 6.2.0.
#
# 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.0dev'
-PACKAGE_STRING='Kpathsea 6.2.0dev'
+PACKAGE_VERSION='6.2.0'
+PACKAGE_STRING='Kpathsea 6.2.0'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''
@@ -1336,7 +1336,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.0dev to adapt to many kinds of systems.
+\`configure' configures Kpathsea 6.2.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1406,7 +1406,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of Kpathsea 6.2.0dev:";;
+ short | recursive ) echo "Configuration of Kpathsea 6.2.0:";;
esac
cat <<\_ACEOF
@@ -1529,7 +1529,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-Kpathsea configure 6.2.0dev
+Kpathsea configure 6.2.0
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2368,7 +2368,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.0dev, which was
+It was created by Kpathsea $as_me 6.2.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2749,14 +2749,14 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
-KPSEVERSION=6.2.0dev
+KPSEVERSION=6.2.0
KPSE_LT_VERSINFO=8:0:2
- WEB2CVERSION=2014/dev
+ WEB2CVERSION=2014
am__api_version='1.14'
@@ -7868,7 +7868,7 @@ fi
# Define the identity of the package.
PACKAGE='kpathsea'
- VERSION='6.2.0dev'
+ VERSION='6.2.0'
cat >>confdefs.h <<_ACEOF
@@ -14237,7 +14237,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.0dev, which was
+This file was extended by Kpathsea $as_me 6.2.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -14303,7 +14303,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.0dev
+Kpathsea config.status 6.2.0
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/Build/source/texk/kpathsea/kpsewhich.c b/Build/source/texk/kpathsea/kpsewhich.c
index 6ed65975bf7..80787c1e7db 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-2013 Karl Berry & Olaf Weber.
+ Copyright 1995-2014 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
@@ -611,7 +611,7 @@ read_command_line (kpathsea kpse, int argc, string *argv)
} else if (ARGUMENT_IS ("version")) {
puts (kpathsea_version_string);
- puts ("Copyright 2013 Karl Berry & Olaf Weber.\n\
+ puts ("Copyright 2014 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/version.ac b/Build/source/texk/kpathsea/version.ac
index 840e2ace3b0..164924d24c9 100644
--- a/Build/source/texk/kpathsea/version.ac
+++ b/Build/source/texk/kpathsea/version.ac
@@ -1,5 +1,4 @@
-dnl
-dnl Copyright (C) 2011-2013 Peter Breitenlohner <tex-live@tug.org>
+dnl Copyright 2011-2014 Peter Breitenlohner <tex-live@tug.org>
dnl
dnl This file is free software; the copyright holder
dnl gives unlimited permission to copy and/or distribute it,
@@ -19,4 +18,4 @@ dnl append "dev", to distinguish binaries built between releases.
dnl --------------------------------------------------------
dnl
dnl m4-include this file to define the current kpathsea version
-m4_define([kpse_version], [6.2.0dev])
+m4_define([kpse_version], [6.2.0])