<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/doc/semver_status.md, branch arti-v0.4.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.4.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.4.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2022-05-24T19:17:23Z</updated>
<entry>
<title>semvar_status: Document config changes</title>
<updated>2022-05-24T19:17:23Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-05-24T19:17:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=112cce10ba9b631eceeeb0112385c0c99a73c325'/>
<id>urn:sha1:112cce10ba9b631eceeeb0112385c0c99a73c325</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Note that fs-mistrust has broken semver.</title>
<updated>2022-05-24T14:54:02Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-05-23T15:47:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=de3c7baa4cc374bd54a91467469f97e36f39859a'/>
<id>urn:sha1:de3c7baa4cc374bd54a91467469f97e36f39859a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'main' into 'ticket_466'</title>
<updated>2022-05-16T15:10:00Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-05-16T15:10:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fb432924a39119ccdb61e92616295024993398e3'/>
<id>urn:sha1:fb432924a39119ccdb61e92616295024993398e3</id>
<content type='text'>
# Conflicts:
#   doc/semver_status.md</content>
</entry>
<entry>
<title>Document semver changes</title>
<updated>2022-05-13T11:47:38Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-05-13T11:47:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4b86818b30fa37ac094ec1fca17eead9168b59e2'/>
<id>urn:sha1:4b86818b30fa37ac094ec1fca17eead9168b59e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'network-config-error' into 'main'</title>
<updated>2022-05-12T16:43:26Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-05-12T16:43:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f0eac6183883c969aa992e794be0e268177274ab'/>
<id>urn:sha1:f0eac6183883c969aa992e794be0e268177274ab</id>
<content type='text'>
Delete tor_dirmgr::Error::BadNetworkConfig

See merge request tpo/core/arti!506</content>
</entry>
<entry>
<title>Merge branch 'template' into 'main'</title>
<updated>2022-05-12T16:34:00Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-05-12T16:34:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1698a2fea159993d58eff8c770f885cc479a1ba7'/>
<id>urn:sha1:1698a2fea159993d58eff8c770f885cc479a1ba7</id>
<content type='text'>
Make the example config file into a template and move it to arti

See merge request tpo/core/arti!503</content>
</entry>
<entry>
<title>Delete tor_dirmgr::Error::BadNetworkConfig</title>
<updated>2022-05-12T15:49:06Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-05-12T15:49:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d847d49858d480dc24713e8edab418340733b97e'/>
<id>urn:sha1:d847d49858d480dc24713e8edab418340733b97e</id>
<content type='text'>
This was anomalous, in that it contains &amp;'static str, rather than a
proper nested error (eg a config::ConfigError, maybe).

But in fact it tursn out it is now not constructed.  The last
construction site was removed a long time ago in
  Use derive_builder for Authority and FallbackDir.
</content>
</entry>
<entry>
<title>Merge branch 'ticket_412_467' into 'main'</title>
<updated>2022-05-12T14:42:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-05-12T14:42:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2a5ee2c8c9ceb0141db842d944f619337e366bf1'/>
<id>urn:sha1:2a5ee2c8c9ceb0141db842d944f619337e366bf1</id>
<content type='text'>
Teach DirMgr to use slightly untimely directories

Closes #467 and #412

See merge request tpo/core/arti!500</content>
</entry>
<entry>
<title>Add semver note for these changes</title>
<updated>2022-05-12T14:24:32Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-05-12T14:24:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d407ce519b52513a68aad9299807155bdf3c2a64'/>
<id>urn:sha1:d407ce519b52513a68aad9299807155bdf3c2a64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dirclient: add the ability to reject circuits that are too skewed.</title>
<updated>2022-05-11T17:48:55Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-05-11T17:45:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0c939d45fc0ee6129f16c19411ec89ed482fbd8f'/>
<id>urn:sha1:0c939d45fc0ee6129f16c19411ec89ed482fbd8f</id>
<content type='text'>
This will help implement #466.
</content>
</entry>
</feed>
