]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Fix a couple of minor compiler warnings
[citadel.git] / citadel / ChangeLog
index 8cc10af22dedd7e6b3c06b248b8b2854b268b581..d2ec4a247c8e184ad04d517a41b82df853f173d2 100644 (file)
@@ -1,4 +1,69 @@
  $Log$
+ 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
+
+ Revision 625.29  2004/09/23 00:22:18  error
+ * rooms.c: create_floor(): Fix the check for whether a floor name was given
+
+ Revision 625.28  2004/09/21 02:09:30  ajc
+ * Tweaks to above
+
+ Revision 625.27  2004/09/21 01:43:23  ajc
+ * imap_search.c: when search criteria permit, do not fetch messages.
+
+ Revision 625.26  2004/09/17 16:54:13  ajc
+ * Updated documentation to include information about setting up MSA 587 port.
+
+ Revision 625.25  2004/09/17 04:14:18  ajc
+ * serv_network.c: added a missing \n in log output
+
+ Revision 625.24  2004/09/17 03:54:47  ajc
+ * citadel-openldap.schema: replaced.  Dunno why it was missing.
+ * serv_calendar.c: fixed a return with no value for a function returning
+   int; this was causing a before-save hook to abandon messages
+
+ Revision 625.23  2004/09/16 01:46:40  ajc
+ * CRE8 command: allow setting default view during room creation
+
+ Revision 625.22  2004/09/15 03:02:47  ajc
+ * Add an SMTP MSA listener (separate port, requires auth)
+
+ Revision 625.21  2004/09/13 15:51:59  ajc
+ * newinstall.sh: updated from the working version at easyinstall.citadel.org
+
+ Revision 625.20  2004/09/11 03:13:04  error
+ * Remove calls to the broken flush_output() while I try to figure out what's
+   wrong with it.  Replaced with unbuffer_output() which does work.
+
  Revision 625.19  2004/09/10 02:54:26  ajc
  * Added flush_output() calls to IMAP modules.  (Do we need them?  Are we
    buffering IMAP output?  Should we?)
@@ -6073,4 +6138,3 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
-