-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release request commit created with Cranko.
+++ cranko-rc-info-v1 [[projects]] qnames = ["tectonic_xdv", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic_errors", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic_xetex_format", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic_status_base", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic_io_base", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic_geturl", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic_docmodel", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic_dep_support", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic_bundles", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic_bridge_graphite2", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic_bridge_flate", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic_bridge_core", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic_xetex_layout", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic_pdf_io", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic_engine_xetex", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic_engine_xdvipdfmx", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic_engine_spx2html", "cargo"] bump_spec = "minor bump" [[projects]] qnames = ["tectonic_engine_bibtex", "cargo"] bump_spec = "micro bump" +++
- Loading branch information
Showing
104 changed files
with
6,740 additions
and
5,302 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,56 @@ | ||
# See elsewhere for changelog | ||
# rc: micro bump | ||
|
||
This project’s release notes are curated from the Git history of its main | ||
branch. You can find them by looking at [the version of this file on the | ||
`release` branch][branch] or the [GitHub release history][gh-releases]. | ||
- Bump the `md-5` dep to the 0.10 series (#1038, @CraftSpider) | ||
- Tidy up recent Clippy warnings. | ||
|
||
[branch]: https://github.com/tectonic-typesetting/tectonic/blob/release/crates/bridge_core/CHANGELOG.md | ||
[gh-releases]: https://github.com/tectonic-typesetting/tectonic/releases | ||
|
||
# tectonic_bridge_core 0.3.1 (2022-10-03) | ||
|
||
- Remove C's `time_t` from internal FFI APIs to avoid portability issues. This | ||
should avoid issues with Linux Musl builds. | ||
|
||
|
||
# tectonic_bridge_core 0.3.0 (2021-10-11) | ||
|
||
- Add `SecuritySettings::allow_extra_search_paths()` (#814, @ralismark). | ||
|
||
|
||
# tectonic_bridge_core 0.2.2 (2021-06-17) | ||
|
||
- Switch from running [cbindgen] at build time to having the developer run it | ||
manually. This really ought to fix the crate builds on docs.rs ([#788]), and | ||
should speed builds too. | ||
|
||
[cbindgen]: https://github.com/eqrion/cbindgen | ||
[#788]: https://github.com/tectonic-typesetting/tectonic/issues/788 | ||
|
||
|
||
# tectonic_bridge_core 0.2.1 (2021-06-17) | ||
|
||
- Attempt to fix crate builds on docs.rs — see [#788]. This works around an | ||
issue in Tectonic’s usage of [cbindgen] by configuring Cargo to operate in | ||
offline mode when building on docs.rs, which builds crates with network access | ||
turned off. | ||
|
||
[#788]: https://github.com/tectonic-typesetting/tectonic/issues/788 | ||
[cbindgen]: https://github.com/eqrion/cbindgen | ||
|
||
|
||
# tectonic_bridge_core 0.2.0 (2021-06-15) | ||
|
||
- Add a security infrastructure that gives a systematic way to control whether | ||
features that can be abused by untrusted inputs, like shell-escape, are | ||
enabled. The default is to disable all such features. Callers can request to | ||
allow their use, but we use a centralized approach that ensures that such | ||
requests will always be denied if the environment variable | ||
`$TECTONIC_UNTRUSTED_MODE` is set to a nonempty value (@pkgw, #787). | ||
- Add a C API allowing us to expose the filesystem paths for just-opened | ||
inputs. This is needed for correct SyncTeX support (@hullanson, @pkgw, #762). | ||
|
||
|
||
# tectonic_bridge_core 0.1.0 (2021-06-03) | ||
|
||
This is the first release of the "core" bridge crate. It provides a baseline of | ||
APIs for C/C++ code to interact with an underlying "driver" implemented in Rust. | ||
Those APIs mainly revolve around basic I/O and diagnostics, although we do have | ||
a specialized "system request" to implement the TeX shell-escape feature. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,56 @@ | ||
# See elsewhere for changelog | ||
# rc: micro bump | ||
|
||
This project’s release notes are curated from the Git history of its main | ||
branch. You can find them by looking at [the version of this file on the | ||
`release` branch][branch] or the [GitHub release history][gh-releases]. | ||
- Tidy up recent Clippy warnings. | ||
|
||
[branch]: https://github.com/tectonic-typesetting/tectonic/blob/release/crates/bridge_flate/CHANGELOG.md | ||
[gh-releases]: https://github.com/tectonic-typesetting/tectonic/releases | ||
|
||
# tectonic_bridge_flate 0.1.6 (2022-10-03) | ||
|
||
No code changes, but some internal documentation improvements about managing FFI | ||
APIs. | ||
|
||
|
||
# tectonic_bridge_flate 0.1.5 (2021-06-17) | ||
|
||
- Switch from running [cbindgen] at build time to having the developer run it | ||
manually. This really ought to fix the crate builds on docs.rs ([#788]), and | ||
should speed builds too. | ||
|
||
[cbindgen]: https://github.com/eqrion/cbindgen | ||
[#788]: https://github.com/tectonic-typesetting/tectonic/issues/788 | ||
|
||
|
||
# tectonic_bridge_flate 0.1.4 (2021-06-17) | ||
|
||
- Attempt to fix crate builds on docs.rs — see [#788]. This works around an | ||
issue in Tectonic’s usage of [cbindgen] by configuring Cargo to operate in | ||
offline mode when building on docs.rs, which builds crates with network access | ||
turned off. | ||
|
||
[#788]: https://github.com/tectonic-typesetting/tectonic/issues/788 | ||
[cbindgen]: https://github.com/eqrion/cbindgen | ||
|
||
|
||
# tectonic_bridge_flate 0.1.3 (2021-06-16) | ||
|
||
- Try again with our docs.rs workarounds. Looks like we need | ||
`CARGO_NET_OFFLINE=true`, not `CARGO_NET_OFFLINE=1`. | ||
|
||
|
||
# tectonic_bridge_flate 0.1.2 (2021-06-16) | ||
|
||
- Try some workarounds to get docs building on docs.rs, both for this crate on | ||
its own and for the toplevel `tectonic` crate. | ||
|
||
|
||
# tectonic_bridge_flate 0.1.1 (2021-01-16) | ||
|
||
- Fix a Clippy complaint | ||
|
||
|
||
# tectonic_bridge_flate 0.1.0 (2021-01-03) | ||
|
||
Initial release of the `tectonic_bridge_flate` crate. This crate provides a | ||
simple C API to the flate2 crate — even though flate2 often wraps zlib, which | ||
has its own C API. This is the first step towards segmenting Tectonic's | ||
native-library dependencies and starting to be able to vendor them. This new | ||
crate doesn't change anything dramatic yet, but starts that process. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,26 @@ | ||
# See elsewhere for changelog | ||
# rc: micro bump | ||
|
||
This project’s release notes are curated from the Git history of its main | ||
branch. You can find them by looking at [the version of this file on the | ||
`release` branch][branch] or the [GitHub release history][gh-releases]. | ||
- Tidy up recent Clippy warnings. | ||
|
||
[branch]: https://github.com/tectonic-typesetting/tectonic/blob/release/crates/bridge_graphite2/CHANGELOG.md | ||
[gh-releases]: https://github.com/tectonic-typesetting/tectonic/releases | ||
|
||
# tectonic_bridge_graphite2 0.2.1 (2021-10-11) | ||
|
||
- Fix the build script for Rust >=1.55 (#820, @pkgw) | ||
|
||
|
||
# tectonic_bridge_graphite2 0.2.0 (2021-06-03) | ||
|
||
- Fix up handling of how C/C++ header file paths are exported to dependent | ||
crates. This is a breaking change: we've moved from a single include directory | ||
to a list of them. | ||
- Some improvements to the documentation | ||
|
||
# tectonic_bridge_graphite2 0.1.1 (2021-01-16) | ||
|
||
- Export information about the `GRAPHITE2_STATIC` C preprocessor define that is | ||
sometimes needed. | ||
|
||
# tectonic_bridge_graphite2 0.1.0 (2021-01-04) | ||
|
||
A new crate to encapsulate the location and use of the `graphite2` library used | ||
by Tectonic. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.