gtk+ r20355 - trunk/docs



Author: matthiasc
Date: Wed Jun 11 18:51:35 2008
New Revision: 20355
URL: http://svn.gnome.org/viewvc/gtk+?rev=20355&view=rev

Log:
More detail


Modified:
   trunk/docs/RELEASE-HOWTO

Modified: trunk/docs/RELEASE-HOWTO
==============================================================================
--- trunk/docs/RELEASE-HOWTO	(original)
+++ trunk/docs/RELEASE-HOWTO	Wed Jun 11 18:51:35 2008
@@ -36,8 +36,10 @@
     * 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]