<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates, branch arti-1.2.1</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-1.2.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-1.2.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-04-02T13:36:58Z</updated>
<entry>
<title>Run cargo update in {equix,hashx}/bench</title>
<updated>2024-04-02T13:36:58Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-04-02T13:36:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1060cc5e2fbb89443c2bd2bd813bd4a22b49e41a'/>
<id>urn:sha1:1060cc5e2fbb89443c2bd2bd813bd4a22b49e41a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump arti crate to 1.2.1</title>
<updated>2024-04-02T13:16:32Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-04-02T13:16:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6472c298205932f6cbb1d4be71008e95a8d1fead'/>
<id>urn:sha1:6472c298205932f6cbb1d4be71008e95a8d1fead</id>
<content type='text'>
Done with
```
cargo set-version -p arti --bump patch
```
</content>
</entry>
<entry>
<title>Update unstable `tor/arti-*` crates to 0.17.0.</title>
<updated>2024-04-02T13:14:59Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-04-02T13:14:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=40de76c6c0b508183de602bcf0d7ebc7c62218ef'/>
<id>urn:sha1:40de76c6c0b508183de602bcf0d7ebc7c62218ef</id>
<content type='text'>
Done with:
```
CRATES="
tor-basic-utils
tor-async-utils
tor-error
tor-config
tor-events
tor-units
tor-geoip
tor-rtcompat
tor-rtmock
tor-log-ratelim
tor-rpcbase
tor-llcrypto
tor-protover
tor-bytes
tor-hscrypto
tor-hspow
tor-socksproto
tor-checkable
tor-cert
tor-linkspec
tor-cell
tor-proto
tor-netdoc
tor-consdiff
tor-netdir
tor-relay-selection
tor-congestion
tor-persist
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-config
arti-hyper
arti-bench
arti-testing
"

for crate in $CRATES; do
    cargo set-version -p "$crate" 0.17.0
done
```
</content>
</entry>
<entry>
<title>Bump patchlevel versions on non-{tor/arti} crates.</title>
<updated>2024-04-02T13:07:47Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-04-02T13:07:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=cf257f7c24178946263ced1eeca0383db3e1732d'/>
<id>urn:sha1:cf257f7c24178946263ced1eeca0383db3e1732d</id>
<content type='text'>
These have all had backward-compatible changes.
Generated with:

```
cargo set-version --bump patch -p fs-mistrust
cargo set-version --bump patch -p test-temp-dir
cargo set-version --bump patch -p fslock-guard
cargo set-version --bump patch -p hashx
cargo set-version --bump patch -p equix
cargo set-version --bump patch -p caret
cargo set-version --bump patch -p safelog
cargo set-version --bump patch -p retry-error
```
</content>
</entry>
<entry>
<title>Merge branch 'time' into 'main'</title>
<updated>2024-04-02T09:57:37Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2024-04-02T09:57:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ad07031276275af461fe65f4f82839c0bf0499d8'/>
<id>urn:sha1:ad07031276275af461fe65f4f82839c0bf0499d8</id>
<content type='text'>
tor-rtmock: Introduce MockTimeCore

See merge request tpo/core/arti!2052</content>
</entry>
<entry>
<title>tor-rtmock: Change word in comment</title>
<updated>2024-04-02T09:35:06Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-04-02T09:31:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=47c4ae2afd48528c0f34d61da46b7b8d4e6e8e0a'/>
<id>urn:sha1:47c4ae2afd48528c0f34d61da46b7b8d4e6e8e0a</id>
<content type='text'>
This was incorrect usage, as pointed out in
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2052#note_3012727
</content>
</entry>
<entry>
<title>Run "fixup-features" in preparation for next release.</title>
<updated>2024-03-28T18:06:52Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-03-28T18:06:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dbe82180e92b3e71c57df44878f06ad5244caa41'/>
<id>urn:sha1:dbe82180e92b3e71c57df44878f06ad5244caa41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'netdir-params-links' into 'main'</title>
<updated>2024-03-27T14:52:27Z</updated>
<author>
<name>Alexander Færøy</name>
<email>ahf@torproject.org</email>
</author>
<published>2024-03-27T14:52:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=67f1aefa231f8b30b6c534712f359c0d269e0035'/>
<id>urn:sha1:67f1aefa231f8b30b6c534712f359c0d269e0035</id>
<content type='text'>
tor-netdir: Fix broken links in NetParameters docs.

See merge request tpo/core/arti!2054</content>
</entry>
<entry>
<title>Fix note in config that claimed onion services weren't implemented</title>
<updated>2024-03-27T14:13:47Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-03-27T14:13:47Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ecbb02340e60ab1bec08088893d71b087ec90d92'/>
<id>urn:sha1:ecbb02340e60ab1bec08088893d71b087ec90d92</id>
<content type='text'>
Instead, link to documentation, and give the warning about their
security.
</content>
</entry>
<entry>
<title>tor-netdir: Fix broken links in NetParameters docs.</title>
<updated>2024-03-26T18:54:27Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-03-26T18:54:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=feaaf66b643f63f648d48b875700128742595be8'/>
<id>urn:sha1:feaaf66b643f63f648d48b875700128742595be8</id>
<content type='text'>
Spotted in https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2053#note_3012632
</content>
</entry>
</feed>
