* Renamed "dynloader" to "serv_extensions" globally. We don't want people
[citadel.git] / citadel / ChangeLog
index 6fccc8d09ab2619361bc3b767a3b1d2cd1d6217d..d889817488b26ca53d46685d1d02c5ea030c3f48 100644 (file)
@@ -1,4 +1,13 @@
  $Log$
+ Revision 601.111  2003/01/16 03:41:45  ajc
+ * Renamed "dynloader" to "serv_extensions" globally.  We don't want people
+   to think we have a dynamic loader, do we?  :)
+ * serv_*_init() is now declared in serv_extensions.h.  This is definitely the
+   wrong place for it.  It's there temporarily until we decide on a new
+   convention for server extensions.
+ * bootstrap: more reliable detection of Red Hat Linux 7.3 -- more specifically,
+   fewer fireworks when the host system is *not* Red Hat Linux.
+
  Revision 601.110  2003/01/15 16:34:53  ajc
  * bootstrap: don't check /etc/redhat-release if it doesn't exist (which is
    the case on all non Red Hat Linux systems)
@@ -4381,3 +4390,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
+