File python-louis.changes of Package liblouis
-------------------------------------------------------------------
Fri Feb 24 07:49:42 UTC 2012 - vuntz@opensuse.org
- Update to version 2.4.1:
+ New features:
- Czech hyphenation table
- Spanish grade 1 table
- New tamil table
+ Braille Table Improvements: Icelandic 8-dot, Norwegian,
Portuguese grade1, uncontracted Spanish.
- Changes from version 2.4.0:
+ New features:
- New Generic Farsi Grade 1 table
- Emacs mode for editing Braille tables
+ Braille Table Improvements: Czech, French comp6 and comp8,
Generic Arabic Grade 1, Romanian.
-------------------------------------------------------------------
Sun May 22 21:22:40 CEST 2011 - dimstar@opensuse.org
- Update to version 2.3.0:
+ New features:
- Multiple table search path (with LOUIS_TABLEPATH environment
variable)
- New --quiet option for lou_checktable
- New functions to make libraries relocatable
- New Braille tables: Swedish, Sorani (Kurdish), Ethiopic,
Serbian, many Indian languages , Icelandic 6- and 8-dot,
Catalan, Dutch Braille (for Belgium and the Netherlands),
Flemish Braille Math Code (a.k.a. Woluwe code).
+ Braille Table Improvements: Chinse, Spanish Braille, French 6
and 8 dot, Italian 8 dot, Generic Arabic Grade 1, Spanish,
Norwegian.
+ Bug fixes:
- Fixed a long standing bug with an infinite loop in the table
compiler
+ Improved documentation
- Add pkg-config BuildRequires to get proper pkgconfig() provides.
-------------------------------------------------------------------
Sat Aug 28 09:39:35 CEST 2010 - vuntz@opensuse.org
- Update to version 2.1.1:
+ Bug fixes:
- Fixed problems with the Danish grade 2 table
- Fixed problems with the Marburg maths table for mathematics
and the UK maths table for mathematics
- Changes from version 2.1.0:
+ New features:
- New tables:
. Added tables for Portuguese grade 1 and 2
. Added unicode.dis for Unicode braille
- Modified tables: Updated Danish tables
- Implemented language to table mapping
- New format of error messages: the error messages are now
reported in a format similar to the one used in gcc.
- New opcode: added undefined opcode
- Python bindings:
. Allow the user to configure the maximum output length by
specifying a number by which the input length is multiplied
using the outlenMultiplier module variable.
. Add compbrlLeftCursor mode constant.
. Add compileString function which wraps lou_compileString.
. Corrections/clarifications to docstrings.
. Add python binding for the lou_hyphenate function.
. Added python wrapper for lou_backTranslateString and
lou_backTranslate.
- Add liblouisxslt as an example to python/examples.
- Add compbrlLeftCursor.
+ Bug fixes:
- Fix the output cursorPos when the compbrlAtCursor mode is
enabled and the characters around the cursor translate to
multiple braille cells, such as in the Chinese braille
tables.
- Fix outpos when doing back translation
- Fix the input/output position arrays for characters in the
input which are undefined in the translation table.
- Table fixes:
. Fixed a bug with back translation of '*n'.
. Fixes to the en-us-g2.ctb table
- Python bindings:
. Remove unnecessary imports, allowing the bindings to run in
Python 2.7.
. lou_translate* writes output information in typeform, so
allocate enough bytes for it. Fixes possible buffer
overruns and resultant crashes.
- Miscellaneous:
. Fixes to the man page generation to fix issues
. Do not invoke help2man when cross-compiling
. Documentation updates (issue 10)
. Removing noletsign defaults
. Many small fixes
- Changes from version 2.0.0:
+ New function: Adding lou_charSize function
- Changes from version 1.9.0:
+ New functions:
- lou_dotsToChar and lou_charToDots function
- Added lou_compileString for adding entries to tables at
run-time.
-------------------------------------------------------------------
Thu Dec 3 00:23:05 CET 2009 - vuntz@opensuse.org
- Update to version 1.8.0:
+ This release contains a number of improvements notably the
integrationof gnulib, the automatic generation of man pages and
the addition of tables for German grade 2.
+ New features
- New tables
. Tables German Grade 2
. Swiss German
- Modified tables
. Updated Norwegian tables
- man pages
. All tools accept the --version and --help options and are
documented in man pages
- Corpus based test cases for tables
+ Bug fixes
- Many small fixes
- Rename liblouis0 subpackage to liblouis2, because of soname bump.
-------------------------------------------------------------------
Fri Aug 28 16:42:51 CEST 2009 - vuntz@novell.com
- Fix python-louis build: with the new upstream release, we now
need to build the library before building the python bindings.
-------------------------------------------------------------------
Sat Aug 22 01:21:21 CEST 2009 - captain.magnus@opensuse.org
- Update to version 1.7.0:
+ The main new feature of this release is the support for UK and
Marburg math. Other changes include a new tool to check
hyphenation and the usual improvement and addition of tables.
Also The test suite has been enhanced and finally passes
+ Fix for library name and Python bindings
+ Documentation fixes
+ Many small fixes
- Remove liblouis-build-fix.patch. Fixed upstream
- Remove liblouis-dlopen-versioned.patch. Code changed
-------------------------------------------------------------------
Fri Aug 21 20:01:04 CEST 2009 - vuntz@novell.com
- Add liblouis-dlopen-versioned.patch to have the python bindings
open the versioned .so library, so that they don't require the
devel package.
- Make python-louis require liblouis0.
-------------------------------------------------------------------
Thu Aug 13 11:42:08 CEST 2009 - vuntz@novell.com
- Use python_sitelib instead of py_sitedir.
-------------------------------------------------------------------
Thu Jul 30 14:08:23 CEST 2009 - vuntz@novell.com
- Initial package.