summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-04-12 17:31:37 +0000
committerKarl Berry <karl@freefriends.org>2017-04-12 17:31:37 +0000
commit5f0697287e686e487b560f094fb6cd684cf7d54d (patch)
tree0175a5ac207108609dcee34b404af93b6c333c43 /Build
parenta50b4de6e7eee2d5307066989ed2b1ce057498f0 (diff)
sync,doc
git-svn-id: svn://tug.org/texlive/trunk@43761 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/dvipsk/ChangeLog5
-rw-r--r--Build/source/texk/tests/TeXLive/TLUtils.pm10
-rw-r--r--Build/source/texk/web2c/xetexdir/NEWS7
-rw-r--r--Build/source/utils/README4
4 files changed, 19 insertions, 7 deletions
diff --git a/Build/source/texk/dvipsk/ChangeLog b/Build/source/texk/dvipsk/ChangeLog
index 919f35ae8a3..7db89872431 100644
--- a/Build/source/texk/dvipsk/ChangeLog
+++ b/Build/source/texk/dvipsk/ChangeLog
@@ -2,6 +2,11 @@
* Makefile.am (AM_TESTS_ENVIRONMENT): use instead of TESTS_ENVIRONMENT.
+2017-03-22 Karl Berry <karl@tug.org>
+
+ * dvips.texi: don't claim -q quiets standard error.
+ Report from Igor Liferenko.
+
2017-03-21 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
* dvips.c: Show information and exit if dvips finds options
diff --git a/Build/source/texk/tests/TeXLive/TLUtils.pm b/Build/source/texk/tests/TeXLive/TLUtils.pm
index bb41e0a47d1..8876057f73a 100644
--- a/Build/source/texk/tests/TeXLive/TLUtils.pm
+++ b/Build/source/texk/tests/TeXLive/TLUtils.pm
@@ -5,7 +5,7 @@
package TeXLive::TLUtils;
-my $svnrev = '$Revision: 41618 $';
+my $svnrev = '$Revision: 42254 $';
my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
sub module_revision { return $_modulerevision; }
@@ -2422,12 +2422,12 @@ sub download_file {
debug("persistent connection set up, trying to get $url (for $dest)\n");
$ret = $::tldownload_server->get_file($url, $dest);
if ($ret) {
- debug("downloading file via persistent connection succeeded\n");
+ ddebug("downloading file via persistent connection succeeded\n");
return $ret;
} else {
- tlwarn("TLUtils::download_file: persistent connection ok,"
+ debug("TLUtils::download_file: persistent connection ok,"
. " but download failed: $url\n");
- tlwarn("TLUtils::download_file: retrying with wget.\n");
+ debug("TLUtils::download_file: retrying with wget.\n");
$wget_retry = 1; # just so we can give another msg.
}
} else {
@@ -2443,7 +2443,7 @@ sub download_file {
my $ret = _download_file($url, $dest, $wget);
if ($wget_retry) {
- tlwarn("TLUtils::download_file: retry with wget "
+ debug("TLUtils::download_file: retry with wget "
. ($ret ? "succeeded" : "failed") . ": $url\n");
}
diff --git a/Build/source/texk/web2c/xetexdir/NEWS b/Build/source/texk/web2c/xetexdir/NEWS
index 1f1b7966f15..0a2f6bb3f5d 100644
--- a/Build/source/texk/web2c/xetexdir/NEWS
+++ b/Build/source/texk/web2c/xetexdir/NEWS
@@ -1,3 +1,10 @@
+XeTeX 0.99997 (March 2016, for TeX Live 2017)
+
+* Unicode/OpenType math implementation now based on HarfBuzz's MATH
+ table support, for easier ongoing maintenance.
+* Minor bug fixes (revision history available at xetex.sf.net).
+
+==============================================================
XeTeX 0.99996 (March 2016, for TeX Live 2016)
* Added \XeTeXhyphenatablelength primitive that sets the maximum
diff --git a/Build/source/utils/README b/Build/source/utils/README
index 7f11dd91150..ad79be668df 100644
--- a/Build/source/utils/README
+++ b/Build/source/utils/README
@@ -104,7 +104,7 @@ cd $libiconv_ver
# foil wrong attempts at dynamic linking, etc.
(cd $clisp_basedir/clisp-tools/lib && rm -f *.dylib *.la)
-clisp_ver=clisp-2.49
+clisp_ver=clisp-2.49.50
cd $clisp_basedir
$wget https://haible.de/bruno/gnu/clisp-2.49.50.tar.bz2
bunzip2 -dc $clisp_ver.tar.bz2 | tar xf -
@@ -117,7 +117,7 @@ cd $clisp_ver
# On FreeBSD/amd64: add --disable-mmap.
#
./configure CPPFLAGS=-DUNIX_BINARY_DISTRIB --prefix=$clisp_toolsdir \
- --without-readline --without-dynamic-modules \
+ --without-readline --without-dynamic-modules --without-termcap-ncurses \
--disable-nls --enable-portability \
--with-libsigsegv-prefix=$clisp_toolsdir \
--with-libffcall-prefix=$clisp_toolsdir \