<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git, 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-02T14:02:16Z</updated>
<entry>
<title>Merge branch 'version_bumps_1_2_1' into 'main'</title>
<updated>2024-04-02T14:02:16Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-04-02T14:02:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=305f74b9bbe187ea2a48003ca93b5bde4b4d6e09'/>
<id>urn:sha1:305f74b9bbe187ea2a48003ca93b5bde4b4d6e09</id>
<content type='text'>
Version bumps for today's release

See merge request tpo/core/arti!2065</content>
</entry>
<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>Merge branch 'changelog-1.2.1' into 'main'</title>
<updated>2024-04-02T13:23:58Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-04-02T13:23:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=81fb70d59b00bfa0a99ca0834c21231ad3403f16'/>
<id>urn:sha1:81fb70d59b00bfa0a99ca0834c21231ad3403f16</id>
<content type='text'>
Write a changelog for 1.2.1

See merge request tpo/core/arti!2059</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>changelog: Add !2052 to note about coarsetime.</title>
<updated>2024-04-02T12:15:42Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-04-02T12:15:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9b0489613fbe5e869478bb47e2af3a184b4f0379'/>
<id>urn:sha1:9b0489613fbe5e869478bb47e2af3a184b4f0379</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Small edits to changelog from review</title>
<updated>2024-04-02T11:55:28Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-04-02T11:55:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ad78226731d62279e40f37e000aa6dd41a62b29b'/>
<id>urn:sha1:ad78226731d62279e40f37e000aa6dd41a62b29b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'cargo-update' into 'main'</title>
<updated>2024-04-02T11:52:54Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-04-02T11:52:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=13622a98c6128b3eb23d49938c231e0b523bb10b'/>
<id>urn:sha1:13622a98c6128b3eb23d49938c231e0b523bb10b</id>
<content type='text'>
Cargo update in preparation for upcoming release

See merge request tpo/core/arti!2060</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>
</feed>
