]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
cygwin fix
[citadel.git] / citadel / ChangeLog
index 79741b0ab0fb4fb511220698ebeee92440906595..7368f1576934f18fdb53408e65abf03e7c6a6585 100644 (file)
@@ -1,4 +1,46 @@
  $Log$
+ Revision 590.36  2002/01/04 20:57:36  nbryant
+ cygwin fix
+
+ Revision 590.35  2002/01/04 20:46:26  nbryant
+ Makefile fix for cygwin (fix migratenet linkage)
+
+ Revision 590.34  2002/01/04 20:43:26  nbryant
+ configure/genstamp: check for struct tm.tm_gmtoff
+
+ Revision 590.33  2002/01/03 22:01:17  ajc
+ * Fixed mail to "sysop"
+
+ Revision 590.32  2002/01/03 21:35:07  ajc
+ * I think this is the last of the fixes for the new submit queue.
+
+ Revision 590.31  2002/01/03 12:27:35  error
+ * Fixed my name in docs/copyright.txt, why didn't I notice that before?
+
+ Revision 590.30  2002/01/03 12:21:02  error
+ * Autoconf support for recognizing OpenSSL
+
+ Revision 590.29  2002/01/03 04:52:28  ajc
+ * serv_network.c: migrated deliveries and bounces to the new message
+   submission subsystem.  NOT TESTED.
+
+ Revision 590.28  2002/01/01 21:32:10  ajc
+ * Finished the updates to serv_smtp.c, although I think there may be a
+   problem with one-too-many reference counts when a message is submitted
+   via SMTP.
+
+ Revision 590.27  2001/12/31 20:15:13  ajc
+ * Almost finished converting serv_smtp.c to the new message submission
+   framework.  Still not done yet; don't use this.
+
+ Revision 590.26  2001/12/30 06:20:46  error
+ * More keys while reading messages:  Q or S same as Ctrl-C, N same as Ctrl-O.
+
+ Revision 590.25  2001/12/30 05:50:46  error
+ * Security:  Citadel now drops privileges when called from telnetd, also
+   checks to make sure you didn't set the setuid/setgid bits.  No more
+   loginwrapper.sh!
+
  Revision 590.24  2001/12/29 05:19:32  ajc
  * Minor cosmetic hack