From 3a9f977817b287e56f54760aece3105771a7dcc1 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 24 Aug 2005 05:43:48 +0000 Subject: [PATCH] Add pointer to http://bugs.freedesktop.org. --- BUGS | 12 ++++++++++++ ChangeLog | 4 ++++ 2 files changed, 16 insertions(+) diff --git a/BUGS b/BUGS index bc15c249c..93fca4521 100644 --- a/BUGS +++ b/BUGS @@ -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. -- diff --git a/ChangeLog b/ChangeLog index e6ff874e3..9d38e6cad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-08-24 Carl Worth + + * BUGS: Add pointer to http://bugs.freedesktop.org. + 2005-08-24 Carl Worth * README: Add more detailed notes on what is required to compile