|
1 | | -# See elsewhere for changelog |
| 1 | +# rc: micro bump |
2 | 2 |
|
3 | | -This project’s release notes are curated from the Git history of its main |
4 | | -branch. You can find them by looking at [the version of this file on the |
5 | | -`release` branch][branch] or the [GitHub release history][gh-releases]. |
| 3 | +- Avoid misplaced newlines in warning output ([#803], [@ralismark]) |
| 4 | +- Fix new warnings reported by Clippy 1.53.0 |
6 | 5 |
|
7 | | -[branch]: https://github.com/tectonic-typesetting/tectonic/blob/release/crates/engine_xetex/CHANGELOG.md |
8 | | -[gh-releases]: https://github.com/tectonic-typesetting/tectonic/releases |
| 6 | +[#803]: https://github.com/tectonic-typesetting/tectonic/pull/803 |
| 7 | +[@ralismark]: https://github.com/ralismark |
| 8 | + |
| 9 | + |
| 10 | +# tectonic_engine_xetex 0.1.3 (2021-06-17) |
| 11 | + |
| 12 | +- Switch from running [cbindgen] at build time to having the developer run it |
| 13 | + manually. This really ought to fix the crate builds on docs.rs ([#788]), and |
| 14 | + should speed builds too. |
| 15 | + |
| 16 | +[cbindgen]: https://github.com/eqrion/cbindgen |
| 17 | +[#788]: https://github.com/tectonic-typesetting/tectonic/issues/788 |
| 18 | + |
| 19 | + |
| 20 | +# tectonic_engine_xetex 0.1.2 (2021-06-17) |
| 21 | + |
| 22 | +- Attempt to fix crate builds on docs.rs — see [#788]. This works around an |
| 23 | + issue in Tectonic’s usage of [cbindgen] by configuring Cargo to operate in |
| 24 | + offline mode when building on docs.rs, which builds crates with network access |
| 25 | + turned off. |
| 26 | + |
| 27 | +[#788]: https://github.com/tectonic-typesetting/tectonic/issues/788 |
| 28 | +[cbindgen]: https://github.com/eqrion/cbindgen |
| 29 | + |
| 30 | + |
| 31 | +# tectonic_engine_xetex 0.1.1 (2021-06-15) |
| 32 | + |
| 33 | +- Fix SyncTeX output (@hulloanson, @pkgw, #720, #744). We needed to include |
| 34 | + absolute paths and properly deal with file renames, etc. The only way to |
| 35 | + really do this right is to have the I/O backend provide filesystem paths when |
| 36 | + it has them, so we've extended the lower-level crates to make this possible. |
| 37 | +- Fix the implementation of some special XeTeX commands, reported by @burrbull |
| 38 | + (@pkgw, #714, #783). This requires a bump in the format file serial number. We |
| 39 | + believe that this fix includes a fix to an upstream XeTeX bug, which has been |
| 40 | + reported. |
| 41 | + |
| 42 | + |
| 43 | +# tectonic_engine_xetex 0.1.0 (2021-06-03) |
| 44 | + |
| 45 | +This crate introduces the XeTeX engine as a standalone crate, building on the |
| 46 | +new "core bridge" functionality. |
| 47 | + |
| 48 | +Compared to the implementation previously provided in the main `tectonic` crate, |
| 49 | +it also adds shell-escape functionality and iterates the Rust API somewhat. |
0 commit comments