]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Cleaned up some things that generated compiler warnings
[citadel.git] / citadel / ChangeLog
index 9318267c2eef02287951c25e653efa689ab8c175..468ba8b5efec06f2d0076488fc76dde7487bb8fd 100644 (file)
@@ -1,4 +1,13 @@
  $Log$
+ Revision 626.9  2004/10/12 02:17:49  ajc
+ * Cleaned up some things that generated compiler warnings
+ * crypto keys directory is now relative to the server's working directory,
+   not to the compiled-in BBSDIR
+ * Re-ordered the security checks in CtdlAccessCheck()
+
+ Revision 626.8  2004/10/06 21:23:21  error
+ * Fixup a few more compiler warnings from icc
+
  Revision 626.7  2004/10/05 01:44:20  ajc
  * Changed a bunch of localtime() calls to localtime_r(), for great justice.