summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2014-03-17 19:42:58 +0100
committerAlejandro Piñeiro <apinheiro@igalia.com>2014-03-17 19:42:58 +0100
commit763c92c2fe6f335667619407016108f8d2dda084 (patch)
treef4e17f9b340acf7cc8fb25ef4e66933ec35873a1
parent6599f9cae810bd2e85af0eff9d7a5ed3a95ca3e1 (diff)
downloadatk-763c92c2fe6f335667619407016108f8d2dda084.tar.gz
Release 2.11.92ATK_2_11_92
-rw-r--r--NEWS24
-rw-r--r--configure.ac2
2 files changed, 25 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index af62244..59895d7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+Changes in version 2.11.92:
+==========================
+*
+* AtkValue:
+ * Bug 684576: AtkValue heavily refactored. Available now so
+ implementors could start migration on next cycle.
+ * Bug 726216: update atk.symbols, autotools for missing symbols and
+ files
+* AtkTableCell:
+ * Added symbols to be exported at atk.symbols
+
+Contributors:
+ Chun-wei Fan, Alejandro Piñeiro Iglesias
+
+Translations
+
+ Aurimas Černius (lt), Marek Černocký (cs), Fran Diéguez (gl), Piotr
+ Drąg (po), Rafael Ferreira (pt_BR), Attila Hammer (hu), Sphinx Jiang
+ (zh_CN), Chao-Hsiung Liao (zh_HK), Duarte Loreto (pt), Kjartan
+ Maraas (nb), Rūdolfs Mazurs (lv), Daniel Mustieles (es), Yuri
+ Myasoedov (ru), Claude Paroz (fr), Changwoo Ryu (ko), Мирослав
+ Николић (sr)
+
+
Changes in version 2.11.90:
==========================
*
diff --git a/configure.ac b/configure.ac
index 2117177..f4847f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ 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], [11])
-m4_define([atk_micro_version], [90])
+m4_define([atk_micro_version], [92])
m4_define([atk_version],
[atk_major_version.atk_minor_version.atk_micro_version])