-
Notifications
You must be signed in to change notification settings - Fork 164
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_status_base", "cargo"] bump_spec = "minor bump" [[projects]] qnames = ["tectonic_io_base", "cargo"] bump_spec = "minor bump" [[projects]] qnames = ["tectonic_geturl", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic_docmodel", "cargo"] bump_spec = "minor bump" [[projects]] qnames = ["tectonic_bundles", "cargo"] bump_spec = "minor bump" [[projects]] qnames = ["tectonic_bridge_core", "cargo"] bump_spec = "minor bump" [[projects]] qnames = ["tectonic_engine_xetex", "cargo"] bump_spec = "micro bump" [[projects]] qnames = ["tectonic", "cargo"] bump_spec = "minor bump" +++
- Loading branch information
Showing
67 changed files
with
3,160 additions
and
1,331 deletions.
There are no files selected for viewing
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,18 @@ | ||
# See elsewhere for changelog | ||
# rc: minor 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]. | ||
- 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). | ||
|
||
[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.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
Oops, something went wrong.