[orca] Prep for 3.26.0 release



commit 9d1c2647d9936e0f7d4647933ba208bab314ece2
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Fri Sep 15 10:11:02 2017 -0400

    Prep for 3.26.0 release

 NEWS         |   51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.ac |    4 ++--
 3 files changed, 54 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index be7b7c0..1bb4764 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,54 @@
+3.26.0 - 15 September 2017
+
+Web:
+
+ * Add support for aria-errormessage
+
+ * Add support for aria-keyshortcuts
+
+ * Fix several issues related to presentation of plain text content
+
+LibreOffice:
+
+ * Filter out checked event from window which isn't active
+
+ * Work around event-ordering issue
+
+General:
+
+ * Fix incorrect presentation of old ancestors
+
+ * Fix issue related to presentation of status bars
+
+ * Remove unneeded try/except around Gdk.notify_startup_complete()
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    ca            Catalan               Jordi Mas
+    cs            Czech                 Marek Cernocky
+    da            Danish                Kenneth Nielsen
+    de            German                Christian Kirbach,
+                                        Mario Blättermann
+    fi            Finnish               Jiri Grönroos
+    fr            French                Alain Lojewski
+    fur           Friulian              Fabio Tomat
+    gl            Galician              Fran Dieguez
+    hu            Hungarian             Attila Hammer
+    it            Italian               Milo Casagrande
+    lt            Lithuanian            Aurimas Černius
+    lv            Latvian               Rūdolfs Mazurs
+    ml            Malayalam             Anish Sheela
+    pl            Polish                Piotr Drąg
+    pt_BR         Brazilian Portuguese  Rafael Fontenelle,
+                                        Tiago Casal
+    sl            Slovenian             Matej Urbančič
+    sr            Serbian               Марко Костић
+    sr@latin      Serbian               Милош Поповић
+    sv            Swedish               Anders Jonsson
+    tr            Turkish               Emin Tufan Çetin
+
+=========
+
 3.25.4 - 31 July 2017
 
 Web:
diff --git a/README b/README
index 5375f70..27f2a45 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.25.90pre
+Orca v3.26.0
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index 5aa51a6..f5b4c72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
-m4_define([orca_minor_version], [25])
-m4_define([orca_micro_version], [90pre])
+m4_define([orca_minor_version], [26])
+m4_define([orca_micro_version], [0])
 m4_define([orca_version],
           [orca_major_version.orca_minor_version.orca_micro_version])
 


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