summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2013-12-19 01:50:51 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2013-12-19 01:50:51 +0000
commitf82031b21f0f05c69ecbbccbc6068d53cba9c6ab (patch)
treeb9abf18edd54ba42153b069b8eaf89bdd5ca24c9 /NEWS
parent3a964792afd39be5d93e6dbfebd1550d74b4d8e7 (diff)
downloadlibgdata-f82031b21f0f05c69ecbbccbc6068d53cba9c6ab.tar.gz
Release version 0.15.0LIBGDATA_0_15_0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS66
1 files changed, 66 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d86e1521..4e8e46a5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,69 @@
+Overview of changes from libgdata 0.14.0 to libgdata 0.15.0
+===========================================================
+
+Major changes:
+ • Add JSON support and a Google Tasks service (thanks to Pēteris Krišjānis)
+ - This adds a dependency on json-glib ≥ 0.15 and breaks ABI (but not API)
+ • Add support for GProxyResolver proxies (thanks to Matthew Barnes)
+ • Fix build with recent gnome-common versions
+ • Fix build and installed header files for C++
+ • Remove deprecated function calls
+ • Fix compilation with -fstrict-aliasing
+ • Port local tests to use libuhttpmock (which is a new dependency)
+
+API changes:
+ • Add gdata_parsable_new_from_json()
+ • Add gdata_parsable_get_json()
+ • Add GDataParsable->get_content_type
+ • Add GDataService:proxy-resolver, gdata_service_get_proxy_resolver(),
+ gdata_service_set_proxy_resolver()
+ • Add GDataClientLoginAuthorizer:proxy-resolver,
+ gdata_client_login_authorizer_get_proxy_resolver(),
+ gdata_client_login_authorizer_set_proxy_resolver()
+ • Add GDataOAuth1Authorizer:proxy-resolver,
+ gdata_oauth1_authorizer_get_proxy_resolver(),
+ gdata_oauth1_authorizer_set_proxy_resolver()
+ • Add Google Tasks service: GDataTasksService, GDataTasksQuery,
+ GDataTasksTasklist, GDataTasksTask
+
+Bugs fixed:
+ • Bug 712565 — Fix compilation's warnings
+ • Bug 719647 — gdata-goa-authorizer.h broken for C++
+
+Updated translations:
+ • as (Nilamdyuti Goswami)
+ • be (Ihar Hrachyshka)
+ • ca (Gil Forcada)
+ • cs (Marek Černocký)
+ • da (Aputsiaq Niels Janussen)
+ • de (Christian Kirbach)
+ • el (Dimitris Spingos, Efstathios Iosifidis)
+ • es (Daniel Mustieles)
+ • et (Mattias Põldaru)
+ • fi (Jiri Grönroos)
+ • fr (Bruno Brouard)
+ • gl (Fran Dieguez)
+ • hu (Gabor Kelemen)
+ • id (Andika Triwidada)
+ • it (Claudio Arseni, Milo Casagrande)
+ • ja (Jiro Matsuzawa)
+ • ko (Changwoo Ryu)
+ • lt (Aurimas Černius)
+ • lv (Rūdolfs Mazurs)
+ • nb (Kjartan Maraas)
+ • pa (A S Alam)
+ • pl (Piotr Drąg)
+ • pt (António Lima)
+ • pt_BR (Enrico Nicoletto)
+ • ru (Yuri Myasoedov)
+ • sk (Ján Kyselica)
+ • sl (Matej Urbančič)
+ • sr (Мирослав Николић)
+ • th (Akom Chotiphantawanon)
+ • zh_CN (甘露)
+ • zh_HK (Chao-Hsiung Liao)
+ • zh_TW (Chao-Hsiung Liao)
+
Overview of changes from libgdata 0.13.4 to libgdata 0.14.0
===========================================================