diff options
-rw-r--r-- | NEWS | 41 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 42 insertions, 1 deletions
@@ -1,3 +1,44 @@ +Overview of changes from libgdata 0.13.1 to libgdata 0.13.2 +=========================================================== + +Major changes: + • Expand the documentation and add more examples + • Explicitly check for libxml2 in configure + • Port code coverage support to use gnome-common + +Bugs fixed: + • Bug 683209 — Port to gnome-common code coverage macros + +Updated translations: + • as (Nilamdyuti Goswami) + • bg (Alexander Shopov) + • ca (Joan Duran) + • cs (Marek Černocký) + • da (Ask H. Larsen) + • de (Mario Blättermann) + • el (Tom Tryfonidis) + • es (Daniel Mustieles) + • fr (Alexandre Franke) + • gl (Fran Dieguez, Leandro Regueiro) + • hi (Rajesh Ranjan) + • hu (Gabor Kelemen) + • it (Milo Casagrande) + • ko (Changwoo Ryu) + • lt (Aurimas Černius) + • lv (Rūdolfs Mazurs) + • ml (Anish A) + • pa (A S Alam) + • pl (Piotr Drąg) + • pt (António Lima) + • pt_BR (Rafael Ferreira) + • ru (Yuri Kozlov) + • te (Krishnababu Krothapalli) + • th (Akom Chotiphantawanon) + • tr (Muhammet Kara) + • vi (Nguyễn Thái Ngọc Duy) + • zh_HK (Chao-Hsiung Liao) + • zh_TW (Chao-Hsiung Liao) + Overview of changes from libgdata 0.13.0 to libgdata 0.13.1 =========================================================== diff --git a/configure.ac b/configure.ac index 703333bd..c4bd13f5 100644 --- a/configure.ac +++ b/configure.ac @@ -46,7 +46,7 @@ GOA_REQS=3.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=17:0:4 +GDATA_LT_VERSION=17:1:4 AC_SUBST(GDATA_LT_VERSION) GDATA_VERSION_MAJOR=gdata_version_major |