aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/calendar-http/ChangeLog
diff options
context:
space:
mode:
authorDiego Sevilla Ruiz <dsevilla@ditec.um.es>2004-11-14 18:46:23 +0800
committerDiego Sevilla Ruiz <dsevilla@src.gnome.org>2004-11-14 18:46:23 +0800
commit8ef8d629472c8091da468f3eb828554de511573a (patch)
treefd2603ec5acd8d2d70ccc0d967bfceb01526ed74 /plugins/calendar-http/ChangeLog
parent45627a703f6ff9b67b3612645b77b7521096d60f (diff)
downloadgsoc2013-evolution-8ef8d629472c8091da468f3eb828554de511573a.tar
gsoc2013-evolution-8ef8d629472c8091da468f3eb828554de511573a.tar.gz
gsoc2013-evolution-8ef8d629472c8091da468f3eb828554de511573a.tar.bz2
gsoc2013-evolution-8ef8d629472c8091da468f3eb828554de511573a.tar.lz
gsoc2013-evolution-8ef8d629472c8091da468f3eb828554de511573a.tar.xz
gsoc2013-evolution-8ef8d629472c8091da468f3eb828554de511573a.tar.zst
gsoc2013-evolution-8ef8d629472c8091da468f3eb828554de511573a.zip
Accept protocol-less URIs. Fixes #68264. (e_calendar_http_check): Fixed a
2004-11-12 Diego Sevilla Ruiz <dsevilla@ditec.um.es> * calendar-http.c (e_calendar_http_check): Accept protocol-less URIs. Fixes #68264. (e_calendar_http_check): Fixed a memory leak. (e_calendar_http_refresh): Another mem. leak fix. (e_calendar_http_url): Fixed another more memory leak. svn path=/trunk/; revision=27913
Diffstat (limited to 'plugins/calendar-http/ChangeLog')
-rw-r--r--plugins/calendar-http/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/calendar-http/ChangeLog b/plugins/calendar-http/ChangeLog
index 7f9c5faa79..28a0aa9012 100644
--- a/plugins/calendar-http/ChangeLog
+++ b/plugins/calendar-http/ChangeLog
@@ -4,6 +4,7 @@
URIs. Fixes #68264.
(e_calendar_http_check): Fixed a memory leak.
(e_calendar_http_refresh): Another mem. leak fix.
+ (e_calendar_http_url): Fixed another more memory leak.
2004-11-09 Rodney Dawes <dobey@novell.com>