0.17.0
verify java - python modules
  -> add to NSIS and debian packages
update alva driver (test with wintriangle dev and salle louis braille)
add technibraille driver
update libbraille.org: Vario is RBT in USA - Add to supported devices 
create driver for brltty

0.18.0
create rpm package for distribution http://www.rpm.org/RPM-HOWTO/build.html
add libusb and hotplug dependancy in rpm packages
  (check sane to see how hotplug package installation works)
create rpm packages for java and python extension
use glib for directory handling and other portable functions

0.19.0
add unicode braille tables
  official american Braille:  http://www.brailleauthority.org/downloads.html
API change
change braille_display and braille_write and braille_status* to return
   the number of actually written characters
change those functions to take utf8 strings as parameters
those functions filter through gnome-braille
update handytech driver

0.20.0
verify each backend (serial API, timeout, autodetect, blocking mode...)
  move Fake to 'fakegtk' and update: http://www.gtk.org/tutorial/sec-timers.html
  test scriba at eurobraille
  move Vario to 'baum' and update
  update CombiBraille and Hermes at TRC ?
  ...
create win32 backend

0.21.0
integrate in gnopernicus
provide an example win32 application using libbraille (preferences window...)
provide an example java application using libbraille
configuration parser crash if no empty line at the end of conf file
rewrite config parser

1.0.0
last small bugs corrections
verify that term is valid before calling brli_drv functions
update libtool for win32
libbraille logo to put on web pages of projects using libbraille
generate perl wrapper

stable branch = 1.x
-------------------
1.1.0
integrate XPCOM component in source code
integrate new terminals
simple maintenance


dev branch = 2.x
-----------------
better chord handling
integrate tallel's improvments (configurable keys)
add functions to configure keys through API
locking mechanism to allow many applications to share the display
provide COM component for visual basic
doc about writing drivers for libbraille
multithreading http://apr.apache.org/ or glib
config panel application:
  http://www.codeproject.com/shell/cpl.asp
  http://cvs.sourceforge.net/viewcvs.py/gaim/gaim/gaim-installer.nsi?rev=1.66&view=auto
  http://cvs.sourceforge.net/viewcvs.py/gaim/gaim/gaim.spec.in?rev=1.95&view=auto
? provide a network interface http://apr.apache.org/
java API which feels like Java
Python API which feels like Python