]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Added "Content-Identifer: ExJournalReport" to journal envelope headers
[citadel.git] / citadel / ChangeLog
index f8023e4f91414c22a01d706f9036413dd1ced31a..894bd03328a091c3f7bd888b73e7619b972bffc4 100644 (file)
@@ -1,5 +1,34 @@
 $Id$
 
+Tue Jan 10 17:20:30 EST 2006 ajc
+* Added "Content-Identifer: ExJournalReport" to journal envelope headers
+  (Requested by SECCAS for compatibility with their archival service.)
+  (Yes, it is spelled incorrectly.  The headers generated by Exchange are
+  spelled incorrectly and SECCAS requested that our headers look identical.)
+
+Mon Jan  9 17:23:39 EST 2006 ajc
+* docs/journaling.html: added.
+
+Mon Jan  9 12:56:57 EST 2006 ajc
+* Bumped the version number to 6.70 in preparation for a new release
+
+Thu Jan  5 17:38:39 EST 2006 ajc
+* Adjustments to journal recipient list 
+
+Thu Jan  5 16:08:47 EST 2006 ajc
+* Implemented configuration settings for journaling.
+
+Wed Jan  4 22:05:49 EST 2006 ajc
+* Journaling code is finished.  Still needs configuration settings.
+
+Wed Jan  4 18:14:13 EST 2006 ajc
+* Began implementation of Journaling and Envelope Journaling.
+
+Thu Dec 15 23:12:05 EST 2005 ajc
+* Include a pre-fixed parsedate.c in the source tree in order to eliminate
+  the requirement for yacc or bison to build Citadel.  Also, 'make clean'
+  no longer deletes parsedate.c
+
 Thu Dec 15 10:51:45 EST 2005 ajc
 * newinstall.sh: be smarter about how wget and curl are used