File: ChangeLog

package info (click to toggle)
evolution-data-server 2.30.3-2%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 45,704 kB
  • ctags: 26,968
  • sloc: ansic: 223,692; sh: 10,413; makefile: 2,646; xml: 386; perl: 204; python: 30
file content (93 lines) | stat: -rw-r--r-- 2,740 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
2009-02-27  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #570696

	* Makefile.am:
	Replace SOUP_CFLAGS and SOUP_LIBS with GDATA_CFLAGS and GDATA_LIBS.

2009-02-26  Tobias Mueller  <tobiasmue@svn.gnome.org>

	** Fixes bug #573175

	* gdata-google-service.c:
	Use a proper format string to call g_set_error with.

2009-01-14  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes part of bug #564543

	* gdata-google-service.c (gdata_google_service_authenticate):
	Call soup_form_encode_hash() instead of soup_form_encode_urlencoded().

2008-08-16  Jörgen Scheibengruber  <mfcn@gmx.de>

	* gdata-google-service.c (gdata_google_service_insert_entry):
	Let soup COPY the xml, since it's owned by the entry

2008-08-15  Matthew Barnes  <mbarnes@redhat.com>

	* gdata-google-service.c (gdata_google_service_authenticate):
	Apparently this is public API now, since it's called from
	google_book_connect_to_google().  Declare it as such.

2008-08-07  Milan Crha  <mcrha@redhat.com>

	** Part of fix for bug #535745

	* Makefile.am: Put public include files to google/libgdata-google.
	* libgdata-google.pc.in: Do include also path to libgdata in CFLAGS.

2008-06-13  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #521921 (Patch by Sebastian Keller)

	* gdata-google-service.c: (send_and_handle_google_redirection),
	(gdata_google_service_insert_entry),
	(gdata_google_service_delete_entry),
	(gdata_google_service_update_entry_with_link):
	Handle redirects in a way that works with Google API. Fixes some cases
	of entries not being created or deleted.
	* gdata-google-service.c: (gdata_google_service_authenticate),
	(gdata_google_service_get_feed): Code cleanup.

2008-06-13  Wang Xin  <jedy.wang@sun.com>

	** Fix for bug #527544.

	* gdata-google-service.c: Added gdata_google_service_set_proxy to
	support proxy.

2008-04-16  Ebby Wiselyn <ebbyw@gnome.org>
	** Fix for bug #523630, #518656

	* gdata-google-service.c: Added Error Handling Support

	(gdata_google_error_quark), 
	(gdata_google_service_update_entry),
	(gdata_google_service_delete_entry),
	(gdata_google_service_insert_entry),
	(gdata_google_service_get_feed),
	(gdata_google_service_set_credentials),
	(gdata_google_service_insert_entry): 

	* gdata-google-service.h: Added Error Handling Support

	Committing on behalf of Jörgen Scheibengruber
		  
2008-01-15  Dan Winship  <danw@gnome.org>

	* gdata-google-service.c: Update for libsoup 2.4
	(service_authenticate): Use soup-forms methods.

2008-01-05  Nyall Dawson  <nyall@zombiepigs.net>

	** Fix for bug #504783

	* gdata-google-service.c: add accountType=HOSTED_OR_GOOGLE to 
	GOOGLE_CLIENT_LOGIN_MSG string to allow google apps support. 

2008-01-05  Suman Manjunath  <msuman@novell.com>

	** Created a ChangeLog