Skip to content

Latest commit

 

History

History
277 lines (190 loc) · 7.38 KB

CHANGELOG.md

File metadata and controls

277 lines (190 loc) · 7.38 KB

Changelog

All notable changes to the l3build bundle since the start of 2018 will be documented in this file.

The format is based on Keep a Changelog, this project uses date-based 'snapshot' version identifiers.

Fixed

  • Handling of ASCII engines
  • Execution of all tests by ctan target (see #85)

Added

  • Table-based control of binary/format combinations: specialformats (see #84)
  • Switch --debug for chasing problems with the upload target

Changed

  • The uploadconfig.update field by default now automatically detects whether it needs to be true or false
  • The tag target now allows no tag name to allow for setting this programmatically within a build.lua script
  • Better support for multiple LuaTeX-like engines

Fixed

  • Uploading via Windows should now work

Added

  • Switch --email for providing upload email address
  • Switch -F|--file for providing upload announcement from file
  • Switch -m|--message for providing upload announcement from command line

Changed

  • Enable --dry-run option for upload target
  • Enable tag/version to be passed as optional argument to upload target

Fixed

  • Packaging of some team-specific files
  • Handling of upload data containing newlines (Windows only)

Changed

  • Add new upload target which uses curl with the CTAN API to send a package for release (see #1)

Changed

  • Strip leading spaces from file loading/page number lines (see #78)

Fixed

  • Print test failures correctly per-config (see #77)

Fixed

  • Substitution of spaces in Unix paths (see #76)

Added

  • \SHOWFILE command

Changed

  • Better support for multiple LuaTeX engines (see #75)

Fixed

  • Support for spaces in directory names (fixes #76)
  • Support relative directories as argument to --texmfhome

Changed

  • Entries in scriptfiles are excluded from installfiles
  • Use a per-config directory for running tests
  • Enable use of local texmf.cnf file in tests and documentation
  • New ctanreadme variable

Changed

  • Normalise date lines to contain "...-..-.." rather than removing (including normalising version data in such lines): note that .tlg file updates may be required after this change
  • Explicitly exclude .fd file lines

Changed

  • Suppress file name info in PDF output for included images, etc.

Fixed

  • Issue with creation of CTAN releases for bundles

Added

  • ctanzip variable
  • --full option

Changed

  • Run PDF-based tests for all engines
  • Tweaks to PDF-based normalisation: new .tpf files will be required
  • The --halt-on-error|-H setting now applies to multiple configs

Fixed

  • Testing using .lve files
  • Tagging with new approach to top-level targets

Added

  • CHANGELOG.md
  • --dirty option
  • includetests and excludetests variables for controlling which tests run
  • target_list table to allow control of targets without redefining main()

Changed

  • PDF-based testing now uses 'digested' PDF file for comparison, working from dedicated .pvt input files

Removed

  • --pdf|-p command line switch

Changed

  • Revert appearance of date lines in .tlg files: this is on balance problematic

Added

  • Variable dynamicfiles to be cleaned between each test run

Changed

  • Normalise dates to placeholder "YYYY-MM-DD": may require .tlg updates

Fixed

  • Include dot files in tree() (fixes #30)

Changed

  • Omit ISO date lines in .tlg files

Changed

  • Allow 'short cut' of check runs
  • Support for upcoming LaTeX kernel release functions

Changed

  • Add #! line for POSIX users
  • Set POSIX u+x on l3build.lua

Fixed

  • Handling of script name with or without extension

Fixed

  • Pass through script name correctly with new set up

Added

  • Target tag, variable tagfiles and function update_tag()
  • Variables scriptfiles and scriptmanfiles to support installation of scripts

Changed

  • l3build can now be run as a top-level script rather than using texlua build.lua ...
  • Normalisation of LuaTeX-derived tlg files, in preparation for TeX Live 2018

Deprecated

  • Use of wrapper build.lua script to call l3build: the new top-level script approach is preferred

Removed

  • Target setversion and variable versionfiles

Changed

  • Allow for checkopts adding code/files

Fixed

  • Creation of 'structured' CTAN releases
  • Quote test names correctly

Added

  • Target uninstall
  • Options --first and --last

Changed

  • Normalisation for upcoming LuaTeX 1.07 release

Fixed

  • Behaviour of check on Windows when using standard fc tool

Added

  • Target manifest for construction of file manifests automatically
  • Variable auxfiles
  • Option --dry-run for installation/cleaning
  • Option --texmfhome to allow customisation of installation
  • Option --shuffle to run tests in a random order

Changed

  • Sort list of tests to avoid system-dependent ordering
  • Split l3build into multiple files for improved maintenance

Fixed

  • Issue with recordstatus

Removed

  • Rationalise short option names: removed -d, -E, -r
  • Target cmdcheck: specific to LaTeX3 kernel work