Update of /cvsroot/naviserver/naviserver
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12453
Modified Files:
ChangeLog
Log Message:
See file.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -C2 -d -r1.129 -r1.130
*** ChangeLog 27 Jun 2005 16:22:29 -0000 1.129
--- ChangeLog 27 Jun 2005 17:50:53 -0000 1.130
***************
*** 1,2 ****
--- 1,24 ----
+ 2005-06-27 Zoran Vasiljevic <vas...@us...>
+
+ * nsd/nsmain.c: improved clarity of code handling nsconf.home
+ path rewriting for Windows platform.
+
+ * nsd/tclcmds.c:
+ * nsd/nswin32.c: removed NsTclFailServiceObjCmd() and tied the
+ processing to the NS_SIGINT signal as sent by the -restart
+ option of the "ns_shutdown" command, hence avoiding different
+ ways to force server restarts on different platforms.
+ Removed experimental ReportException() call since it does
+ not really seem to prevent the default handling in Windows where
+ a Window pops up and the user has to confirm. Such behaviour
+ prevents the service control manager to restart the service.
+
+ * nsd/return.c: removed unneeded Ns_ConnReturnPath() added by
+ latest Win changes. The Ns_ConnReturnFile() should be used instead.
+
+ * include/nscheck.h: define __GNUC_PREREQ to false if
+ not using GCC compiler. This will automatically disable
+ all GCC-related optimizations.
+
2005-06-27 Vlad Seryakov <ser...@us...>
|