[atk] Release 2.19.90



commit 817045be0160a116fdbb69c4306fe0e47212d565
Author: Alejandro Piñeiro <apinheiro igalia com>
Date:   Mon Feb 15 12:39:24 2016 +0100

    Release 2.19.90

 NEWS         |   17 +++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index a2182a2..d087132 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Changes in version 2.19.90:
+===========================
+*
+* Bug 755548: atktablecell: use content of the pointer instead of
+  pointer itself
+* Bug 760323: Use upstream gettext intead glib-gettext
+* Build/MSVC/win32 improvements:
+  * Makefile-newvs.am: Update Comments for Usage
+  * Make Makefile.msvcproj A Bit More Generic
+  * Fix build/win32/vs10/atk-install.vcxproj
+
+Contributors:
+Chun-wei Fan, Javier Jardón, Alejandro Piñeiro Iglesias
+
+Translations:
+Aurimas Černius(lt), Trần Ngọc Quân (vi), Kristjan SCHMIDT (eo)
+
 Changes in version 2.18.0:
 ===========================
 *
diff --git a/configure.ac b/configure.ac
index 16ded31..e3ec601 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,8 +16,8 @@ dnl set ATK_BINARY_AGE _and_ ATK_INTERFACE_AGE to 0.
 
 dnl The triplet 
 m4_define([atk_major_version], [2])
-m4_define([atk_minor_version], [18])
-m4_define([atk_micro_version], [0])
+m4_define([atk_minor_version], [19])
+m4_define([atk_micro_version], [90])
 m4_define([atk_version],
           [atk_major_version.atk_minor_version.atk_micro_version])
 


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