]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Cleaned up some things that generated compiler warnings
[citadel.git] / citadel / ChangeLog
index 0cac82d2163a972f58d29af43c8827097ffd37cc..468ba8b5efec06f2d0076488fc76dde7487bb8fd 100644 (file)
@@ -1,4 +1,47 @@
  $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.
+
+ Revision 626.6  2004/10/04 21:40:29  error
+ * configure.ac: Add CFLAGS for icc Intel Compiler
+
+ Revision 626.5  2004/10/04 21:39:35  error
+ * Fix a couple of minor compiler warnings
+
+ Revision 626.4  2004/10/03 04:25:23  ajc
+ * Removed some vestiges
+
+ Revision 626.3  2004/10/03 04:11:48  ajc
+ * sysdep.c: in the main server loop, when time_to_die is detected, return
+   immediately instead of falling through to the end of the function.
+
+ Revision 626.2  2004/10/03 03:57:32  ajc
+ * Added pthread_attr_destroy() in the appropriate location (thanks fleeb!)
+
+ Revision 626.1  2004/10/01 15:58:08  ajc
+ * Configure "notes" view and auto-create Notes> room
+
+ Revision 626.0  2004/09/28 16:11:16  ajc
+ * THIS IS 6.26
+
+ Revision 625.33  2004/09/28 16:09:58  ajc
+ * Update documentation and config files for 6.26 release
+
+ Revision 625.32  2004/09/28 02:18:12  ajc
+ * Improve output of RECENT flag in IMAP
+
+ Revision 625.31  2004/09/23 03:02:31  ajc
+ * MyContext() no longer declared INLINE
+
  Revision 625.30  2004/09/23 02:54:46  ajc
  * in MyContext(), reduced the number of calls to pthread_getspecific()
    from two to one