]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* master_cleanup() now passes along an exit code from its caller to the OS.
[citadel.git] / citadel / ChangeLog
index a782c0fc111a2f1fd514e73dc51c82c95f96b94e..a687a2d5ae538be53c2439dc380308f86a514557 100644 (file)
@@ -1,4 +1,19 @@
  $Log$
+ Revision 640.10  2005/02/16 19:03:38  ajc
+ * master_cleanup() now passes along an exit code from its caller to the OS.
+
+ Revision 640.9  2005/02/16 18:48:39  ajc
+ * Try to reach our cleanup routine when SIGSEGV is caught.  Hopefully
+   we'll get there and we can close the databases cleanly.
+
+ Revision 640.8  2005/02/16 17:37:16  ajc
+ * Be more aggressive about shutting down when told to.  Getting the
+   databases closed is the highest priority.
+
+ Revision 640.7  2005/02/16 04:08:42  ajc
+ * newinstall.sh: put the checksum files server-side to avoid
+   unnecessary downloads
+
  Revision 640.6  2005/02/16 03:02:28  ajc
  * Applied patches submitted by Kevin Kilbride for TCP_CORK and for
    turning CitContext into a doubly-linked list.