<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git, branch arti-v1.2.2</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.2</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.2'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-04-30T13:11:32Z</updated>
<entry>
<title>Merge branch 'versions' into 'main'</title>
<updated>2024-04-30T13:11:32Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2024-04-30T13:11:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f7aeca7445caf053cb16ab984365ae62a2c84444'/>
<id>urn:sha1:f7aeca7445caf053cb16ab984365ae62a2c84444</id>
<content type='text'>
Version bumps

See merge request tpo/core/arti!2114</content>
</entry>
<entry>
<title>Update separate lockfiles</title>
<updated>2024-04-30T12:45:56Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-04-30T12:45:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9da6f0ec80f69471eb98c1653a73019e86f84a9d'/>
<id>urn:sha1:9da6f0ec80f69471eb98c1653a73019e86f84a9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'changelog' into 'main'</title>
<updated>2024-04-30T12:28:07Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2024-04-30T12:28:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=58a7a8da9238d6f122825888607a18276f2b7006'/>
<id>urn:sha1:58a7a8da9238d6f122825888607a18276f2b7006</id>
<content type='text'>
Finalise changelog for 1.2.2

See merge request tpo/core/arti!2113</content>
</entry>
<entry>
<title>Update lockfile</title>
<updated>2024-04-30T12:01:51Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-04-30T12:01:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d0d72130625ff1ac76bcfba64b5b882d0440ef97'/>
<id>urn:sha1:d0d72130625ff1ac76bcfba64b5b882d0440ef97</id>
<content type='text'>
cargo fetch --offline
</content>
</entry>
<entry>
<title>Bump versions of 0.x tor-* and arti-* crates</title>
<updated>2024-04-30T12:01:10Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-04-30T11:59:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5f74f115c9b9ad585a9ae24ab7f98a13ba73d704'/>
<id>urn:sha1:5f74f115c9b9ad585a9ae24ab7f98a13ba73d704</id>
<content type='text'>
for p in `cat ../u`; do cargo set-version --locked --offline -p $p; done

where u contains

tor-basic-utils
tor-async-utils
tor-error
tor-config
tor-units
tor-geoip
tor-rtcompat
tor-rtmock
tor-log-ratelim
tor-rpcbase
tor-memquota
tor-llcrypto
tor-protover
tor-bytes
tor-hscrypto
tor-socksproto
tor-checkable
tor-cert
tor-linkspec
tor-cell
tor-proto
tor-netdoc
tor-consdiff
tor-netdir
tor-relay-selection
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-hyper
</content>
</entry>
<entry>
<title>Bump versions of crates with nonfunctional changes</title>
<updated>2024-04-30T12:00:57Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-04-30T11:56:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1cbd1902bfc2f38e724887bd915fd9b7a41c4497'/>
<id>urn:sha1:1cbd1902bfc2f38e724887bd915fd9b7a41c4497</id>
<content type='text'>
for p in `cat ../u`; do maint/bump_nodep $p; git commit -a -m X; done

where u contains

hashx
equix
fs-mistrust
</content>
</entry>
<entry>
<title>Bump version of arti</title>
<updated>2024-04-30T11:55:12Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-04-30T11:55:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=08d3999fc9140e87ff2743cce250e9e488ad1ecc'/>
<id>urn:sha1:08d3999fc9140e87ff2743cce250e9e488ad1ecc</id>
<content type='text'>
cargo set-version --locked --offline --bump patch -p arti
</content>
</entry>
<entry>
<title>CHANGELOG: add missing links</title>
<updated>2024-04-30T11:48:50Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-04-30T11:48:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f3471fa11e8b6eb739217a55f9854c08dd92e3a2'/>
<id>urn:sha1:f3471fa11e8b6eb739217a55f9854c08dd92e3a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CHANGELOG: finalise (and set release date to today)</title>
<updated>2024-04-30T11:45:27Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-04-30T11:43:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5670359dec3fde18ed941f7766e8218ea7360cec'/>
<id>urn:sha1:5670359dec3fde18ed941f7766e8218ea7360cec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CHANGELOG: correct a reference re constructing KeyMgr</title>
<updated>2024-04-30T11:44:49Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-04-30T11:44:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=355bae62cdf5536613bbcb7f7d9af51a85975dc3'/>
<id>urn:sha1:355bae62cdf5536613bbcb7f7d9af51a85975dc3</id>
<content type='text'>
</content>
</entry>
</feed>
