diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2004-05-31 06:27:34 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2004-05-31 06:27:34 +0000 |
commit | 61bd7f7bf2cef22b8d867ad7b168e4422ffd94f6 (patch) | |
tree | e275df4657452c1e7fb420163153258a2fb07a93 /ChangeLog | |
parent | a53d8337c13f485875cad24edf74b0287b37600b (diff) | |
download | lcd4linux-61bd7f7bf2cef22b8d867ad7b168e4422ffd94f6.tar.gz |
[lcd4linux @ 2004-05-31 06:27:34 by reinelt]
ChangeLog update
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@451 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 40 |
1 files changed, 40 insertions, 0 deletions
@@ -1,5 +1,45 @@ +2004-05-31 Michael Reinelt <reinelt@merlin.ethnet> + + * drv_Image.c, lcd4linux.conf.sample: + fixed symlink security issue with the image driver + + * drv_BeckmannEgle.c, drv_Crystalfontz.c, drv_Cwlinux.c, drv_HD44780.c, drv_M50530.c, drv_MatrixOrbital.c, drv_MilfordInstruments.c, drv_USBLCD.c: + fixed possible bugs with user-defined chars (clear high bits) + thanks to Andy Baxter for debugging the MilfordInstruments driver! + +2004-05-31 andy-b <andy-b@merlin.ethnet> + + * drv_MilfordInstruments.c: + + fixed bug in Milford Instruments driver which drew extra graphics chars in + odd places when drawing double bars. (the display doesn't like it if you put + the escape character 0xfe inside a define char sequence). + +2004-05-30 Michael Reinelt <reinelt@merlin.ethnet> + + * drv_Crystalfontz.c, lcd4linux.conf.sample: + Crystalfontz 631 driver finished + +2004-05-29 Michael Reinelt <reinelt@merlin.ethnet> + + * drv_Image.c: + fixed a compiler issue with drv_Image.c (thanks to Frank Stratmann) + + * drv_M50530.c, lcd4linux.conf.sample, plugin_ppp.c: + M50530: reset parport signals on exit + plugin_ppp: ppp() has two parameters, not three + lcd4linux.conf.sample: diskstats() corrected + + * lcd4linux.conf.sample, plugin_diskstats.c: + bug in plugin_diskstats fixed + + * config.h.in, configure, lcd4linux.conf.sample, plugin.c, plugin_diskstats.c, plugins.m4, Makefile.am, Makefile.in: + added plugin_diskstats.c + 2004-05-28 Michael Reinelt <reinelt@merlin.ethnet> + * ChangeLog, Status: Status and Changelog Update + * drv_BeckmannEgle.c: added drv_BeckmannEgle.c (forgotten at first check in :-) |