summaryrefslogtreecommitdiff
path: root/systems/win32/miktex/source
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-03-23 03:02:41 +0000
committerNorbert Preining <norbert@preining.info>2020-03-23 03:02:41 +0000
commit404e90e73ebdb6ecca01ae0b18e684a5f8fe83b3 (patch)
tree0299674ee5045793cc18684fce643597555a7f88 /systems/win32/miktex/source
parent75d8dfa80524727ddb7d8ae217ed6463efba84cf (diff)
CTAN sync 202003230302
Diffstat (limited to 'systems/win32/miktex/source')
-rw-r--r--systems/win32/miktex/source/CHANGELOG.md141
1 files changed, 141 insertions, 0 deletions
diff --git a/systems/win32/miktex/source/CHANGELOG.md b/systems/win32/miktex/source/CHANGELOG.md
index b5bd0723ac..8644b297de 100644
--- a/systems/win32/miktex/source/CHANGELOG.md
+++ b/systems/win32/miktex/source/CHANGELOG.md
@@ -1,5 +1,146 @@
# MiKTeX Change Log
+## 2.9.7350 - 2020-03-22
+
+### lualatex: switching engine from LuaTeX to LuaHBTeX
+
+`lualatex` now uses LuaHBTeX as the underlying engine.
+
+### Upgraded programs
+
+* asymptote 2.64
+* autosp 2020-03-11
+* dvipdfmx 20200315
+* dvisvgm 2.9.1
+* texworks 0.6.4
+
+### Fixed issues
+
+* [445](https://github.com/MiKTeX/miktex/issues/445): Autoinstall packages on the fly (without asking): give option to install for all users
+* [475](https://github.com/MiKTeX/miktex/issues/475): BibTeX single_fn_space = 100 is too small; could we have 1000, please?
+* [486](https://github.com/MiKTeX/miktex/issues/486): Luatex cannot find input file when using texify on windows
+
+## 2.9.7300 - 2020-02-17
+
+### Group-delimited \input argument
+
+MiKTeX adopted the forthcoming TL 2020 \input enhancement which allows
+you to specify file with spaces in the name:
+
+```
+\input{my stuff}
+\input{"my stuff"}
+```
+
+To quote Karl Berry:
+
+> For TL 2020, I think we're going to be able to extend
+> \input so that it can take a grouped argument (\input{...}), and thus
+> allow any character in the name -- except that " characters will still
+> be eliminated, at LaTeX's request. This won't affect the standard
+> space/token-delimited use of \input in any way.
+
+### CentOS 8
+
+MiKTeX is now available for CentOS 8. Quick installation instructions:
+
+```
+sudo rpm --import "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xD6BC243565B2087BC3F897C9277A7293F59E4889"
+sudo curl -L -o /etc/yum.repos.d/miktex.repo https://miktex.org/download/centos/8/miktex.repo
+sudo dnf update
+sudo dnf install miktex
+```
+
+Please read this [HOWTO](https://miktex.org/howto/install-miktex-unx),
+if this is the first time you install MiKTeX for Linux.
+
+### LCDF Typetools
+
+The MiKTeX distribution now includes [LCDF Typetools](https://ctan.org/pkg/lcdf-typetools),
+a bundle of outline font manipulation tools.
+
+### Upgraded programs
+
+* asymptote 2.62
+* autosp 2020-02-06
+* dvipdfmx 20200116
+* dvipng 1.17
+* dvips 2020.1
+* dvisvgm 2.8.2
+* LuaTeX 1.12.0
+* pdftex 1.40.21
+* pmxab 2.9.4
+
+### Upgraded libraries
+
+* libpng 1.6.37
+
+### Fixed issues
+
+* [419](https://github.com/MiKTeX/miktex/issues/419): Admin mode required but not accessible
+* [420](https://github.com/MiKTeX/miktex/issues/420): miktexsetup fails -- how to advance?
+* [422](https://github.com/MiKTeX/miktex/issues/422): Increase font_mem_size upper limit
+* [428](https://github.com/MiKTeX/miktex/issues/428): GSF2PK failed on postscript font
+* [435](https://github.com/MiKTeX/miktex/issues/435): language patterns in the format can not be changed manually
+* [436](https://github.com/MiKTeX/miktex/issues/436): Problems with the oberdiek package
+* [438](https://github.com/MiKTeX/miktex/issues/438): Create "fc-cache.exe" as alias
+* [441](https://github.com/MiKTeX/miktex/issues/441): Cannot build new format
+* [448](https://github.com/MiKTeX/miktex/issues/448): miktex-makepk fails if the transcript file does not exist
+* [451](https://github.com/MiKTeX/miktex/issues/451): Clicking Close button vs pressing Esc key upon finished package installation
+* [459](https://github.com/MiKTeX/miktex/issues/459): dvipng 1.16 with pk fonts error on Win32
+* [471](https://github.com/MiKTeX/miktex/issues/471): BibTeX max_glob_strs = 10 or 20 much too small; could we have 100, please?
+
+## 2.9.7250 - 2019-11-12
+
+### New programs
+
+* LuaHBTeX 1.11.2
+
+### Upgraded programs
+
+* LuaTeX 1.11.2
+
+### Fixed issues
+
+* [25](https://github.com/MiKTeX/miktex/issues/25): tex4ht support
+* [328](https://github.com/MiKTeX/miktex/issues/328): initexmf: access denied error
+* [411](https://github.com/MiKTeX/miktex/issues/411): texify does not run bibtex
+
+## 2.9.7230 - 2019-10-28
+
+Fixed macOS build issues.
+
+## 2.9.7200 - 2019-10-22
+
+### Breaking changes
+
+#### Windows: text files with UNIX line endings
+
+All TeX engines now write text output files with UNIX line endings.
+
+#### EPS-to-PDF converter embeds all fonts
+
+The `miktex-epstopdf` utility now creates a PDF with embedded fonts.
+
+### New programs
+
+* synctex 1.5
+
+### Downgraded programs
+
+* luatex 1.10.0
+
+### Fixed issues
+
+* [353](https://github.com/MiKTeX/miktex/issues/353): luatex 1.10.1 has a bug affecting font usage
+* [363](https://github.com/MiKTeX/miktex/issues/363): SyncTeX binaries?
+* [369](https://github.com/MiKTeX/miktex/issues/369): luatex doesn't handle commands in the name of the main file correctly
+* [370](https://github.com/MiKTeX/miktex/issues/370): line endings
+* [373](https://github.com/MiKTeX/miktex/issues/373): tftopl failed with large .tfm file
+* [376](https://github.com/MiKTeX/miktex/issues/376): Miktex Update removes essential packages
+* [377](https://github.com/MiKTeX/miktex/issues/377): pdfcrop: The script engine could not be found.
+* [391](https://github.com/MiKTeX/miktex/issues/391): miktex-console_admin building format fails
+
## 2.9.7140 - 2019-07-31
### New programs