diff options
author | Carl Worth <cworth@cworth.org> | 2005-08-24 05:43:48 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-08-24 05:43:48 +0000 |
commit | 3a9f977817b287e56f54760aece3105771a7dcc1 (patch) | |
tree | efca3888a5a9401c93ae6c076dab78322b667871 | |
parent | 9282036cd354a5714655ce4ad7859a99a1800b19 (diff) |
Add pointer to http://bugs.freedesktop.org.
-rw-r--r-- | BUGS | 12 | ||||
-rw-r--r-- | ChangeLog | 4 |
2 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,15 @@ +The place to find a current list of known bugs for cairo is: + + http://bugs.freedesktop.org + +under either the cairo or libpixman products. New bugs should be +reported there as well. + +[A few old bugs have not bee moved to bugs.freedesktop.org and are +instead listed below:] + +-- + The caches need to be invalidated at font destruction time. -- @@ -1,5 +1,9 @@ 2005-08-24 Carl Worth <cworth@cworth.org> + * BUGS: Add pointer to http://bugs.freedesktop.org. + +2005-08-24 Carl Worth <cworth@cworth.org> + * README: Add more detailed notes on what is required to compile cairo on Mac OS X or win32. |