]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
Journaling code is finished. Still needs configuration settings.
[citadel.git] / citadel / ChangeLog
index 0d48eadd8d4c1a9ac82e8dd88f654aaa2a09c130..3c8e8c8848824977f2f8c3e0647d04a42cfa7097 100644 (file)
@@ -1,5 +1,60 @@
 $Id$
 
+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
+
+Thu Nov  3 23:02:01 EST 2005 ajc
+* Updated setup to allow more batch mode control of it;
+  see techdoc/package-setup.txt
+
 Sun Oct 30 23:03:49 EST 2005 ajc
 * When logging to syslog is enabled, SMTP transactions are now logged to
   LOG_MAIL as well as whatever the normal facility is, in a format