[orca] Prep for 3.19.92 release



commit a12844472cb578e09d0223ca3d0a73662b7885d2
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Sat Mar 19 13:01:48 2016 -0400

    Prep for 3.19.92 release

 NEWS         |   38 ++++++++++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 40 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index a6654e5..2ab1cad 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+3.19.92 - 19 March 2016
+
+General:
+
+ * Return early in allSelectedText() when entire document is selected
+   (performance)
+
+ * Fix restoration of location when returning to nested document after
+   find in page
+
+ * Work around unforunate event order when switching page tabs in Gecko
+   applications
+
+ * Eliminate several clipboard/selection-related-presentation false
+   positives
+
+ * Treat terminal text insertions resulting from Alt-modified input event
+   as command output
+
+ * Map MATE's notification daemon to the notification-daemon script
+
+New and updated translations (THANKS EVERYONE!!!):
+
+ bg           Bulgarian              Alexander Shopov, Zahari Yurukov
+ da           Danish                 scootergrisen
+ el           Greek                  Efstathios Iosifidis, Tom Tryfonidis
+ fr           French                 Claude Paroz
+ hu           Hungarian              Attila Hammer, Balázs Meskó
+ pt           Portuguese             Duarte Loreto
+ pt_BR        Brazilian Portuguese   Rafael Gazoni
+ ro           Romanian               Daniel Șerbănescu
+ sl           Slovenian              Matej Urbančič
+ sr           Serbian                Мирослав Николић
+ sr latin     Serbian                Miroslav Nikolić
+ tr           Turkish                Muhammet Kara
+
+=========
+
 3.19.91 - 2 March 2016
 
 General:
diff --git a/README b/README
index 76c5890..ad29f44 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.19.92pre
+Orca v3.19.92
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index 311708a..6c48e4f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [19])
-m4_define([orca_micro_version], [92pre])
+m4_define([orca_micro_version], [92])
 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]