From: Zoran V. <vas...@us...> - 2005-10-20 16:41:44
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19692 Modified Files: ChangeLog Log Message: Added options to run registered callbacks in both FIFO and LIFO fashion. All of the start-type callbacks are now executed in FIFO and all stop-type in LIFO. Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.220 retrieving revision 1.221 diff -C2 -d -r1.220 -r1.221 *** ChangeLog 20 Oct 2005 15:03:50 -0000 1.220 --- ChangeLog 20 Oct 2005 16:41:35 -0000 1.221 *************** *** 1,2 **** --- 1,8 ---- + 2005-10-20 Zoran Vasiljevic <vas...@us...> + + * nsd/callbacks.c: added options to run registered callbacks + in both FIFO and LIFO fashion. All of the start-type callbacks + are now executed in FIFO and all stop-type in LIFO. + 2005-10-20 Vlad Seryakov <ser...@us...> |