]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Change to journaling code to include an Internet email address for local
[citadel.git] / citadel / ChangeLog
index 84d2f6dd1a75838ba7e91234f7f2681968e9853e..a6a27a8e705227f6a724dc6acc6866016d0e48d0 100644 (file)
@@ -1,5 +1,112 @@
 $Id$
 
+Thu Jan 19 16:40:57 EST 2006 ajc
+* Change to journaling code to include an Internet email address for local
+  recipients.
+
+Thu Jan 19 13:20:30 EST 2006 ajc
+* Refactored the code that populates the session's knowledge of the user's
+  primary internet email address.  We need it to be generic so that we can
+  do this for other users.
+
+Tue Jan 17 22:23:19 EST 2006 ajc
+* Misc small fixes to the new host auth mode.
+
+Tue Jan 17 17:07:02 EST 2006 ajc
+* REMOVED MIXED MODE AUTHENTICATION.
+  "autologin mode" is now system accounts ONLY.
+
+Sun Jan 15 22:29 MET 2006 dothebart
+* calculate the directories in a central manner.
+  LHFS'ified installations may use multi-homed installations now too.
+       
+Sun Jan 15 00:00:13 EST 2006 ajc
+* citserver.c: patch submitted by matt to keep the client protocol from
+  getting out of sync following a .h? command.
+
+Sat Jan 14 23:38:44 EST 2006 ajc
+* setup.c: remove "--backtitle" from calls to "dialog" because its
+  availability cannot be depended upon.
+
+Fri Jan 13 12:11:46 EST 2006 ajc
+* THIS IS 6.70
+
+Wed Jan 11 11:07:47 EST 2006 ajc
+* Moved the "Content-Identifer" (sic) header out of the envelope journal
+  subpart headers and into the top-level headers.
+
+Tue Jan 10 22:26:00 EST 2006 ajc
+* Added a per-user client option to always compose messages using the
+  external editor.
+* Removed the "always reply with external editor" option from citadel.rc
+  because the per-user editor choice makes it superfluous.
+
+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
+
+Thu Dec 15 00:03:53 EST 2005 ajc
+* room_ops.c: when granting a room creator access to a new room, omit the
+  lgetuser/lputuser calls because they are not needed.  Also, don't perform
+  access grant if no user is logged in.
+
+Sun Dec 11 23:04:31 EST 2005 ajc
+* THIS IS 6.63
+
+Fri Dec  9 14:14:37 EST 2005 ajc
+* Updated the output of server GOTO command; new parameter indicates whether
+  the user is in his Trash folder.
+* Updated internal version number to 6.63 so WebCit knows this is available.
+
+Mon Nov 28 10:45:21 EST 2005 ajc
+* control.c: fixed a potential concurrency/race condition in
+  the get_new_[message|room|user]_number() functions.
+
+Sun Nov 27 21:20:27 EST 2005 ajc
+* Eliminated the use of tmpnam() to shut up the compiler warnings.
+
+Mon Nov 21 16:59:43 CET 2005 dothebart
+* add some script to wrap the debian package build that does some magic about
+  the versioning in the package and the citadel system
+* Many fixups to the debian packages
+* added Unixlogin Package
+       
+Tue Nov 15 21:18:01 EST 2005 ajc
+* THIS IS 6.62
+
+Sun Nov 13 23:35:55 EST 2005 ajc
+* serv_extensions.c: serv_upgrade_init() must be called prior to
+  serv_inetcfg_init() in order to ensure that citadel.control is created
+  at the correct time.  (Patch sent in by Wilifried Goesgens.)
+
 Sat Nov  5 22:56:30 EST 2005 ajc
 * More changes to batch mode setup