summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2017-08-23 00:49:28 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2017-08-23 00:49:28 +0100
commit60f2269178d7a6449e2ffdf7fdf82d96a5aff0d4 (patch)
treeb27e54562ecdf22de3bbfb933b5b348eea16c1ef /NEWS
parentf153e3c77e7699769fb8c1bde1a7bf01586261ae (diff)
downloadlibgdata-60f2269178d7a6449e2ffdf7fdf82d96a5aff0d4.tar.gz
Release version 0.17.90.17.9
Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS25
1 files changed, 25 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 97d521a7..83fab2bf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+Overview of changes from libgdata 0.17.8 to libgdata 0.17.9
+===========================================================
+
+Major changes:
+ • Support reporting quotas for Drive usage (thanks to Michael Terry)
+ • Bump GLib dependency to 2.44 for g_autoptr() support
+ • Add g_autoptr() support for some core classes
+ • Port from GSimpleAsyncResult to GTask
+ • More porting to the Google Drive v2 API
+ (ongoing thanks to Debarshi Ray for working on and maintaining this)
+
+API changes:
+ • Add GDataDocumentsMetadata
+ • Add gdata_documents_service_get_metadata(),
+ gdata_documents_service_get_metadata_async(),
+ gdata_documents_service_get_metadata_finish()
+ • Initial g_autoptr() support for core classes
+
+Bugs fixed:
+ • Bug 783046 — Invalid URIs are generated when q and q_internal properties are set
+ • GitHub PR #1 — added initial .travis.yml
+ • Bug 785885 — Expose information about quota usage
+ • Bug 684920 — Port to Google Drive API v2
+
+
Overview of changes from libgdata 0.17.7 to libgdata 0.17.8
===========================================================