<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-geoip, branch arti-v1.1.6</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.6</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.6'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-06-30T12:42:21Z</updated>
<entry>
<title>Bump patchlevel versions on crates with smaller changes</title>
<updated>2023-06-30T12:42:21Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-30T12:42:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=de13a7319b7de5a336a70f128d1904954ed77f82'/>
<id>urn:sha1:de13a7319b7de5a336a70f128d1904954ed77f82</id>
<content type='text'>
Done with the commands below.

The following crates have had various changes, and should get a
patchlevel bump. Since they are pre-1.0, we do not need to
distinguish new APIs from other changes.

```
cargo set-version --bump patch -p arti-client
cargo set-version --bump patch -p safelog
cargo set-version --bump patch -p tor-bytes
cargo set-version --bump patch -p tor-cert
cargo set-version --bump patch -p tor-circmgr
cargo set-version --bump patch -p tor-config
cargo set-version --bump patch -p tor-consdiff
cargo set-version --bump patch -p tor-dirclient
cargo set-version --bump patch -p tor-dirmgr
cargo set-version --bump patch -p tor-error
cargo set-version --bump patch -p tor-hsservice
cargo set-version --bump patch -p tor-linkspec
cargo set-version --bump patch -p tor-llcrypto
cargo set-version --bump patch -p tor-netdir
cargo set-version --bump patch -p tor-netdoc
cargo set-version --bump patch -p tor-proto
cargo set-version --bump patch -p tor-rpcbase
cargo set-version --bump patch -p tor-socksproto
```

This crate has new features, but no new non-experimental Rust APIs.
So even though it is post-1.0, it gets a patchlevel bump.

```
cargo set-version --bump patch -p arti
```
</content>
</entry>
<entry>
<title>Resolve XXXs from fixup-features.</title>
<updated>2023-06-29T21:14:00Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-29T21:14:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a88fa71f25d888316f9b47b22a169525dbf7b2f2'/>
<id>urn:sha1:a88fa71f25d888316f9b47b22a169525dbf7b2f2</id>
<content type='text'>
Some of these seem spurious: it looks like fixup-features resolved
an issue and then complained about it too.  I'll investigate further.
</content>
</entry>
<entry>
<title>Run "cargo sort".</title>
<updated>2023-06-29T21:10:27Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-29T21:10:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f8ee830a94bc4363c400a4e3fe2574b564a6fc00'/>
<id>urn:sha1:f8ee830a94bc4363c400a4e3fe2574b564a6fc00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run "fixup-features".</title>
<updated>2023-06-29T21:09:52Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-29T21:09:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=23c67d92e62f46629807c1c681267374b2dcd72e'/>
<id>urn:sha1:23c67d92e62f46629807c1c681267374b2dcd72e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>geoip: conditionalise a test</title>
<updated>2023-06-28T11:56:09Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-06-27T14:59:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2656b8fa04453d31fac2d907c1a0c059342352f9'/>
<id>urn:sha1:2656b8fa04453d31fac2d907c1a0c059342352f9</id>
<content type='text'>
Without this, the build fails with
  cargo test --workspace --no-default-features --features=tokio,native-tls
</content>
</entry>
<entry>
<title>Merge branch 'stderr' into 'main'</title>
<updated>2023-06-21T16:41:10Z</updated>
<author>
<name>Alexander Færøy</name>
<email>ahf@torproject.org</email>
</author>
<published>2023-06-21T16:41:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d1658a120e4e52a844b2553470685def2f5227e0'/>
<id>urn:sha1:d1658a120e4e52a844b2553470685def2f5227e0</id>
<content type='text'>
lints: Promote clippy::print_stderr and clippy::print_stdout

See merge request tpo/core/arti!1271</content>
</entry>
<entry>
<title>lints: Run maint/add_warning to actually apply new lints (again)</title>
<updated>2023-06-21T15:44:49Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-06-21T15:44:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8f7e86c87e62f29e3ecd8add5ee4c47327b26d16'/>
<id>urn:sha1:8f7e86c87e62f29e3ecd8add5ee4c47327b26d16</id>
<content type='text'>
I prepared 161b9844d against an earlier version of main without the
geoip crate.  Run maint/add_warning again.
</content>
</entry>
<entry>
<title>geoip: Add a few more tests.</title>
<updated>2023-06-20T20:22:21Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-20T20:21:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8676b27e952fe7139675d36c869fd99292c192ee'/>
<id>urn:sha1:8676b27e952fe7139675d36c869fd99292c192ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>geoip: Explain in more detail what a CountryCode is to us.</title>
<updated>2023-06-20T20:22:21Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-20T20:11:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b0342a8ede51415d37f9a90029ea45b2ee3b9177'/>
<id>urn:sha1:b0342a8ede51415d37f9a90029ea45b2ee3b9177</id>
<content type='text'>
</content>
</entry>
<entry>
<title>geoip: require that ccs actually are printable ascii.</title>
<updated>2023-06-20T20:22:21Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-06-20T18:20:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f918a86c10df56e0944f9a4c25c312bcdb2932cc'/>
<id>urn:sha1:f918a86c10df56e0944f9a4c25c312bcdb2932cc</id>
<content type='text'>
(There are plenty of strings that convert into 2 bytes of UTF8
without being two ascii characters, and there are plenty of
sequences of two ascii characters that aren't printable.)
</content>
</entry>
</feed>
