[libgdata] Release version 0.13.0



commit 703a7d2cd9ca10392acf9f6916b781dea8c857be
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sat Apr 14 12:30:32 2012 +0100

    Release version 0.13.0

 NEWS                          |   33 +++++++++++++++++++++++++++++++++
 configure.ac                  |    2 +-
 docs/reference/gdata-docs.xml |    4 ++++
 3 files changed, 38 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5f8ac54..fc7c4ee 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+Overview of changes from libgdata 0.12.0 to libgdata 0.13.0
+===========================================================
+
+Major changes:
+ â Bump GLib dependency to 2.31.0 in order to use its new threading primitives
+ â Add basic support for resumable uploads to GDataUploadStream (bug #607272)
+ â Update support for Google Documents to v3 of the API
+ â Add support for arbitrary file uploads to Google Documents (using GDataDocumentsDocuemtn),
+   and document conversion on upload (using GDataDocumentsUploadQuery)
+
+API changes:
+ â Added gdata_upload_stream_new_resumable()
+ â Added GDataUploadStream:content-length, gdata_upload_stream_get_content_length()
+ â Added gdata_documents_service_upload_document_resumable()
+ â Added gdata_documents_service_update_document_resumable()
+ â Added GDataDocumentsUploadQuery
+ â Made GDataDocumentsDocument instantiable (this isnât a real API break, though)
+ â Added GDATA_DOCUMENTS_TEXT_JPEG
+ â GDataDocumentsEntry:quota-used, gdata_documents_entry_get_quota_used()
+
+Bugs fixed:
+ â Bug 593537 â Upgrade Documents service to version 3.0
+ â Bug 607616 â Permit the uploading of documents of any type
+ â Bug 656971 â Deprecate GDataDocumentsDocument subclasses
+ â Bug 588714 â <gd:quotaBytesUsed> handling in GDataDocumentsEntry
+
+Updated translations:
+ â ca (Jordi Serratosa)
+ â en_GB (Philip Withnall)
+ â es (Daniel Mustieles)
+ â he (Yaron Shahrabani)
+ â sv (Daniel Nylander)
+
 Overview of changes from libgdata 0.11.0 to libgdata 0.11.1
 ===========================================================
 
diff --git a/configure.ac b/configure.ac
index 4160390..4f2bb19 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,7 +45,7 @@ GTK_REQS=2.91.2
 #  4. If any interfaces have been removed or changed since the last public release, then set age to 0.
 #
 # Note that versioning started at 2:0:0 to ensure no conflicts with e-d-s' libgdata library, whose maximum version was 1:0:0
-GDATA_LT_VERSION=15:0:2
+GDATA_LT_VERSION=16:0:3
 AC_SUBST(GDATA_LT_VERSION)
 
 GDATA_VERSION_MAJOR=gdata_version_major
diff --git a/docs/reference/gdata-docs.xml b/docs/reference/gdata-docs.xml
index 927a8a8..4688758 100644
--- a/docs/reference/gdata-docs.xml
+++ b/docs/reference/gdata-docs.xml
@@ -232,6 +232,10 @@
 			<title>Index of new symbols in 0.11.0</title>
 			<xi:include href="xml/api-index-0.11.0.xml"><xi:fallback/></xi:include>
 		</index>
+		<index role="0.13.0">
+			<title>Index of new symbols in 0.13.0</title>
+			<xi:include href="xml/api-index-0.13.0.xml"><xi:fallback/></xi:include>
+		</index>
 		<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
 	</part>
 </book>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]