texlive[57497] trunk: doc

commits+karl at tug.org commits+karl at tug.org
Sat Jan 23 00:11:32 CET 2021


Revision: 57497
          http://tug.org/svn/texlive?view=revision&revision=57497
Author:   karl
Date:     2021-01-23 00:11:32 +0100 (Sat, 23 Jan 2021)
Log Message:
-----------
doc

Modified Paths:
--------------
    trunk/Build/source/texk/kpathsea/texmf.cnf
    trunk/Build/source/utils/README
    trunk/Master/texmf-dist/scripts/texlive/NEWS
    trunk/Master/tlpkg/doc/releng.txt

Modified: trunk/Build/source/texk/kpathsea/texmf.cnf
===================================================================
--- trunk/Build/source/texk/kpathsea/texmf.cnf	2021-01-22 22:31:33 UTC (rev 57496)
+++ trunk/Build/source/texk/kpathsea/texmf.cnf	2021-01-22 23:11:32 UTC (rev 57497)
@@ -764,9 +764,7 @@
 % 
 Part 3: Array and other sizes for TeX, Metafont, etc.
 %
 % If you want to change some of these sizes only for a certain TeX
-% variant, the usual dot notation works, e.g.,
-% main_memory.hugetex = 20000000
-%
+% variant, the usual dot notation works, as shown below for ConTeXt.
 % If a change here appears to be ignored, try redumping the format file.
 
 % Memory. Must be less than 8,000,000 total.
@@ -827,8 +825,9 @@
 %
 trie_size = 1000000
 
-hyph_size = 8191        % prime number of hyphenation exceptions, >610, <32767.
+hyph_size = 8191        % prime number of hyphenation exceptions, >610, <65535
                         % http://primes.utm.edu/curios/page.php/8191.html
+                        % dynamically increased as necessary, so not important.
 nest_size = 500         % simultaneous semantic levels (e.g., groups)
 max_in_open = 15        % simultaneous input files and error insertions, 
                         % also applies to MetaPost

Modified: trunk/Build/source/utils/README
===================================================================
--- trunk/Build/source/utils/README	2021-01-22 22:31:33 UTC (rev 57496)
+++ trunk/Build/source/utils/README	2021-01-22 23:11:32 UTC (rev 57497)
@@ -96,9 +96,9 @@
 # foil wrong attempts at dynamic linking, etc.
 (cd $clisp_basedir/clisp-tools/lib && rm -f *.dylib *.la)
 
-clisp_ver=
+clisp_ver=2.49.92
 cd $clisp_basedir
-$wget https://haible.de/bruno/gnu/$clisp_ver.tar.bz2
+$wget https://alpha.gnu.org/gnu/clisp/clisp-2.49.92.tar.bz2
 bunzip2 -dc $clisp_ver.tar.bz2 | tar xf -
 cd $clisp_ver
 

Modified: trunk/Master/texmf-dist/scripts/texlive/NEWS
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/NEWS	2021-01-22 22:31:33 UTC (rev 57496)
+++ trunk/Master/texmf-dist/scripts/texlive/NEWS	2021-01-22 23:11:32 UTC (rev 57497)
@@ -1,6 +1,10 @@
 (This file public domain.  Originally written by Norbert Preining and
 Karl Berry, 2010.)
 
+<p><b>tlmgr 57424 (released 16jan21):</b>
+<li>usermode: pass -user to fmtutil.
+<li>remove dependency on File::Copy.
+
 <p><b>tlmgr 57119 (released 13dec20):</b>
 <li>keep only one backup of the main repo, many mirrors notwithstanding.
 

Modified: trunk/Master/tlpkg/doc/releng.txt
===================================================================
--- trunk/Master/tlpkg/doc/releng.txt	2021-01-22 22:31:33 UTC (rev 57496)
+++ trunk/Master/tlpkg/doc/releng.txt	2021-01-22 23:11:32 UTC (rev 57497)
@@ -205,9 +205,7 @@
 cd !$
 tlyear=2019
 subnum=4
-nice -19 svn co svn://tug.org/texlive/branches/branch$tlyear.$subnum . >&out
-# the redirect is because there's a lot of output. If there are no
-# errors, just rm out afterwards.
+nice -19 svn co -q svn://tug.org/texlive/branches/branch$tlyear.$subnum .
 
   e) make the required update, probably most easily by copying the
      affected files from the trunk. Running ctan2tl (or c2l) inside the
@@ -395,7 +393,7 @@
 change fstab 
 mount /mnt/tl
 cd /mnt/tl
-nice -19 perl install-tl # do full install to default location.
+echo i | nice -19 perl install-tl # do full install to default location.
 rm /usr/local/texlive-rel; ln -s texlive/$this /usr/local/texlive-rel
 newsrc=!$/source
 mkdir $newsrc



More information about the tex-live-commits mailing list.