[liblouis-liblouisxml] [liblouis] r1007 committed - Edited wiki page News through web user interface.

  • From: liblouis@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Fri, 21 Jun 2013 12:54:17 +0000

Revision: 1007
Author:   christian.3gli@xxxxxxxxx
Date:     Fri Jun 21 05:54:02 2013
Log:      Edited wiki page News through web user interface.
http://code.google.com/p/liblouis/source/detail?r=1007

Modified:
 /wiki/News.wiki

=======================================
--- /wiki/News.wiki     Mon Sep 10 03:33:54 2012
+++ /wiki/News.wiki     Fri Jun 21 05:54:02 2013
@@ -4,6 +4,62 @@

 <wiki:toc max_depth="2" />

+== Noteworthy changes in release 2.5.0 (2012-9-10) ==
+
+This release contains a tremendous amount of work many developers. Many long standing bugs have been fixed. The tables can finally be in UTF-8. A grand table cleanup removed duplication from the tables. There are now two extensive test frameworks for table writers. A number of new tables have been contributed on top of the usual assortment of table improvements. Thanks to all of this liblouis has already seen quite a bit of uptake in a number of places, notably the new DAISY pipeline will ship with this release of liblouis.
+
+NOTE: If you have private tables you might want to migrate them to utf-8. To do this just use iconv as follows:
+
+  {{{$ iconv -f latin-1 -t utf-8 <input >output}}}
+
+=== New features ===
+==== New Braille tables ====
+  * Estonian grade 0, thanks to Jürgen Dengo.
+  * Portuguese 8 dot Computer braille, Thanks to Rui Fontes
+==== UTF-8 support in tables ====
+Braille tables can now contain UTF-8 in the opcode arguments.
+==== Improvements to the python bindings ====
+All constants defined in liblouis.h are now exposed in the bindings.
+==== Add a doctest infrastructure ====
+These tests are based on the Python doctest framework and are only run if there is a Python interpreter on the system
+==== Add a test harness ====
+This test infrastructure allows the user to do table tests in a simple and concise syntax. These tests are based on the Python nose testing framework and are only run if either Python 2.x or 3.x with the related nose python module is installed on the system. See the documentation for more information. Thanks to Mesar Hameed.
+==== Add a test harness generator ====
+A harness generator that uses simple text files with a little formatting to help to generate the json harness files. The purpose of this tool is to make it much easier and faster to add checks for a given table. You are expected to read the generated harness file and make necessary changes, the tool only helps you to get the tests into the harness format, not check their validity.
+==== Support for Python 3 in the Python bindings ====
+The Python bindings now work for both Python 2 and Python 3. Thanks to Michael Whapples.
+
+=== Improved C-based test framework ===
+ * Improved the test framework to be able to test translations involving Unicode. + * Added numerous tests, e.g. for lowercase and Unicode, for the input position, for repeated, etc.
+
+=== Improved the documentation ===
+  * Document the test harness (json format, fields, flags).
+  * Document the use of Valgrind to find memory leaks
+  * Improve the documentation on the display opcode
+
+=== Bug fixes ===
+  * lou_allround and lou_translate now properly handle Unicode characters
+  * Fix some issues reported by Valgrind
+ * Fix inputPos for situation where context and multipass opcodes are involved + * Fixed a number of bugs with the letter, uppercase and lowercase opcodes when dealing with Unicode + * Fixed a couple of bugs with hyphenation (documentation, Python bindings and a number of buffer overruns in the C library). Thanks Milan Zamazal <pdm@xxxxxxxxxxxx> for reporting this. + * Fix a bug in the $a. matcher in the multipass rules where only 32 chars were matched. It now matches 0xffff chars.
+  * Fix a bug reported by James Teh related to pass1Only
+
+=== Braille Table Improvements ===
+  * all table files have consistent encoding, UTF-8.
+ * The grand table cleanup: Reorganize the tables to remove duplication. Move common parts such as Latin letter, eight and six dot digit definitions to separate files which are then included. This should ease table maintenance. Thanks to Mesar Hameed.
+  * Fixes to de-de-comp8.ctb thanks to Aliminator83@xxxxxxxxx
+  * hu1.ctb renamed to hu-hu-g1.ctb
+  * hu.ctb renamed to hu-hu-comp8.ctb
+  * eo.ctb renamed to eo-g1.ctb
+ * Fixes to eo-g1.ctb thanks to Aaron Cannon <cannona@xxxxxxxxxxxxxxxxxxxxxx> + * hu-hu-g1.ctb: improvements and extensive test harness, with working back-translation, Thanks to Hammer Attila + * Fixes to fr-bfu-comp6.utb and fr-bfu-comp8.utb thanks to Michel Such <michel.such@xxxxxxx> + * Reworked and extended Ethiopic braille table ethio-g1.ctb, superseeds gez{{{*}}}, thanks to Dr. Tamru E. Belay <g.braille@xxxxxxxxxxxx>
+  * Fixes to no-no-g3.ctb thanks to Lars Bjørndal <lars@xxxxxxxxxxx>
+
 == Noteworthy changes in release 2.4.1 (2012-2-22) ==

 === New features ===

Other related posts:

  • » [liblouis-liblouisxml] [liblouis] r1007 committed - Edited wiki page News through web user interface. - liblouis