[orca] Prep for the v3.9.92 release



commit c01c1343acf7142fb51bcddca7f6e28db448dbc4
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Sep 16 17:18:11 2013 -0400

    Prep for the v3.9.92 release

 NEWS         |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 49 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 429c676..340cacd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,50 @@
+3.9.92 - 16 September 2013
+
+General:
+
+  * Improved support for presenting GtkListBox, GtkListBox items, and
+    their child widgets
+
+  * Present accessible name-changed events for the active frame
+
+  * Present expandable and expanded states, state changes for menu items
+
+  * Fix isSameObject() so that it is more performant and has less false
+    positives
+
+  * Fall back on child index when spatially comparing objects with bogus
+    extents
+
+  * Fall back on displayed text when flat-reviewing icons that lack name
+    and description
+
+  * Remove the "outline" debugging tool. It was always a hack; now it also
+    causes focus loss
+
+  * Fix for bug 703472 - Fix Makefiles so orca can be a noarch package
+
+  * Update orca executable for the recent python dir changes
+
+  * Remove deprecated calls to GLib and GObject threads_init
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    be            Belarusian                  Ihar Hrachyshka
+    da            Danish                      Kenneth Nielsen
+    de            German                      Benjamin Steinwender
+    fi            Finnish                     Jiri Grönroos
+    fr            French                      Claude Paroz
+    it            Italian                     Milo Casagrande
+    lv            Latvian                     Rūdolfs Mazurs
+    pt_BR         Brazilian Portuguese        Enrico Nicoletto,
+                                              Rafael Ferreira
+    ru            Russian                     Yuri Myasoedov
+    sr            Serbian                     Мирослав Николић
+    sr latin      Serbian                     Miroslav Nikolić
+    tj            Tajik                       Victor Ibragimov
+
+=========
+
 3.9.91 - 3 September 2013
 
 General:
diff --git a/README b/README
index 23a7cbe..4bc970f 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.9.92pre
+Orca v3.9.92
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index 5c036c4..dd8e252 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [9])
-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]