]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* begin/end transaction in master_startup()
[citadel.git] / citadel / ChangeLog
index d21f132836da333a8dd08abfa64f70f360231978..8ab50018efae03fd2637081f7eda716de88dd6e0 100644 (file)
@@ -1,4 +1,25 @@
  $Log$
+ Revision 573.42  2000/12/07 20:21:39  ajc
+ * begin/end transaction in master_startup()
+
+ Revision 573.41  2000/12/07 16:59:02  nbryant
+ added --with-db and --with-gdbm options to configure
+
+ Revision 573.40  2000/12/07 04:50:33  ajc
+ * Wrap housekeeper and timer events in transaction open/close functions
+ * Checkpoint the DB as an EVT_TIMER event instead of after each session
+   (runs each minute, but actually limited by the parameters of the function)
+
+ Revision 573.39  2000/12/06 04:44:36  ajc
+ * Changed netproc to keep the use table in a flat file instead of a database
+
+ Revision 573.38  2000/12/05 05:32:58  ajc
+ * Added support for non-USA country identities in vCard and registration
+ * User edit now asks whether it should prompt to change the password
+
+ Revision 573.37  2000/12/03 04:12:21  ajc
+ * Finished (mostly) the Sleepycat DB backend ... added transaction logging
+
  Revision 573.36  2000/11/30 03:23:17  ajc
  * Got the Sleepycat DB back end working, by opening the databases in a non
    shared, non threaded mode, and using Citadel's locking to serialize access.