diff options
author | Veerapuram Varadhan <vvaradan@src.gnome.org> | 2005-12-06 16:41:15 +0800 |
---|---|---|
committer | Veerapuram Varadhan <vvaradan@src.gnome.org> | 2005-12-06 16:41:15 +0800 |
commit | 3428da057a17b9e8f28f5e04a028dd5536aa5ec0 (patch) | |
tree | 6188d1436f78813db879018805494bfae3271ad4 /calendar/ChangeLog | |
parent | 5c0967e294e835aa096e0a636232f7419323f4ff (diff) | |
download | gsoc2013-evolution-3428da057a17b9e8f28f5e04a028dd5536aa5ec0.tar.gz gsoc2013-evolution-3428da057a17b9e8f28f5e04a028dd5536aa5ec0.tar.zst gsoc2013-evolution-3428da057a17b9e8f28f5e04a028dd5536aa5ec0.zip |
Authenticate by reading the stored-password for tasks that has "auth"
* conduits/todo/todo-conduit.c (start_calendar_server):
Authenticate by reading the stored-password for tasks that has
"auth" property set.
(pre_sync): Moved setting of timezone to start_calendar_server as
per the current e-d-s requirements.
** Fixes #316315
svn path=/trunk/; revision=30729
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index c8890c37f5..aa8ad9b126 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,14 @@ 2005-12-06 Veerapuram Varadhan <vvaradhan@novell.com> + * conduits/todo/todo-conduit.c (start_calendar_server): + Authenticate by reading the stored-password for tasks that has + "auth" property set. + (pre_sync): Moved setting of timezone to start_calendar_server as + per the current e-d-s requirements. + ** Fixes #316315 + +2005-12-06 Veerapuram Varadhan <vvaradhan@novell.com> + * conduits/calendar/calendar-conduit.c (start_calendar_server): Authenticate by reading the stored-password for calendar that has "auth" property set. |