1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2025-12-16 14:27:01 +00:00

docs: Add a page for known issues

It's common that people running old releases (for example, because of
their Linux distribution version) run into issues that have already been
fixed.

It can be convenient to have a list of the most common known issues and,
when available, their workarounds.

This patch creates the documentation page for them, currently empty. It
will be filled in subsequent patches.
This commit is contained in:
Alberto Bertogli
2021-05-24 00:27:58 +01:00
parent ec7234c0a9
commit b1a4b0ce08
2 changed files with 12 additions and 0 deletions

View File

@@ -33,4 +33,5 @@ nav:
- sec-levels.md
- tests.md
- relnotes.md
- knownissues.md

11
docs/knownissues.md Normal file
View File

@@ -0,0 +1,11 @@
# Known issues
This file contains a list of the most common known issues, and the release
range affected. It can be useful for people running older versions, to
identify problems (and workarounds) faster.
Entries are eventually be purged once their affected versions become uncommon,
to prevent confusion.