aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2002-08-01 04:20:06 +0800
committerChris Toshok <toshok@src.gnome.org>2002-08-01 04:20:06 +0800
commit6135f6ad4544f68ef23bdf9dca698a93cfae7067 (patch)
tree7ffa0274f7a7c367d640bacc7fe67e05ba5b065b /addressbook/ChangeLog
parent7de0e8cb10046bd29e400f1120eec6d593781156 (diff)
downloadgsoc2013-evolution-6135f6ad4544f68ef23bdf9dca698a93cfae7067.tar
gsoc2013-evolution-6135f6ad4544f68ef23bdf9dca698a93cfae7067.tar.gz
gsoc2013-evolution-6135f6ad4544f68ef23bdf9dca698a93cfae7067.tar.bz2
gsoc2013-evolution-6135f6ad4544f68ef23bdf9dca698a93cfae7067.tar.lz
gsoc2013-evolution-6135f6ad4544f68ef23bdf9dca698a93cfae7067.tar.xz
gsoc2013-evolution-6135f6ad4544f68ef23bdf9dca698a93cfae7067.tar.zst
gsoc2013-evolution-6135f6ad4544f68ef23bdf9dca698a93cfae7067.zip
[ roll in the following change from the 1.0 branch.] change the CALURI and
2002-07-31 Chris Toshok <toshok@ximian.com> [ roll in the following change from the 1.0 branch.] * backend/pas/pas-backend-ldap.c: (prop_info): change the CALURI and FBURL ecard attributes to map to the RFC 2739 specified attributes. (check_schema_support): check to see if calEntry is supported. (add_objectclass_mod): insert calEntry if it's supported. * backend/pas/evolutionperson.schema: deprecate freeBusyURI and calendarURI. svn path=/trunk/; revision=17657
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 62d179a8eb..994d8518e6 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,14 @@
+2002-07-31 Chris Toshok <toshok@ximian.com>
+
+ [ roll in the following change from the 1.0 branch.]
+ * backend/pas/pas-backend-ldap.c:
+ (prop_info): change the CALURI and FBURL ecard attributes to map to the
+ RFC 2739 specified attributes.
+ (check_schema_support): check to see if calEntry is supported.
+ (add_objectclass_mod): insert calEntry if it's supported.
+ * backend/pas/evolutionperson.schema: deprecate freeBusyURI
+ and calendarURI.
+
2002-07-31 Ettore Perazzoli <ettore@ximian.com>
[Patch by Jacob Berkman <jacob@ximian.com>, fixes #25968]