Add a KNOWN_ISSUES file to track WONTFIX(?) bugs

This commit is contained in:
Chris Wilson 2010-12-25 10:19:38 +00:00
parent a27e3bc6d0
commit 888eeb187f
2 changed files with 11 additions and 0 deletions

10
KNOWN_ISSUES Normal file
View file

@ -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.

View file

@ -1,6 +1,7 @@
include $(top_srcdir)/build/Makefile.am.common
EXTRA_DIST += \
KNOWN_ISSUES \
README.win32 \
Makefile.win32 \
build/Makefile.win32.common \