blob: d69e188d4d42c413760fc11c79d7619d9aa7c9b3 [file] [log] [blame]
Christian Egli66d7fc92009-03-09 13:22:37 +00001liblouis 1.6.0 has been released
Christian Egli15c482e2009-01-27 16:23:57 +00002
Christian Egli66d7fc92009-03-09 13:22:37 +00003The liblouis developer team is proud to announce the liblouis release 1.6.0.
Christian Egli15c482e2009-01-27 16:23:57 +00004The release is available for download at:
5
6 http://code.google.com/p/liblouis/downloads/list
7
8Introduction
9------------
10
11Liblouis is an open-source braille translator and back-translator. It
Christian Egli183d9e72011-05-09 07:38:36 +000012features support for computer, literary and math braille, supports
13contracted and uncontracted translation for many, many languages[1].
Christian Egli971d4e82009-01-30 10:09:52 +000014It plays an important role in an open source accessibility stack and
15is used by screenreaders such as NVDA and Orca. A companion project
Christian Egli183d9e72011-05-09 07:38:36 +000016liblouisutdml/liblouisxml[2] deals with formatting of braille.
Christian Egli15c482e2009-01-27 16:23:57 +000017
18Changes in this release
19-----------------------
20
Christian Egli66d7fc92009-03-09 13:22:37 +000021This release features support for Danish and Russian and updated
22tables for French and Norwegian. The search path for tables can now be
23specified using an environment variable. Finally there is the usual
24assortment of bug fixes.
Christian Egli15c482e2009-01-27 16:23:57 +000025
26New features:
27
Christian Egli66d7fc92009-03-09 13:22:37 +000028* exactdots opcode
29The exactdots opcode can be used liblouisxml semantic-action files to
30specify exact dot patterns, for example for mathematical codes.
Christian Egli15c482e2009-01-27 16:23:57 +000031
Christian Egli66d7fc92009-03-09 13:22:37 +000032* LOUIS_TABLEPATH env variable
33You can now specify where liblouis is to look for tables with the
34LOUIS_TABLEPATH environment variable.
Christian Egli15c482e2009-01-27 16:23:57 +000035
Christian Egli66d7fc92009-03-09 13:22:37 +000036* New Tables for Danish and Russian
37There is now support for Danish and Russian.
Christian Egli15c482e2009-01-27 16:23:57 +000038
39Bug fixes:
40
Christian Egli66d7fc92009-03-09 13:22:37 +000041* Updated French and Norwegian tables
Christian Egli15c482e2009-01-27 16:23:57 +000042
Christian Egli66d7fc92009-03-09 13:22:37 +000043* Use stdcall calling convention if building for Windows
Christian Egli15c482e2009-01-27 16:23:57 +000044
45Share and Enjoy!
46
47-- Christian Egli, on behalf of the liblouis developers
Christian Egli971d4e82009-01-30 10:09:52 +000048
49Footnotes
50---------
51
Christian Egli183d9e72011-05-09 07:38:36 +000052[1] See http://code.google.com/p/liblouis/
53[2] See http://code.google.com/p/liblouisutdml/ and
54 http://code.google.com/p/liblouisxml/
Christian Egli971d4e82009-01-30 10:09:52 +000055