[svn-commits] tilghman: trunk r199696 - /trunk/doc/janitor-projects.txt

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jun 8 17:08:56 CDT 2009


Author: tilghman
Date: Mon Jun  8 17:08:44 2009
New Revision: 199696

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=199696
Log:
Add sigaction janitor

Modified:
    trunk/doc/janitor-projects.txt

Modified: trunk/doc/janitor-projects.txt
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/doc/janitor-projects.txt?view=diff&rev=199696&r1=199695&r2=199696
==============================================================================
--- trunk/doc/janitor-projects.txt (original)
+++ trunk/doc/janitor-projects.txt Mon Jun  8 17:08:44 2009
@@ -32,3 +32,5 @@
  -- Audit all channel/res/app/etc. modules to ensure that they do not register any entrypoints with the Asterisk core until after they are ready to service requests; all config file reading/processing, structure allocation, etc. must be completed before Asterisk is made aware of any services the module offers.
 
  -- Ensure that Realtime-enabled modules do not depend on the order of columns returned by the database lookup (example: outboundproxy and host settings in chan_sip).
+
+ -- Convert all usage of the signal(2) system API to the more portable sigaction(2) system API.




More information about the svn-commits mailing list