]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Reorg header stuff to make it more compatible with leak checkers
[citadel.git] / citadel / ChangeLog
index 612706149f0b0322bb631bf9ef9bd10237439c73..71fb91cdd418aa1d4b400fd6329b530ae1b8b109 100644 (file)
@@ -1,4 +1,11 @@
  $Log$
+ Revision 614.97  2004/03/24 03:46:40  ajc
+ * Reorg header stuff to make it more compatible with leak checkers
+
+ Revision 614.96  2004/03/24 03:25:19  ajc
+ * Removed the built-in memory leak checker.  It wasn't threadsafe and
+   there now exist third-party utilities that do this job better.
+
  Revision 614.95  2004/03/24 02:59:19  ajc
  * After initializing the database, chown and chmod all files in the data/
    directory correctly to avoid EPERM errors later on when we drop root privs