<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti, branch arti-v1.1.10</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.10</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.10'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-10-31T13:12:35Z</updated>
<entry>
<title>Patch version bumps in crates without breaking changes</title>
<updated>2023-10-31T13:12:35Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-31T13:00:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=537d98a12eedf5604fe28183ec603dd3609bb070'/>
<id>urn:sha1:537d98a12eedf5604fe28183ec603dd3609bb070</id>
<content type='text'>
```
These crates have new APIs:

tor-async-utils   ADDED
tor-config        ADDED
tor-hscrypto      ADDED
tor-netdoc        ADDED, plus BREAKING-experimental.

These crates have patch-level changes only:

tor-netdir        (bugfix only). (re-exposes netdoc)
arti-rpcserver    (tweaks only, uses nothing that broke.)
arti              1.1.10, no stable public APIs.

```
</content>
</entry>
<entry>
<title>Minor version bumps in crates with breaking changes.</title>
<updated>2023-10-31T13:12:35Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-31T12:54:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4460d8b3a5f801db2b20ca0e83dadd0bc8ccf5da'/>
<id>urn:sha1:4460d8b3a5f801db2b20ca0e83dadd0bc8ccf5da</id>
<content type='text'>
```
tor-basic-utils   BREAKING
tor-rtmock        BREAKING.
tor-cert          BREAKING
tor-cell          BREAKING
tor-proto         BREAKING: re-exposes cell.  (Also BREAKING-experimental)
tor-chanmgr       BREAKING: Re-exposes proto.
tor-ptmgr         BREAKING: re-exposes tor-chanmgr
tor-guardmgr      BREAKING: re-exposes proto.  (Only for ClockSkew I think?)
tor-circmgr       BREAKING: re-exposes proto
tor-dirclient     BREAKING
tor-hsclient      BREAKING, re-exposes proto.
tor-hsservice     BREAKING, re-exposes proto.
tor-hsrproxy      BREAKING
arti-client       BREAKING: re-exposes proto.
arti-hyper:       BREAKING, re-exposes arti-client.
tor-dirmgr        Let's assume BREAKING, very high-level.
tor-keymgr        BREAKING, but experimental.
```
</content>
</entry>
<entry>
<title>Run "fixup-features" in preparation for release this week.</title>
<updated>2023-10-29T12:25:28Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-29T12:25:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d804f1a2bc43545db5d2cce379dbc1bad7728176'/>
<id>urn:sha1:d804f1a2bc43545db5d2cce379dbc1bad7728176</id>
<content type='text'>
</content>
</entry>
<entry>
<title>handle_socks_conn: update parameter name in doc comment</title>
<updated>2023-10-25T14:03:08Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2023-10-19T21:08:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9480119ef6248181c4087ca1fb2ac7d8e39cb46a'/>
<id>urn:sha1:9480119ef6248181c4087ca1fb2ac7d8e39cb46a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>HSS: Do not drop ProxySet immediately - let HS services continue to run (fmt)</title>
<updated>2023-10-19T13:53:30Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-10-18T16:58:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1531b9451fc80c5e4f0f1fda0de7510f5a03b18a'/>
<id>urn:sha1:1531b9451fc80c5e4f0f1fda0de7510f5a03b18a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>HSS: Do not drop ProxySet immediately - let HS services continue to run</title>
<updated>2023-10-19T13:53:30Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-10-18T16:56:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=61851e98751cbc0caa2d8073df5ad4d5f8705510'/>
<id>urn:sha1:61851e98751cbc0caa2d8073df5ad4d5f8705510</id>
<content type='text'>
Dropping the ProxySet causes all the services to terminate.
</content>
</entry>
<entry>
<title>HSS: Add many must_use annotations</title>
<updated>2023-10-19T13:53:30Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-10-18T14:56:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=486509b2b95465ce4a122b18e23f6676beb85641'/>
<id>urn:sha1:486509b2b95465ce4a122b18e23f6676beb85641</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'generic-listen' into 'main'</title>
<updated>2023-10-16T13:37:02Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-16T13:37:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7c45b07e151c855612bf3d60f5180067b883bf80'/>
<id>urn:sha1:7c45b07e151c855612bf3d60f5180067b883bf80</id>
<content type='text'>
arti, tor-config: Allow listening on generic addresses for SOCKS and DNS.

See merge request tpo/core/arti!1613</content>
</entry>
<entry>
<title>Merge branch 'configure_onion_service_part2' into 'main'</title>
<updated>2023-10-11T14:34:57Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-11T14:34:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=69039d580d94747b777ec895bdaa259c973c5a98'/>
<id>urn:sha1:69039d580d94747b777ec895bdaa259c973c5a98</id>
<content type='text'>
Non-working attempt to test onion service configuration.

See merge request tpo/core/arti!1640</content>
</entry>
<entry>
<title>Use a less obtrustive sign to end the onion services config section</title>
<updated>2023-10-11T14:17:44Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-10-11T14:16:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=13cb4f835185cbb402efff03badbd27e660edf1a'/>
<id>urn:sha1:13cb4f835185cbb402efff03badbd27e660edf1a</id>
<content type='text'>
</content>
</entry>
</feed>
