[libgdata] Release version 0.11.0



commit 9509d84b36f2e1910f68ba7d10dc2faf79d4f026
Author: Philip Withnall <philip tecnocode co uk>
Date:   Tue Dec 20 23:34:35 2011 +0000

    Release version 0.11.0

 NEWS                          |   58 +++++++++++++++++++++++++++++++++++++++++
 configure.ac                  |    2 +-
 docs/reference/gdata-docs.xml |    4 +++
 3 files changed, 63 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 35ea80a..8d8b380 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,61 @@
+Overview of changes from libgdata 0.10.0 to libgdata 0.11.0
+===========================================================
+
+Major changes:
+* Added version checking macros (thanks to Holger Berndt)
+* Ported scrapbook demo to GtkGrid; this sets our GTK+ dependency to 2.91.2
+* Added a LIBGDATA_DISABLE_DEPRECATED macro for disabling deprecated API in headers
+* Sensitive details (passwords, auth. tokens, etc.) are now redacted from logs unless LIBGDATA_DEBUG=4 is set (which is a new logging level)
+* Sensitive details are also now stored in non-pageable memory as much as possible to reduce the risk of them being leaked
+  NOTE: This has not been formally certified or reviewed, and is a precaution rather than a guarantee of security
+  This adds a dependency on libgnome-keyring when libgdata is configured with --enable-gnome (and is disabled otherwise)
+* Use GHmac instead of liboauth's HMAC; this bumps our GLib dependency to 2.30.0
+* Use the new GLib threading API iff compiled with GLib â 2.31.0 (this doesn't bump the hard dependency, though)
+
+API changes:
+* Added GDATA_MAJOR_VERSION, GDATA_MINOR_VERSION, GDATA_MICRO_VERSION, GDATA_CHECK_VERSION
+* Added GDataDocumentsEntry:resource-id, gdata_documents_entry_get_resource_id()
+* Deprecated GDataDocumentsEntry:document-id, gdata_documents_entry_get_document_id()
+* Added GDataYouTubeQuery:license, gdata_youtube_query_get_license(), gdata_youtube_query_set_license()
+* Deprecated GDATA_DOCUMENTS_PRESENTATION_SWF
+* Added GDATA_CATEGORY_SCHEMA_LABELS, GDATA_CATEGORY_SCHEMA_LABELS_STARRED
+* Added GDataContactsContact:file-as, gdata_contacts_contact_get_file_as(), gdata_contacts_contact_set_file_as()
+
+Bugs fixed:
+* Bug 659016 â @rel not mandatory in website references
+* Bug 660038 â Add preprocessor macro for version checking
+* Bug 656972 â Tidy up document IDs
+* Bug 658865 â Add support for the license query parameter
+* Bug 660174 â Deprecate SWF export of presentations
+* Bug 659148 â Add search-term query example to documentation
+* Bug 656973 â Add an example of starring a document
+* Bug 656783 â Review security of memory storing authentication details
+* Bug 662290 â Can't update contact that has no full name
+
+Updated translations:
+* as (Nilamdyuti Goswami)
+* da (Aputsiaq Niels Janussen)
+* eu (IÃaki LarraÃaga Murgoitio)
+* fi (Tommi Vainikainen)
+* hu (Gabor Kelemen)
+* it (Claudio Arseni)
+* ja (Jiro Matsuzawa)
+* kn (Shankar Prasad)
+* ko (Changwoo Ryu)
+* lt (Åygimantas BeruÄka)
+* lv (RÅdofls Mazurs)
+* or (Manoj Kumar Giri)
+* pa (A S Alam)
+* pl (Piotr DrÄg)
+* pt (AntÃnio Lima)
+* pt_BR (Flamarion Jorge)
+* sr (ÐÐÑÐÑÐÐÐ ÐÐÐÐÐÐÑ)
+* ta (I Felix)
+* vi (Nguyán ThÃi Ngác Duy)
+* zh_CN (YunQiang Su)
+* zh_HK (Chao-Hsiung Liao)
+* zh_TW (Chao-Hsiung Liao)
+
 Overview of changes from libgdata 0.9.1 to libgdata 0.10.0
 ==========================================================
 
diff --git a/configure.ac b/configure.ac
index 0e56919..1dbce59 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=14:0:1
+GDATA_LT_VERSION=15:0:2
 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 fff7dba..ec5f0a3 100644
--- a/docs/reference/gdata-docs.xml
+++ b/docs/reference/gdata-docs.xml
@@ -227,6 +227,10 @@
 			<title>Index of new symbols in 0.10.0</title>
 			<xi:include href="xml/api-index-0.10.0.xml"><xi:fallback/></xi:include>
 		</index>
+		<index role="0.11.0">
+			<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>
 		<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]