diff options
author | Karl Berry <karl@freefriends.org> | 2019-12-16 18:16:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-12-16 18:16:30 +0000 |
commit | 1c398269e793c4732b0be99d99602b65bbdc1a22 (patch) | |
tree | 1d35051180e502c97bc9f606ea982c8657f937e5 /Build/source/texk/web2c/NEWS | |
parent | de7f45879c92c00942b701fb706d874f2f993450 (diff) |
bibtex: reallocate on long field values instead of giving up
git-svn-id: svn://tug.org/texlive/trunk@53145 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/NEWS')
-rw-r--r-- | Build/source/texk/web2c/NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/NEWS b/Build/source/texk/web2c/NEWS index 1c6943fa980..87ee39a2a5e 100644 --- a/Build/source/texk/web2c/NEWS +++ b/Build/source/texk/web2c/NEWS @@ -1,8 +1,13 @@ This file records noteworthy changes. (Public domain.) - +2020 (for TeX Live 2020) * New cross-engine option -cnf-line=STR. +* All TeX engines except tex and etex now compress (with zlib) .fmt files + (XeTeX and LuaTeX already did so). + +BibTeX: now reallocates on large (>20k) field values instead of aborting. + 2019 (for TeX Live 2019, 7 April 2019) BibTeX: subsidiary .aux files are looked for in the directory of the main .aux file, if not found as-is (to work better with -output-directory). |