summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-06-11 18:51:35 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-06-11 18:51:35 +0000
commitf9465b1bf81a4bbce3c1ad31c8724fcc7fb22ac9 (patch)
tree3b95ec484102062bc8dfb66cbca3d02052742100
parent58a6b6c234854b8fb4b3d1524259770301eb3def (diff)
downloadgdk-pixbuf-f9465b1bf81a4bbce3c1ad31c8724fcc7fb22ac9.tar.gz
More detail
svn path=/trunk/; revision=20355
-rw-r--r--docs/RELEASE-HOWTO6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/RELEASE-HOWTO b/docs/RELEASE-HOWTO
index 8f2435a2d..0fdf128cf 100644
--- a/docs/RELEASE-HOWTO
+++ b/docs/RELEASE-HOWTO
@@ -36,8 +36,10 @@ Without those packages make distcheck will *not* pass.
* forgotten source files
* new symbols missing from .symbols files
* symbols that are exported by should be private (static or _-prefixed)
- * symbols that cause PLT entries. This is usually caused by using
- function without including the header
+ * symbols that cause PLT entries. This is either caused by using
+ a in the same library function without including the header or by
+ using a function from a different library, which is not yet allowed
+ by the filter in pltcheck.sh
5) If this is a devel release, make sure that the docs for new symbols
are in good shape. Look at the -unused.txt files and add stuff found