Skip to content

Commit 9824f99

Browse files
author
cranko
committed
Release commit created with Cranko.
+++ cranko-release-info-v1 [[projects]] qnames = ["tectonic_xdv", "cargo"] version = "0.1.12" age = 19 [[projects]] qnames = ["tectonic_errors", "cargo"] version = "0.2.0" age = 19 [[projects]] qnames = ["tectonic_status_base", "cargo"] version = "0.2.0" age = 13 [[projects]] qnames = ["tectonic_io_base", "cargo"] version = "0.3.1" age = 0 [[projects]] qnames = ["tectonic_geturl", "cargo"] version = "0.3.0" age = 1 [[projects]] qnames = ["tectonic_docmodel", "cargo"] version = "0.1.1" age = 1 [[projects]] qnames = ["tectonic_dep_support", "cargo"] version = "0.1.0" age = 23 [[projects]] qnames = ["tectonic_cfg_support", "cargo"] version = "0.1.3" age = 19 [[projects]] qnames = ["tectonic_bundles", "cargo"] version = "0.2.0" age = 0 [[projects]] qnames = ["tectonic_bridge_icu", "cargo"] version = "0.2.0" age = 19 [[projects]] qnames = ["tectonic_bridge_graphite2", "cargo"] version = "0.2.1" age = 1 [[projects]] qnames = ["tectonic_bridge_harfbuzz", "cargo"] version = "0.2.3" age = 0 [[projects]] qnames = ["tectonic_bridge_freetype2", "cargo"] version = "0.2.0" age = 19 [[projects]] qnames = ["tectonic_bridge_flate", "cargo"] version = "0.1.5" age = 7 [[projects]] qnames = ["tectonic_bridge_core", "cargo"] version = "0.3.0" age = 1 [[projects]] qnames = ["tectonic_xetex_layout", "cargo"] version = "0.1.1" age = 0 [[projects]] qnames = ["tectonic_pdf_io", "cargo"] version = "0.1.2" age = 1 [[projects]] qnames = ["tectonic_engine_xetex", "cargo"] version = "0.1.4" age = 3 [[projects]] qnames = ["tectonic_engine_xdvipdfmx", "cargo"] version = "0.1.3" age = 5 [[projects]] qnames = ["tectonic_engine_bibtex", "cargo"] version = "0.1.3" age = 7 [[projects]] qnames = ["tectonic", "cargo"] version = "0.7.1" age = 2 +++
2 parents 2231e61 + 4914da2 commit 9824f99

10 files changed

Lines changed: 65 additions & 20 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@ quick-xml = "^0.22"
6767
serde = { version = "^1.0", features = ["derive"], optional = true }
6868
sha2 = "^0.9"
6969
structopt = "0.3"
70-
tectonic_bridge_core = { path = "crates/bridge_core", version =">=0.2.0,<1"}
71-
tectonic_bundles = { path = "crates/bundles", version =">=0.1.0,<1", default-features = false }
70+
tectonic_bridge_core = { path = "crates/bridge_core", version =">=0.3.0,<1"}
71+
tectonic_bundles = { path = "crates/bundles", version =">=0.2.0,<1", default-features = false }
7272
tectonic_docmodel = { path = "crates/docmodel", version =">=0.1.0,<1", optional = true }
7373
tectonic_engine_bibtex = { path = "crates/engine_bibtex", version =">=0.1.0,<1"}
7474
tectonic_engine_xdvipdfmx = { path = "crates/engine_xdvipdfmx", version =">=0.1.0,<1"}
7575
tectonic_engine_xetex = { path = "crates/engine_xetex", version =">=0.1.1,<1"}
7676
tectonic_errors = { path = "crates/errors", version =">=0.1.0,<1"}
77-
tectonic_geturl = { path = "crates/geturl", version =">=0.2.0,<1", default-features = false }
77+
tectonic_geturl = { path = "crates/geturl", version =">=0.3.0,<1", default-features = false }
7878
tectonic_io_base = { path = "crates/io_base", version =">=0.3.0,<1"}
7979
tectonic_status_base = { path = "crates/status_base", version =">=0.1.0,<1"}
8080
tectonic_xdv = { path = "crates/xdv", version =">=0.1.9,<1"}
@@ -126,20 +126,20 @@ x86_64-unknown-linux-gnu = { install = ["fontconfig","freetype","harfbuzz[icu,gr
126126
x86_64-pc-windows-msvc = { triplet = "x64-windows-static", install = ["fontconfig","freetype","harfbuzz[icu,graphite2]"] }
127127

128128
[package.metadata.internal_dep_versions]
129-
tectonic_bridge_core = "thiscommit:2021-06-14:3sp2O1O"
129+
tectonic_bridge_core = "526ff57d5dd9f80dff35a3a5dd856edc9f0f61aa"
130130
tectonic_bridge_flate = "thiscommit:2021-01-01:eer4ahL4"
131131
tectonic_bridge_graphite2 = "2c1ffcd702a662c003bd3d7d0ca4d169784cb6ad"
132132
tectonic_bridge_harfbuzz = "2c1ffcd702a662c003bd3d7d0ca4d169784cb6ad"
133133
tectonic_bridge_icu = "2c1ffcd702a662c003bd3d7d0ca4d169784cb6ad"
134-
tectonic_bundles = "thiscommit:2021-06-13:Q0esYor"
134+
tectonic_bundles = "207e6e796b1827330ee03a4c395fe6db059bddd9"
135135
tectonic_cfg_support = "thiscommit:aeRoo7oa"
136136
tectonic_dep_support = "5faf4205bdd3d31101b749fc32857dd746f9e5bc"
137137
tectonic_docmodel = "cd77b60d48b1ae3ef80d708e6858ea91cd9fa812"
138138
tectonic_engine_bibtex = "thiscommit:2021-01-17:KuhaeG1e"
139139
tectonic_engine_xdvipdfmx = "7dcbc52e58f9774b3d592919a9105377faeac509"
140140
tectonic_engine_xetex = "b7a4085fa67c831d4532da6661bddafd1f9c24ff"
141141
tectonic_errors = "317ae79ceaa2593fb56090e37bf1f5cc24213dd9"
142-
tectonic_geturl = "thiscommit:2021-01-16:Aikoob9c"
142+
tectonic_geturl = "68c5fc525c5fead75913bd90380043761bde9f61"
143143
tectonic_io_base = "thiscommit:2021-06-13:XFjtSsZ"
144144
tectonic_status_base = "317ae79ceaa2593fb56090e37bf1f5cc24213dd9"
145145
tectonic_xdv = "c91f2ef37858d1a0a724a5c3ddc2f7ea46373c77"

crates/bridge_harfbuzz/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# tectonic_bridge_harfbuzz 0.2.3 (2021-10-11)
2+
3+
- Update the vendored Harfbuzz source to
4+
- Fixes for Clippy 1.53.0
5+
6+
17
# tectonic_bridge_harfbuzz 0.2.2 (2021-06-07)
28

39
- Still no code changes

crates/bridge_harfbuzz/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[package]
77
name = "tectonic_bridge_harfbuzz"
8-
version = "0.2.2"
8+
version = "0.2.3"
99
authors = ["Peter Williams <peter@newton.cx>"]
1010
description = """
1111
Expose the Harfbuzz C/C++ APIs to Rust/Cargo.
@@ -20,7 +20,7 @@ links = "harfbuzz"
2020
exclude = ["/harfbuzz/docs/", "/harfbuzz/perf/", "/harfbuzz/test/"]
2121

2222
[dependencies]
23-
tectonic_bridge_graphite2 = { path = "../bridge_graphite2", version =">=0.2.0,<1"}
23+
tectonic_bridge_graphite2 = { path = "../bridge_graphite2", version =">=0.2.1,<1"}
2424
tectonic_bridge_icu = { path = "../bridge_icu", version =">=0.2.0,<1"}
2525

2626
[build-dependencies]
@@ -31,6 +31,6 @@ tectonic_dep_support = { path = "../dep_support", version =">=0.1.0,<1"}
3131
external-harfbuzz = []
3232

3333
[package.metadata.internal_dep_versions]
34-
tectonic_bridge_graphite2 = "2c1ffcd702a662c003bd3d7d0ca4d169784cb6ad"
34+
tectonic_bridge_graphite2 = "2722731f9e32c6963fe8c8566a201b33672c5c5a"
3535
tectonic_bridge_icu = "2c1ffcd702a662c003bd3d7d0ca4d169784cb6ad"
3636
tectonic_dep_support = "5faf4205bdd3d31101b749fc32857dd746f9e5bc"

crates/bundles/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# tectonic_bundles 0.2.0 (2021-10-11)
2+
3+
This release contains a major configuration change, updating the URL of the
4+
default bundle to refer to a new, dedicated web service rather than using
5+
`archive.org` (#833, @pkgw). The new default URL is:
6+
7+
https://relay.fullyjustified.net/default_bundle.tar
8+
9+
This switch was motivated by the recent breakage caused by a change in
10+
archive.org's internal implementation, even though that breakage has been fixed
11+
in the most recent release of the `tectonic_geturl` crate. The `archive.org`
12+
redirection service has always had low-level reliability issues and, more
13+
importantly, is blocked in China, which is a fatal issue for a potentially large
14+
number of users.
15+
16+
The new webservice is a very simple nginx server set up in a Docker container
17+
defined in the [tectonic-relay-service] repo. The associated web infrastructure
18+
runs on Microsoft Azure and is configured using Terraform files in the
19+
[tectonic-cloud-infra] repo.
20+
21+
[tectonic-relay-service]: https://github.com/tectonic-typesetting/tectonic-relay-service
22+
[tectonic-cloud-infra]: https://github.com/tectonic-typesetting/tectonic-cloud-infra
23+
24+
@pkgw owns the `fullyjustified.net` domain name and the Azure subscription into
25+
which the services are deployed.
26+
27+
128
# tectonic_bundles 0.1.0 (2021-06-15)
229

330
Add the `tectonic_bundles` crate! This separates out the implementation of the

crates/bundles/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[package]
77
name = "tectonic_bundles"
8-
version = "0.1.0"
8+
version = "0.2.0"
99
authors = ["Peter Williams <peter@newton.cx>"]
1010
description = """
1111
Tectonic "bundle" (support file collection) implementations.
@@ -21,7 +21,7 @@ edition = "2018"
2121
flate2 = { version = "^1.0.19", default-features = false, features = ["zlib"] }
2222
fs2 = "^0.4"
2323
tectonic_errors = { path = "../errors", version =">=0.2.0,<1"}
24-
tectonic_geturl = { path = "../geturl", version =">=0.2.0,<1", default-features = false }
24+
tectonic_geturl = { path = "../geturl", version =">=0.3.0,<1", default-features = false }
2525
tectonic_io_base = { path = "../io_base", version =">=0.3.0,<1"}
2626
tectonic_status_base = { path = "../status_base", version =">=0.1.0,<1"}
2727
zip = { version = "^0.5", default-features = false, features = ["deflate"] }
@@ -34,6 +34,6 @@ native-tls-vendored = ["tectonic_geturl/native-tls-vendored"]
3434

3535
[package.metadata.internal_dep_versions]
3636
tectonic_errors = "5c9ba661edf5ef669f24f9904f99cca369d999e7"
37-
tectonic_geturl = "c828bee7361ebd30e28392507a1406d27dc8fdbb"
37+
tectonic_geturl = "68c5fc525c5fead75913bd90380043761bde9f61"
3838
tectonic_io_base = "thiscommit:2021-06-13:s9130zU"
3939
tectonic_status_base = "317ae79ceaa2593fb56090e37bf1f5cc24213dd9"

crates/io_base/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# tectonic_io_base 0.3.1 (2021-10-11)
2+
3+
- No code changes; fixing a couple of docstring typos.
4+
5+
16
# tectonic_io_base 0.3.0 (2021-06-15)
27

38
- Add new "abspath" methods to the IoProvider trait. We need a new API to

crates/io_base/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "tectonic_io_base"
6-
version = "0.3.0"
6+
version = "0.3.1"
77
authors = ["Peter Williams <peter@newton.cx>"]
88
description = """
99
Basic types for Tectonic's pluggable I/O backend system

crates/xetex_layout/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# tectonic_xetex_layout 0.1.1 (2021-10-11)
2+
3+
- Require the latest version of `tectonic_bridge_graphite2`, which contains a
4+
Windows build fix.
5+
- Fixes for Clippy 1.53.0
6+
7+
18
# tectonic_xetex_layout 0.1.0 (2021-06-03)
29

310
This new crate encapsulates the font selection and layout code used by the

crates/xetex_layout/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[package]
77
name = "tectonic_xetex_layout"
8-
version = "0.1.0"
8+
version = "0.1.1"
99
authors = ["Peter Williams <peter@newton.cx>"]
1010
description = """
1111
XeTeX's font loading and layout interface encapsulation, as a crate.
@@ -21,7 +21,7 @@ links = "tectonic_xetex_layout"
2121
[dependencies]
2222
tectonic_bridge_core = { path = "../bridge_core", version =">=0.1.0,<1"}
2323
tectonic_bridge_freetype2 = { path = "../bridge_freetype2", version =">=0.2.0,<1"}
24-
tectonic_bridge_graphite2 = { path = "../bridge_graphite2", version =">=0.2.0,<1"}
24+
tectonic_bridge_graphite2 = { path = "../bridge_graphite2", version =">=0.2.1,<1"}
2525
tectonic_bridge_harfbuzz = { path = "../bridge_harfbuzz", version =">=0.2.0,<1"}
2626
tectonic_bridge_icu = { path = "../bridge_icu", version =">=0.2.0,<1"}
2727

@@ -35,7 +35,7 @@ external-harfbuzz = ["tectonic_bridge_harfbuzz/external-harfbuzz"]
3535

3636
[package.metadata.internal_dep_versions]
3737
tectonic_bridge_core = "thiscommit:2021-01-16:wie2Ejoh"
38-
tectonic_bridge_graphite2 = "2c1ffcd702a662c003bd3d7d0ca4d169784cb6ad"
38+
tectonic_bridge_graphite2 = "2722731f9e32c6963fe8c8566a201b33672c5c5a"
3939
tectonic_bridge_freetype2 = "2c1ffcd702a662c003bd3d7d0ca4d169784cb6ad"
4040
tectonic_bridge_harfbuzz = "2c1ffcd702a662c003bd3d7d0ca4d169784cb6ad"
4141
tectonic_bridge_icu = "2c1ffcd702a662c003bd3d7d0ca4d169784cb6ad"

0 commit comments

Comments
 (0)