[orca] Release prep



commit 043487f8ccd75a702fb2e6fe08799393b3f1bd0e
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Mar 26 10:23:08 2018 -0400

    Release prep

 NEWS         |   38 ++++++++++++++++++++++++++++++++++++++
 README       |    6 +++---
 configure.ac |    4 ++--
 3 files changed, 43 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 471810b..fe581d7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+3.28.0 - 26 March 2018
+
+Web + Email:
+
+ * Ensure focus is grabbed on image links when navigating
+
+ * Fix bug causing notifications to trigger browse mode
+
+LibreOffice:
+
+ * Improve heuristic to identify spellcheck dialog
+
+General:
+
+ * Ensure list name is presented for ancestor lists
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    cs            Czech                  Marek Černocký
+    da            Danish                 Alan Mortensen
+    de            German                 Tim Sabsch
+    es            Spanish                Daniel Mustieles
+    fi            Finnish                Jiri Grönroos
+    fr            French                 Claude Paroz
+    hu            Hungarian              Gábor Kelemen, Balázs Úr
+    it            Italian                Milo Casagrande
+    lt            Lithuanian             Aurimas Černius
+    lv            Latvian                Rūdolfs Mazurs
+    nl            Dutch                  Nathan Follens
+    sl            Slovenian              Matej Urbančič
+    sr            Serbian                Марко Костић
+    sr@latin      Serbian Latin          Милош Поповић
+    sv            Swedish                Anders Jonsson
+    tr            Turkish                Emin Tufan Çetin
+    zh_CN         Chinese (China)        Mingcong Bai
+
+=========
+
 3.27.91 - 19 February 2018
 
 Web + Email:
diff --git a/README b/README
index 2a51adf..132eb9e 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.27.92pre
+Orca v3.28.0
 
 Introduction
 ========================================================================
@@ -23,7 +23,7 @@ requests.
 Dependencies
 ========================================================================
 
-Orca v3.27.x is supported on GNOME 3.27.x only.  We highly suggest you
+Orca v3.28.x is supported on GNOME 3.28.x only.  We highly suggest you
 use the latest releases of GNOME because they contain accessibility
 infrastructure and application bug fixes that help Orca work better.
 
@@ -39,7 +39,7 @@ Orca also has the following dependencies:
 * py-setproctitle  - Python library to set the process title (optional)
 * gstreamer-1.0    - GStreamer - Streaming media framework (optional)
 
-YOU ALSO NEED THE LATEST AT-SPI2, PYATSPI2 AND ATK FOR THE GNOME 3.27.x
+YOU ALSO NEED THE LATEST AT-SPI2, PYATSPI2 AND ATK FOR THE GNOME 3.28.x
 RELEASES.  THEY CONTAIN VERY IMPORTANT BUG FIXES!
 
 NOTE: If you have multiple versions of the Python interpreter installed
diff --git a/configure.ac b/configure.ac
index 5af2eb7..6804d14 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
-m4_define([orca_minor_version], [27])
-m4_define([orca_micro_version], [92pre])
+m4_define([orca_minor_version], [28])
+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]