<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-error, branch arti-v1.1.12</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.12</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.12'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-01-09T14:49:54Z</updated>
<entry>
<title>Remove pending semver entries</title>
<updated>2024-01-09T14:49:54Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-01-09T14:49:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d6e89fbb361137efcfb0ce5d66437a6ff77cdb2e'/>
<id>urn:sha1:d6e89fbb361137efcfb0ce5d66437a6ff77cdb2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Breaking version bumps in preparation for 1.1.12.</title>
<updated>2024-01-09T13:07:43Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-01-09T13:07:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=565b44dc8e0a40d82b2eb32869b04b807b19cd9c'/>
<id>urn:sha1:565b44dc8e0a40d82b2eb32869b04b807b19cd9c</id>
<content type='text'>
These crates have breaking changes on their own:

  tor-error
  tor-netdoc
  tor-dirmgr
  tor-keymgr

Because of the breaking change in tor-error, and the fact that
basically every crate publicly depends on tor-error (by implementing
ErrorKind), we need to call this a breaking change on all of the
following:

    tor-config
    tor-geoip
    tor-rtmock
    tor-log-ratelim
    tor-rpcbase
    tor-bytes
    tor-hscrypto
    tor-socksproto
    tor-cell
    tor-proto
    tor-netdoc
    tor-netdir
    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-testing
</content>
</entry>
<entry>
<title>tor-error: Correct docs for ErrorReport to reflect improved situation</title>
<updated>2023-12-12T13:14:22Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-12-12T13:12:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a8b654464c0f339c74ee2511f12efc65b77da27a'/>
<id>urn:sha1:a8b654464c0f339c74ee2511f12efc65b77da27a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-error: tests: Demonstrate warn_report on bare error and anyhow</title>
<updated>2023-12-12T13:14:22Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-12-12T12:29:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3de9c7e3b4d22d4c9d860457d1525a124430314f'/>
<id>urn:sha1:3de9c7e3b4d22d4c9d860457d1525a124430314f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-error: ErrorReport: impl for StdError + 'static</title>
<updated>2023-12-12T13:14:19Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-12-12T12:44:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6cc068c9cdb4e69f03dc07cf4a89f0447d25a9fc'/>
<id>urn:sha1:6cc068c9cdb4e69f03dc07cf4a89f0447d25a9fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-error: ErrorReport: remove Sized bound from trait</title>
<updated>2023-12-12T12:52:54Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-12-12T12:43:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4ba92fe87391066312aee9520bacc196e2776aa8'/>
<id>urn:sha1:4ba92fe87391066312aee9520bacc196e2776aa8</id>
<content type='text'>
This will let us impl for dyn StdError.
</content>
</entry>
<entry>
<title>tor-error: ErrorReport: move blanket impl code into impl</title>
<updated>2023-12-12T12:52:43Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-12-12T12:42:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c0a15e4f9592a4c0e50c04db6cbea3313ccb7208'/>
<id>urn:sha1:c0a15e4f9592a4c0e50c04db6cbea3313ccb7208</id>
<content type='text'>
This impl can only compile for Self: Sized.  This will let us remove
the Sized bound from the trait itself.
</content>
</entry>
<entry>
<title>tor-error: ErrorReport: seal</title>
<updated>2023-12-12T12:52:41Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-12-12T12:40:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=00903e22bb9782958135a7061dcfb523e4ebc91f'/>
<id>urn:sha1:00903e22bb9782958135a7061dcfb523e4ebc91f</id>
<content type='text'>
We're going to need to make change to this trait which would be
breaking for out-of-crate implementors.  This should have been sealed
all along.
</content>
</entry>
<entry>
<title>tor-error: Introduce ErrorKind::LocalResourceAlreadyInUse</title>
<updated>2023-12-11T15:30:50Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-11-22T14:07:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=99e58a0792df855609f96728d43742f8e07e2132'/>
<id>urn:sha1:99e58a0792df855609f96728d43742f8e07e2132</id>
<content type='text'>
Our HSS code isn't going to work if you run more than one copy.  Soon
we'll detect this (via our use of tor_persist).

There may be other places this ought to be used.  Eg if we get
EADDRINUSE from trying to set up a proxy, maybe ...
</content>
</entry>
<entry>
<title>Bump patchlevel versions in preparation for release</title>
<updated>2023-12-04T16:33:36Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-12-04T16:22:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=606905bd1fa3307a77a02463fa863f4c2b7cb890'/>
<id>urn:sha1:606905bd1fa3307a77a02463fa863f4c2b7cb890</id>
<content type='text'>
These crates had backward-compatible changes, and get a patchlevel
bump only:

fs-mistrust
tor-error
tor-config
tor-rtcompat
tor-rtmock

This crate exposes no non-CLI APIs, and gets a patchlevel bump only:

arti
</content>
</entry>
</feed>
