blob: d5b5ee2f1bdd11566f7a035ce5faf5c0c96f7c17 [file] [log] [blame]
Christian Egli15c482e2009-01-27 16:23:57 +00001liblouis 1.5.2 has been released
2
3The liblouis developer team is proud to announce the liblouis release 1.5.2.
4The 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
12features support for computer and literary braille, supports
13contracted and uncontracted translation for many, many languages. It
14plays an important role in an open source accessibility stack and is
15used by screenreaders such as NVDA and Orca.
16
17Changes in this release
18-----------------------
19
20This is a big release for liblouis. It's the first time that it is
21done from the Google code page. A number of people have contributed,
22namely John Boyer (table debugger, bug fixes), Eitan Isaacson (Python
23bindings), James Teh (Python bindings, bug fixes), Christian Egli
24(documentation) and Michel Such (table for French grade 2).
25
26New features:
27
28* Python bindings
29The liblouis library can now be used from Python. For more info
30consult the README file in the python directory.
31
32* Table debugger
33liblouis now comes with a debugger that can help to find problems with
34translation tables.
35
36* French table for grade 2
37There is now a translation table for French grade 2.
38
39* pass1Only mode bit
40The new pass1Only mode bit will help developers of screen readers as
41the cursor will stay where it is expected to.
42
43Bug fixes:
44
45* Fix the inpos array values for the case where a rule has an output
46length which is larger than its input length.
47
48* fixed multi-word phrases
49
50* fixed bug in character display
51
52* fixed bug in findOpcodeName
53
54* lou_version now returns the correct liblouis version
55
56Share and Enjoy!
57
58-- Christian Egli, on behalf of the liblouis developers