summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-03-22 21:54:48 +0000
committerKarl Berry <karl@freefriends.org>2017-03-22 21:54:48 +0000
commitce69653f5a9a7ccfb0d6aad5be2841a4043a16a7 (patch)
treea2298c6234c461436f2a4a065b6b743d5520500e /Build
parent529914fd51e083c059b540383be8710960773265 (diff)
fontools (22mar17)
git-svn-id: svn://tug.org/texlive/trunk@43573 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/fontools/autoinst10
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/texlive/tlmgr.pl18
2 files changed, 17 insertions, 11 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/fontools/autoinst b/Build/source/texk/texlive/linked_scripts/fontools/autoinst
index 02eb3ef11c4..ffbe7211c3d 100755
--- a/Build/source/texk/texlive/linked_scripts/fontools/autoinst
+++ b/Build/source/texk/texlive/linked_scripts/fontools/autoinst
@@ -4,7 +4,7 @@
----------------------------------------------------------------------------
- Copyright (C) 2005-2015 Marc Penninga.
+ Copyright (C) 2005-2017 Marc Penninga.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -2129,7 +2129,7 @@ Please include all (if any) error messages as well.
=head1 COPYRIGHT
-Copyright (C) 2005-2015 Marc Penninga.
+Copyright (C) 2005-2017 Marc Penninga.
=head1 LICENSE
@@ -2157,6 +2157,10 @@ GNU General Public License for more details.
=over 12
+=item I<2017-03-21>
+
+Updated the F<fontools_ot1.enc> encoding file to include the Lslash and lslash glyphs (thanks to Bob Tennent).
+
=item I<2015-11-22>
Bugfix: Latex doesn't like command names with dashes in it.
@@ -2172,7 +2176,7 @@ Fixed a bug in the font info parsing code.
=item I<2014-01-21>
"Oblique" or "slanted" fonts are now mapped to NFSS code "sl" instead
-of "it"; added "ssub" rules to the <fd> files to substitute slanted fonts
+of "it"; added "ssub" rules to the F<fd> files to substitute slanted fonts
for italic ones if the latter are missing. Fixed a few bugs.
=item I<2014-01-03>
diff --git a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
index 1e2c859dd1f..0afba48116b 100755
--- a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
+++ b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
@@ -1,13 +1,13 @@
#!/usr/bin/env perl
-# $Id: tlmgr.pl 43376 2017-03-01 23:33:53Z karl $
+# $Id: tlmgr.pl 43566 2017-03-21 17:08:03Z karl $
#
-# Copyright 2008-2016 Norbert Preining
+# Copyright 2008-2017 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
#
-my $svnrev = '$Revision: 43376 $';
-my $datrev = '$Date: 2017-03-02 00:33:53 +0100 (Thu, 02 Mar 2017) $';
+my $svnrev = '$Revision: 43566 $';
+my $datrev = '$Date: 2017-03-21 18:08:03 +0100 (Tue, 21 Mar 2017) $';
my $tlmgrrevision;
my $prg;
if ($svnrev =~ m/: ([0-9]+) /) {
@@ -6540,9 +6540,11 @@ with C<tlmgr>:
=item C<tlmgr option repository http://mirror.ctan.org/systems/texlive/tlnet>
Tell C<tlmgr> to use a nearby CTAN mirror for future updates; useful if
-you installed TeX Live from the DVD image and want continuing
+you installed TeX Live from the DVD image and want to have continuing
updates. The two commands are equivalent; C<ctan> is just an alias for
-the given url.
+the given url. Caveat: C<mirror.ctan.org> resolves to many different
+hosts, and they are not perfectly synchronized; we recommend updating
+only daily (at most), and not more often.
=item C<tlmgr update --list>
@@ -7741,8 +7743,8 @@ C<tlmgr> saves a copy of the C<texlive.tlpdb> file used for an update
with a suffix representing the repository url, as in
C<tlpkg/texlive.tlpdb.>I<long-hash-string>. These can be useful for
fallback information, but if you don't like them accumulating (e.g.,
-on each run C<mirror.ctan.org> might resolve to a new host, resulting in
-a different hash), it's harmless to delete them.
+C<mirror.ctan.org> resolves to many different hosts, each resulting in
+a possibly different hash), it's harmless to delete them.
=head1 CONFIGURATION FILE FOR TLMGR