]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Removed instances of hard-coded CTDLDIR; this breaks -h
[citadel.git] / citadel / ChangeLog
index 55ceb7a8d2556af2eba86d08678b6ea99144cf62..ec4d50dce0c1f0a5279dd38767b14c26979c2973 100644 (file)
@@ -1,4 +1,93 @@
 $Log$
+Revision 653.16  2005/08/02 03:40:15  ajc
+* Removed instances of hard-coded CTDLDIR; this breaks -h
+
+Revision 653.15  2005/08/02 03:05:31  ajc
+* Added in Wilfried Goesgens' debian/ build directory.
+
+Revision 653.14  2005/08/02 02:49:12  ajc
+* Applied Wilfried Goesgens' dirconfig patch for more install targets
+
+Revision 653.13  2005/08/01 20:45:26  ajc
+* citadel_ipc.c: RUN_DIR not RUNDIR in line 2944
+
+Revision 653.12  2005/07/29 03:50:52  ajc
+* Temporarily disabling network_purge_spoolout() because it may be
+  removing files it shouldn't.
+
+Revision 653.11  2005/07/29 01:50:58  ajc
+* Create network/ directory hierarchy if it doesn't exist
+
+Revision 653.10  2005/07/28 03:22:19  ajc
+* Added a "macintosh readme" written by Mathew McBride
+
+Revision 653.9  2005/07/26 02:49:25  ajc
+* Applied a patch sent in by Wilfried Goesgens which allows the various
+  program and data directories to be set to any location on the host
+  system.  This will allow packagers to do FSSTND-type configurations.
+
+Revision 653.8  2005/07/25 17:37:36  ajc
+* citadel_ipc.c: when performing a MSG4 command, don't return the
+  charset as part of the content-type string.
+
+Revision 653.7  2005/07/21 17:20:55  ajc
+* <.R>ead <U>ser-list now takes advantage of the server-side string match
+  if available.  It still filters on the client side as well, in case the
+  server is older and sent back the whole list.
+
+Revision 653.6  2005/07/21 15:02:27  ajc
+* Server-side LIST command now accepts a search string.
+
+Revision 653.5  2005/07/19 20:04:31  ajc
+* MSG4 command now outputs content type *and* charset
+
+Revision 653.4  2005/07/19 17:30:13  ajc
+* Fixed a bug in the MIME parser that was causing it to prematurely go
+  out of scope when binary parts are included.  (8-bit MIME is not yet
+  explicitly supported in the Citadel server, but WebCit uses this to
+  handle data coming in via the POST method.)
+
+Revision 653.3  2005/07/19 14:21:51  ajc
+* mime_parser.c: don't default to Content-type: text/plain; charset=us-ascii
+  because there are places where those fields actually need to be empty (in
+  WebCit, actually, but I don't want to fork the mime parser).
+
+Revision 653.2  2005/07/19 04:10:01  ajc
+* Updated the MIME parser API to include the "charset" portion of
+  the content type.
+
+Revision 653.1  2005/07/09 11:30:18  ajc
+* Removed trailing space at the end of the list of messages returned by
+  an IMAP SEARCH command.
+
+Revision 653.0  2005/07/06 21:41:52  ajc
+* THIS IS 6.53
+
+Revision 652.1  2005/07/06 21:41:17  ajc
+* Fixed bug #149 (incorrect sequence set optimization, resulting in
+  messages being marked as read/unread incorrectly during IMAP sessions)
+
+Revision 652.0  2005/07/06 02:28:38  ajc
+* THIS IS 6.52
+
+Revision 651.8  2005/07/06 02:28:20  ajc
+* citadel.lsm: removed.  Nobody uses the Linux Software Map anymore.
+* Updated internal version number to 6.52
+
+Revision 651.7  2005/07/06 01:53:34  ajc
+* imap_fetch.c: additional self-check to avoid attempting to fetch messages
+  with UID's lower than 1.  Hopefully this fixes bug #150.
+
+Revision 651.6  2005/07/01 22:07:27  ajc
+* CtdlSetSeen() -- when new vset overflows its size, trim it in such a way
+  so that it doesn't mark the oldest messages as new.
+
+Revision 651.5  2005/06/28 02:58:19  ajc
+* docs update
+
+Revision 651.4  2005/06/26 22:19:20  ajc
+* auth.c: applied fleeb's patch to validpw() to clean up FreeBSD compatibility
+
 Revision 651.3  2005/06/22 03:45:17  ajc
 * Documented the auto-log-cull as it relates to backup strategies