]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* citadel.spec: BuildRequire redhat-rpm-config
[citadel.git] / citadel / ChangeLog
index 0a096422a52b451a386476efec7d8841b6ec3d8e..4e50d0c47e02bde8dac6c3a7650ae038e8dec906 100644 (file)
@@ -1,4 +1,65 @@
  $Log$
+ Revision 620.18  2004/04/14 18:43:51  nbryant
+ * citadel.spec: BuildRequire redhat-rpm-config
+
+ Revision 620.17  2004/04/14 16:16:47  nbryant
+ * citadel.spec: don't BuildRequire newt-devel
+
+ Revision 620.16  2004/04/14 03:42:01  ajc
+ * ICAL FREEBUSY output now includes ORGANIZER, DTSTART, and DTEND fields.
+   (Required for Kolab compatibility.)
+
+ Revision 620.15  2004/04/13 23:53:00  nbryant
+ * citadel.spec: BuildRequire bison
+
+ Revision 620.14  2004/04/13 22:44:35  nbryant
+  * citadel.spec: commented out Icon line and the openldap-servers dependency.
+  * citadel.spec: added several BuildRequires. Some of these are, strictly
+    speaking, compile time options, but the goal is to document the runtime
+    dependencies and make sure our RPM's are always built consistently.
+
+ Revision 620.13  2004/04/13 21:09:20  error
+ * citadel.spec: Updated for 6.20p1
+
+ Revision 620.12  2004/04/13 18:31:40  ajc
+ * serv_calendar.c: ICAL FREEBUSY command now tries the supplied name not
+   only as a screen name, but as an email address, and then as an
+   unqualified email address in every hosted domain.  (For Kolab compat)
+
+ Revision 620.11  2004/04/13 02:45:07  ajc
+ * Don't display the "Ending SSL/TLS" log message unless TLS is actually present
+
+ Revision 620.10  2004/04/12 20:51:40  error
+ * citadel.lsm: Update LSM for 6.20p1; uploaded to ibiblio.org
+
+ Revision 620.9  2004/04/09 23:11:01  error
+ * serv_chat.c: Differentiate when a user does not exist when paging users.
+
+ Revision 620.8  2004/04/09 23:05:52  error
+ * user_ops.c: fix unused variable compiler warnings
+
+ Revision 620.7  2004/04/03 15:42:35  ajc
+ * stress.c: include <stdlib.h> in order to get RAND_MAX
+   (Submitted by Thomas.Lotterer@cw.com, Cable & Wireless / OpenPKG)
+
+ Revision 620.6  2004/04/01 04:41:55  ajc
+ * Put some blankety-blank values in the default generated vCard so it's
+   more acceptable to LDAP conversion
+
+ Revision 620.5  2004/03/31 02:19:09  ajc
+ * Change the IMAP folder delimiter from "|" to "/" because more than a few
+   client programs don't follow RFC2060 strictly enough to work with
+   non-"/" delimiters.  Actual slashes in room names appear as "|" in IMAP.
+
+ Revision 620.4  2004/03/30 03:11:07  ajc
+ * control.c: when config.c_maxsessions is unset or negative, set it to 0
+   instead of setting it to 1 when it is 0 or negative.  The default should
+   be unlimited sessions.
+
+ Revision 620.3  2004/03/29 16:05:02  ajc
+ * begin_critical_section() -- bypass transaction checking for S_FLOORCACHE
+   sections, to avoid crashing the db layer
+
  Revision 620.2  2004/03/29 02:33:19  error
  * citadel.spec: major modifications for 6.xx (hasn't been updated since 5.xx)