~ubuntu-branches/ubuntu/raring/gnome-orca/raring-proposed

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Luke Yelavich
  • Date: 2013-02-08 10:32:41 UTC
  • mfrom: (0.12.7)
  • Revision ID: package-import@ubuntu.com-20130208103241-fs030z0wasvhfpc7
Tags: 3.7.5-0ubuntu1
* New upstream release
  - New Feature
    + Structural navigation objects are now navigable by "list of" dialogs
  - Bug Fixes
    + Much better handling of egg-list-box for the new panels in
      gnome-control-center
    + Fix for bug 693159 - Orca doesnt echo words in gnome-terminal
    + Do not attempt to store an AtspiTable in a dictionary (fixes the
      presentation of cells when navigating in LibreOffice Calc)
  - New and updated translations (THANKS EVERYONE!!!):
    + bg            Bulgarian             Alexander Shopov
    + eu            Basque                Inaki Larranaga Murgoitio
    + nb            Norwegian bokmål      Kjartan Maraas
    + ne            Nepali                Him Prasad Gautam
    + pl            Polish                Piotr Drąg
    + sr            Serbian               Мирослав Николић
    + sr@latin      Serbian               Miroslav Nikolić
    + ug            Uyghur                Sahran, Gheyret Kenji

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
m4_define([orca_major_version], [3])
2
2
m4_define([orca_minor_version], [7])
3
 
m4_define([orca_micro_version], [4])
 
3
m4_define([orca_micro_version], [5])
4
4
m4_define([orca_version],
5
5
          [orca_major_version.orca_minor_version.orca_micro_version])
6
6