From: Zoran V. <vas...@us...> - 2005-06-30 07:57:50
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5467 Modified Files: ChangeLog Log Message: Fixed Bug #1230179 which caused the server crash when calling ns_startcontent outside of the connection scope. Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.137 retrieving revision 1.138 diff -C2 -d -r1.137 -r1.138 *** ChangeLog 30 Jun 2005 01:14:02 -0000 1.137 --- ChangeLog 30 Jun 2005 07:57:41 -0000 1.138 *************** *** 1,2 **** --- 1,7 ---- + 2005-06-30 Zoran Vasiljevic <vas...@us...> + + * nsd/conn.c: fixed Bug #1230179 which caused the server crash + when calling ns_startcontent outside of the connection scope. + 2005-06-29 Vlad Seryakov <ser...@us...> |