Skip to content

Commit a4ef450

Browse files
committed
Tidy up changelog for v0.19.beta1
1 parent 63ba948 commit a4ef450

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Version 0.19.0
1414

1515
- Add "shell" password fetch strategy to pass command string to a shell.
1616
- Add "description" and "order" as metadata. These fetch the CalDAV:
17-
calendar-description, CardDAV:addressbook-description and apple-ns:calendar-order
18-
properties.
17+
calendar-description, ``CardDAV:addressbook-description`` and
18+
``apple-ns:calendar-order`` properties respectively.
1919
- Add a new ``showconfig`` status. This prints *some* configuration values as
2020
JSON. This is intended to be used by external tools and helpers that interact
21-
with ``vdirsyncer``.
21+
with ``vdirsyncer``, and considered experimental.
2222
- Update TLS-related tests that were failing due to weak MDs. :gh:`903`
2323
- ``pytest-httpserver`` and ``trustme`` are now required for tests.
2424
- ``pytest-localserver`` is no longer required for tests.
@@ -42,19 +42,20 @@ Version 0.19.0
4242
Changes to SSL configuration
4343
----------------------------
4444

45-
Support for `md5` and `sha1` certificate fingerprints has been dropped. If
46-
you're validating certificate fingerprints, use `sha256` instead.
45+
Support for ``md5`` and ``sha1`` certificate fingerprints has been dropped. If
46+
you're validating certificate fingerprints, use ``sha256`` instead.
4747

48-
# XXX: just make it one arg
48+
When using a custom ``verify_fingerprint``, CA validation is always disabled.
4949

50-
When using a custom `verify_fingerprint`, CA validation is always disabled.
51-
52-
If `verify_fingerprint` is unset, CA verification is always active. Disabling
50+
If ``verify_fingerprint`` is unset, CA verification is always active. Disabling
5351
both features is insecure and no longer supported.
5452

55-
The `verify` parameter no longer takes boolean values, it is now optional and
53+
The ``verify`` parameter no longer takes boolean values, it is now optional and
5654
only takes a string to a custom CA for verification.
5755

56+
The ``verify`` and ``verify_fingerprint`` will likely be merged into a single
57+
parameter in future.
58+
5859
Version 0.18.0
5960
==============
6061

0 commit comments

Comments
 (0)