]> code.citadel.org Git - citadel.git/blobdiff - ctdlphp/ChangeLog
* Added a proper CVS ID and Copyright disclaimer to every file. Other
[citadel.git] / ctdlphp / ChangeLog
index 7d56f4ed7cefe0512bd04f51b6eaf9167cad02fa..ab901a0922e59362115c123f42d03679c68b8739 100644 (file)
@@ -1,4 +1,14 @@
  $Log$
+ Revision 1.6  2003/11/02 02:39:30  ajc
+ * Added a proper CVS ID and Copyright disclaimer to every file.  Other
+   developers and webmasters working on the project, please add your own
+   identities to the copyright notice of any module you work on.
+
+ Revision 1.5  2003/11/01 23:29:04  ajc
+ * Allow the session proxy to time out after 15 minutes.
+ * This program now requires PHP v4.3.0 or newer due to bugs in the socket
+   functions of PHP 4.1.  ctdlheader.php now enforces this.
+
  Revision 1.4  2003/11/01 06:12:20  ajc
  * Got login/logout working.  Still need to redirect unloggedin sessions to
    a login page.