diff options
author | Diego Sevilla Ruiz <dsevilla@ditec.um.es> | 2004-11-12 23:43:48 +0800 |
---|---|---|
committer | Diego Sevilla Ruiz <dsevilla@src.gnome.org> | 2004-11-12 23:43:48 +0800 |
commit | 59d538eb71ab45f0aa792f579438fe72e33aa561 (patch) | |
tree | a2d9ac9ad54ac3f924d52faa5abb28a2bfd477b4 /plugins/calendar-http/ChangeLog | |
parent | 79d6c1ff2a15947e8267b3de9816a67a08a2d63b (diff) | |
download | gsoc2013-evolution-59d538eb71ab45f0aa792f579438fe72e33aa561.tar.gz gsoc2013-evolution-59d538eb71ab45f0aa792f579438fe72e33aa561.tar.zst gsoc2013-evolution-59d538eb71ab45f0aa792f579438fe72e33aa561.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.
svn path=/trunk/; revision=27905
Diffstat (limited to 'plugins/calendar-http/ChangeLog')
-rw-r--r-- | plugins/calendar-http/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/plugins/calendar-http/ChangeLog b/plugins/calendar-http/ChangeLog index b65104d99b..7f9c5faa79 100644 --- a/plugins/calendar-http/ChangeLog +++ b/plugins/calendar-http/ChangeLog @@ -1,3 +1,10 @@ +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. + 2004-11-09 Rodney Dawes <dobey@novell.com> * Makefile.am: Add EXTRA_DIST variable for the eplug.in file @@ -9,4 +16,3 @@ 2004-11-04 David Trowbridge <David.Trowbridge@Colorado.edu> * Initial import of webcal properties plugin. - |