]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
- move to autoconf 2.52
[citadel.git] / citadel / ChangeLog
index 6d8bfabda5956e84697036e9612be36c9566c8b1..5e4f64243d8f6681eed0b5f07bfce7fcfaf8a567 100644 (file)
@@ -1,4 +1,57 @@
  $Log$
+ Revision 580.7  2001/07/26 21:43:46  nbryant
+  - move to autoconf 2.52
+  - random warning fix
+  - check for db 3.3
+
+ Revision 580.6  2001/07/24 13:17:54  ajc
+ * New UI for mailing list setup
+ * rooms.c: code cleanup
+ * docs update
+
+ Revision 580.5  2001/07/20 23:48:23  nbryant
+ fix build on solaris, check default install location for db 3.2, and silence
+ gcc 3.0
+
+ Revision 580.4  2001/07/16 14:24:30  ajc
+ * Silly cosmetic change to keep the wholist ordered by ascending session number
+
+ Revision 580.3  2001/07/13 00:01:36  ajc
+ * Shuffled around some of the housekeeping loop code
+
+ Revision 580.2  2001/07/11 17:01:10  ajc
+ * database_sleepycat.c: small changes to log messages
+
+ Revision 580.1  2001/07/11 04:35:40  nbryant
+ moved dret initialization in cdb_fetch, just in case
+
+ Revision 580.0  2001/07/03 03:07:06  ajc
+ * THIS IS 5.80
+
+ Revision 573.143  2001/07/03 03:06:50  ajc
+ * Last minute doco update for 5.80
+
+ Revision 573.142  2001/07/01 15:44:32  nbryant
+ configure.in: check for Berkeley DB first.
+
+ Revision 573.141  2001/06/27 23:34:30  ajc
+ * Added some verbage to messages/roomaccess to placate a user who keeps
+   bitching about privacy policy.
+
+ Revision 573.140  2001/06/19 03:41:04  ajc
+ * Ooops... last_cull needs to be declared static
+
+ Revision 573.139  2001/06/19 03:33:19  ajc
+ * imap_fetch.c: download MIME parts without decoding first.  We like that.
+ * database_sleepycat.c: added automatic culling of log files which have not
+   been written to in five days.
+
+ Revision 573.138  2001/06/17 19:42:23  nbryant
+ fix all the <time.h> vs. <sys/time.h> issues, hopefully
+
+ Revision 573.137  2001/06/07 03:28:37  ajc
+ * More tweaks to the MIME parser
+
  Revision 573.136  2001/06/06 15:44:37  ajc
  * msgbase.c: output extra newline at end of RFC822 message if necessary to
    ensure that 000 termination string appears on a line by itself.