<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti, branch arti-v1.1.11</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.11</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.11'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-12-04T16:37:56Z</updated>
<entry>
<title>Two more patchlevel bumps</title>
<updated>2023-12-04T16:37:56Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-12-04T16:37:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c730cd00e5c131f62425be190579c7ce4748e11c'/>
<id>urn:sha1:c730cd00e5c131f62425be190579c7ce4748e11c</id>
<content type='text'>
These crates both depend on tor-error.  Since tor-error got a
patchlevel bump, they now depend on the new version, which means by
our rules that _they_ get a patchlevel bump themselves.

tor-geoip
tor-rpcbase
</content>
</entry>
<entry>
<title>Bump minor versions in preparation for release</title>
<updated>2023-12-04T16:35:23Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-12-04T16:22:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fba95e4b4708929ed09554632acd2e9f15e3c086'/>
<id>urn:sha1:fba95e4b4708929ed09554632acd2e9f15e3c086</id>
<content type='text'>
This crate is new, and gets a bump to 0.1.0.

tor-log-ratelim

This crate had a breaking change:

tor-persist

tor-llcrypto had a breaking change.  These crates _are_
tor-llcrypto, or (transitively) depend on it. I am assuming that
they all re-expose something from it in a way that matters:

tor-llcrypto
tor-bytes
tor-hscrypto
tor-socksproto
tor-checkable
tor-cert
tor-linkspec
tor-cell
tor-proto
tor-netdoc
tor-consdiff
tor-netdir
tor-chanmgr
tor-ptmgr
tor-guardmgr
tor-circmgr
tor-dirclient
tor-dirmgr
tor-keymgr
tor-hsclient
tor-hsservice
tor-hsrproxy
arti-client
arti-rpcserver
arti-hyper
</content>
</entry>
<entry>
<title>Bump patchlevel versions in preparation for release</title>
<updated>2023-12-04T16:33:36Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-12-04T16:22:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=606905bd1fa3307a77a02463fa863f4c2b7cb890'/>
<id>urn:sha1:606905bd1fa3307a77a02463fa863f4c2b7cb890</id>
<content type='text'>
These crates had backward-compatible changes, and get a patchlevel
bump only:

fs-mistrust
tor-error
tor-config
tor-rtcompat
tor-rtmock

This crate exposes no non-CLI APIs, and gets a patchlevel bump only:

arti
</content>
</entry>
<entry>
<title>arti cfg: suppress a warning</title>
<updated>2023-12-04T11:52:53Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-12-04T11:51:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9be5d7b2f897a0111153c282155a664c636c558c'/>
<id>urn:sha1:9be5d7b2f897a0111153c282155a664c636c558c</id>
<content type='text'>
There is a TODO HSS for this.  Fixes  cargo check --workspace --all-targets
producing

  warning: unused variable: `result`
      --&gt; crates/arti/src/cfg.rs:1060:13
       |
  1060 |         let result = file.resolve::&lt;(TorClientConfig, ArtiConfig)&gt;();
       |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
       |
       = note: `#[warn(unused_variables)]` on by default
</content>
</entry>
<entry>
<title>Move from `trust-dns` to `hickory`</title>
<updated>2023-11-30T17:05:13Z</updated>
<author>
<name>Andrew</name>
<email>adoubt@disroot.org</email>
</author>
<published>2023-11-28T14:26:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cfb1212577219547b2c9eacae96de707329e827b'/>
<id>urn:sha1:cfb1212577219547b2c9eacae96de707329e827b</id>
<content type='text'>
This is not a change of ownership but just rebranding.

Signed-off-by: Andrew &lt;adoubt@disroot.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'msrv-bump-1.70' into 'main'</title>
<updated>2023-11-30T14:40:45Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2023-11-30T14:40:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7b23daffb5c2e903881c9b2d64a0bccc7b3f698e'/>
<id>urn:sha1:7b23daffb5c2e903881c9b2d64a0bccc7b3f698e</id>
<content type='text'>
Increase our MSRV to 1.70

See merge request tpo/core/arti!1773</content>
</entry>
<entry>
<title>Revert "hsrproxy: Temporarily change the format of ProxyRule."</title>
<updated>2023-11-30T00:54:41Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-11-28T14:07:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5254b808b98a5c6ec2f75ef5a505db3315fbbd6c'/>
<id>urn:sha1:5254b808b98a5c6ec2f75ef5a505db3315fbbd6c</id>
<content type='text'>
This reverts commit 21605d2c9e601c3a5099bfd8d8c887cbb3b36c0a.

We're doing this because we wanted the configuration of proxy rules
to be a 2-tuple, as in `[ "22", "127.0.0.1:22" ]`.  But `config`
couldn't handle that before, so we temporarily changed it to
a string, as in "22 =&gt; 127.0.0.1:22".

Closes #1058.
</content>
</entry>
<entry>
<title>Require config ≥ 0.13.4</title>
<updated>2023-11-30T00:54:41Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-11-28T14:03:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=68dffd2a7f8020d3bdd1fdcb7955be3b0f82cbe5'/>
<id>urn:sha1:68dffd2a7f8020d3bdd1fdcb7955be3b0f82cbe5</id>
<content type='text'>
This version of the config crate includes a fix for the issue
(https://github.com/mehcode/config-rs/issues/464)
that had prevented us from using the format we had wanted for
our rproxy configuration.
</content>
</entry>
<entry>
<title>make feature arti/experimental-api enable arti-client/experimental-api</title>
<updated>2023-11-28T20:13:32Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2023-11-28T20:13:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2dec0539abfbaa107290a59728bb58b40f2068a7'/>
<id>urn:sha1:2dec0539abfbaa107290a59728bb58b40f2068a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>In every crate, change rust-version to 1.70.</title>
<updated>2023-11-28T16:35:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-11-28T16:35:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1b53c4ca3059fc395c98e2e6d0eb3b58f37c8ec1'/>
<id>urn:sha1:1b53c4ca3059fc395c98e2e6d0eb3b58f37c8ec1</id>
<content type='text'>
</content>
</entry>
</feed>
