diff --git a/KNOWN_ISSUES b/KNOWN_ISSUES new file mode 100644 index 000000000..5fda68389 --- /dev/null +++ b/KNOWN_ISSUES @@ -0,0 +1,10 @@ +There are a few known bugs in 1.10 that have been fixed in master, but +appear to be non-trivial to backport without fear of causing other +regressions. The impact of these bugs is considered to be less than of a +risk than rewriting the code. + +Zero Path Extents +----------------- +A closed degenerate path is reported as having extents (0, 0) x (0, 0), +whereas the expected value is (x, y) x (0, 0). This regression has existed +since at least 1.2. diff --git a/Makefile.am b/Makefile.am index aa784554f..7c03294a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,7 @@ include $(top_srcdir)/build/Makefile.am.common EXTRA_DIST += \ + KNOWN_ISSUES \ README.win32 \ Makefile.win32 \ build/Makefile.win32.common \